Class CollectorTest
java.lang.Object
org.nuiton.topia.persistence.util.CollectorTest
public class CollectorTest
extends java.lang.Object
- Author:
- tchemit <chemit@codelutin.com>
-
Constructor Summary
Constructors Constructor Description CollectorTest() -
Method Summary
Modifier and Type Method Description protected voiddetect(org.nuiton.topia.persistence.util.Collector<java.lang.Integer> detector, int expectedResult, org.nuiton.topia.persistence.TopiaEntity... entities)static voidsetUpClass()static voidtearDownClass()voidtestCollector()
-
Constructor Details
-
CollectorTest
public CollectorTest()
-
-
Method Details
-
setUpClass
public static void setUpClass() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDownClass
public static void tearDownClass() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCollector
public void testCollector() throws java.lang.Exception- Throws:
java.lang.Exception
-
detect
protected void detect(org.nuiton.topia.persistence.util.Collector<java.lang.Integer> detector, int expectedResult, org.nuiton.topia.persistence.TopiaEntity... entities) throws org.nuiton.topia.TopiaException- Throws:
org.nuiton.topia.TopiaException
-