|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MockObject | |
---|---|
th.co.edge.jseq |
Uses of MockObject in th.co.edge.jseq |
---|
Methods in th.co.edge.jseq that return MockObject | |
---|---|
MockObject |
MockObjectMap.get(java.lang.String name)
Returns the MockObject associated with the given name, or
null if there is none. |
Methods in th.co.edge.jseq that return types with arguments of type MockObject | |
---|---|
java.util.List<MockObject> |
MockObjectMap.listView()
Returns a list of all MockObject s in this map, ordered by
column number (and name if the same column number occurs several times,
which it normally should not do). |
Methods in th.co.edge.jseq with parameters of type MockObject | |
---|---|
int |
MockObject.compareTo(MockObject otherObject)
Compares this MockObject to another
MockObject , returning a negative integer, zero or a
positive integer if this object is less than, equal to, or greater than
the other object, respectively. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |