public class VecTest
extends junit.framework.TestCase
| Constructor and Description |
|---|
VecTest(String arg0)
Constructor for VecTest.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp() |
protected void |
tearDown() |
void |
testClear() |
void |
testCopyTo() |
void |
testDelete() |
void |
testEquals() |
void |
testGet() |
void |
testGrowToint() |
void |
testGrowTointObject() |
void |
testIterator() |
void |
testLast() |
void |
testMoveTo() |
void |
testNoSuchElementException() |
void |
testPop() |
void |
testPush() |
void |
testPushObject() |
void |
testRemove() |
void |
testSelectionSort() |
void |
testShrink() |
void |
testShrinkTo() |
void |
testSize() |
void |
testSort() |
void |
testSortEmpty() |
void |
testSortUnique() |
void |
testVec() |
void |
testVecint() |
void |
testVecintObject() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, formatpublic VecTest(String arg0)
arg0 - protected void setUp()
throws Exception
setUp in class junit.framework.TestCaseExceptionprotected void tearDown()
throws Exception
tearDown in class junit.framework.TestCaseExceptionpublic void testVec()
public void testVecint()
public void testVecintObject()
public void testSize()
public void testShrink()
public void testShrinkTo()
public void testPop()
public void testGrowToint()
public void testGrowTointObject()
public void testPush()
public void testPushObject()
public void testClear()
public void testLast()
public void testGet()
public void testCopyTo()
public void testMoveTo()
public void testSelectionSort()
public void testSort()
public void testSortEmpty()
public void testSortUnique()
public void testDelete()
public void testRemove()
public void testEquals()
public void testIterator()
public void testNoSuchElementException()
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.