|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utep.cs.utjml.tgen.TestCase
public class TestCase
A class to represent test cases. A test case consists of a receiver and a sequence of arguments.
| Constructor Summary | |
|---|---|
TestCase(Denotable receiver,
Denotable[] args)
Creates a new instance. |
|
| Method Summary | |
|---|---|
Denotable[] |
arguments()
Returns the arguments. |
boolean |
hasReceiver()
Return true if this test case needs a receiver. |
Denotable |
receiver()
Returns the receiver. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestCase(Denotable receiver,
Denotable[] args)
| Method Detail |
|---|
public Denotable receiver()
public boolean hasReceiver()
public Denotable[] arguments()
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||