|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--de.tuberlin.cs.cis.ocl.eval.instance.test.TestCollectionInstance
Testcase testing the class CollectionInstance
.
Constructor Summary | |
TestCollectionInstance(java.lang.String arg0)
Constructor for TestCollectionInstance. |
Method Summary | |
static void |
main(java.lang.String[] args)
Starts the test. |
void |
testAny()
Tests the OCL any operation on Collections. |
void |
testCount()
Tests the OCL count operation on Collections. |
void |
testExcludes()
Tests the OCL excludes operation on Collections. |
void |
testExcludesAll()
Tests the OCL excludesAll operation on Collections. |
void |
testExists()
Tests the OCL exists operation on Collections. |
void |
testForAll()
Tests the OCL forAll operation on Collections. |
void |
testIncludes()
Tests the OCL includes operation on Collections. |
void |
testIncludesAll()
Tests the OCL includesAll operation on Collections. |
void |
testIsEmpty()
Tests the OCL isEmpty operation on Collections. |
void |
testIsUnique()
Tests the OCL isUnique operation on Collections. |
void |
testOne()
Tests the OCL one operation on Collections. |
void |
testSize()
Tests the OCL size operation on Collections. |
void |
testSortedBy()
Tests the OCL sortedBy operation on Collections. |
void |
testSum()
Tests the OCL sum operation on Collections. |
Methods inherited from class junit.framework.TestCase |
countTestCases, getName, name, run, run, runBare, setName, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestCollectionInstance(java.lang.String arg0)
arg0
- Method Detail |
public static void main(java.lang.String[] args)
args
- no arguments required.public void testSize()
public void testIncludes()
public void testExcludes()
public void testCount()
public void testIncludesAll()
public void testExcludesAll()
public void testIsEmpty()
public void testSum()
public void testExists()
public void testForAll()
public void testIsUnique()
public void testSortedBy()
public void testAny()
public void testOne()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |