Class LightWeightComponentSetTest
java.lang.Object
com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- Direct Known Subclasses:
XLightWeightComponentSetTest
Tests for the
LightWeightComponentSet
See https://ar.trac.cloudforge.com/jep/ticket/175-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidAdvanced version using functions which implement JepComponent these shouldvoidBasic version, all functions should be the same in both instancesvoidAdvanced version using functions which implement JepComponent different instances should be used in each thread.voidvoidvoid
-
Field Details
-
PRINT_RESULTS
public static final boolean PRINT_RESULTS
-
-
Constructor Details
-
LightWeightComponentSetTest
public LightWeightComponentSetTest()
-
-
Method Details
-
testLightWeightComponentSetBasic
Basic version, all functions should be the same in both instances- Throws:
Exception
-
testMediumWeightComponentSet
Advanced version using functions which implement JepComponent different instances should be used in each thread.- Throws:
Exception
-
testShallowCopy
@Test public void testShallowCopy() -
testLightWeightComponentOperators
Advanced version using functions which implement JepComponent these should- Throws:
Exception
-
checkFunctionTable
-
checkOperatorTable
-
testFunctionTables
@Test public void testFunctionTables() -
testOperatorTables
@Test public void testOperatorTables() -
uses_lightweight_instances_of_additional_components
@Test public void uses_lightweight_instances_of_additional_components() -
test_default_LightWeightcomponents
@Test public void test_default_LightWeightcomponents() -
test_default_MediumWeightcomponents
@Test public void test_default_MediumWeightcomponents() -
can_specify_replacement_in_the_LightWeight_constructor
@Test public void can_specify_replacement_in_the_LightWeight_constructor() -
can_specify_replacement_in_the_MediumWeight_constructor
@Test public void can_specify_replacement_in_the_MediumWeight_constructor()
-