public class EnsembleTest
extends java.lang.Object
Constructor and Description |
---|
EnsembleTest() |
Modifier and Type | Method and Description |
---|---|
void |
addEquals()
Test method for add using the same element twice
|
void |
setUp()
Setup for the tests
|
void |
tearDown()
Cleanup for the tests
|
void |
testAddSimple()
Test method for add
|
void |
testCompare()
Test method for compareTo
|
void |
testContient()
Test method for contient
|
void |
testEstVide()
Test method for estVide()
|
void |
testGetCardinal()
Test method for getCardinal()
|
void |
testGetMin()
Test method for min
|
void |
testMinException()
Test method for min on an empty set
|
void |
testRemove()
Simple test method for remove.
|
void |
testRemoveException()
Test method for remove with exception (element not found)
|
void |
testUnion()
Test method for union.
|
public void setUp()
public void tearDown()
public void testGetCardinal()
public void testEstVide()
public void testContient()
public void testAddSimple()
public void addEquals()
public void testRemove() throws ElementNonTrouveException
ElementNonTrouveException
public void testRemoveException() throws ElementNonTrouveException
ElementNonTrouveException
public void testCompare()
public void testGetMin() throws EnsembleVideException
EnsembleVideException
public void testMinException() throws EnsembleVideException
EnsembleVideException
public void testUnion() throws EnsembleVideException
EnsembleVideException