Class LightWeightComponentSetTest

  • Direct Known Subclasses:
    XLightWeightComponentSetTest

    public class LightWeightComponentSetTest
    extends java.lang.Object
    See https://ar.trac.cloudforge.com/jep/ticket/175
    • Constructor Detail

      • LightWeightComponentSetTest

        public LightWeightComponentSetTest()
    • Method Detail

      • testLightWeightComponentSetBasic

        public void testLightWeightComponentSetBasic()
                                              throws java.lang.Exception
        Basic version, all functions should be the same in both instances
        Throws:
        java.lang.Exception
      • testMediumWeightComponentSet

        public void testMediumWeightComponentSet()
                                          throws java.lang.Exception
        Advanced version using functions which implement JepComponent different instances should be used in each thread.
        Throws:
        java.lang.Exception
      • testShallowCopy

        public void testShallowCopy()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testLightWeightComponentOperators

        public void testLightWeightComponentOperators()
                                               throws java.lang.Exception
        Advanced version using functions which implement JepComponent these should
        Throws:
        java.lang.Exception
      • checkFunctionTable

        public void checkFunctionTable​(FunctionTable ft)
      • testFunctionTables

        public void testFunctionTables()
      • testOperatorTables

        public void testOperatorTables()
      • uses_lightweight_instances_of_additional_components

        public void uses_lightweight_instances_of_additional_components()