Class TreeUtilsTest

java.lang.Object
com.singularsys.exttests.TreeUtilsTest

public class TreeUtilsTest extends Object
Tests for serialization the TreeUtils class.
  • Constructor Details

    • TreeUtilsTest

      public TreeUtilsTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp()
    • testIsZeroVal

      @Test public void testIsZeroVal()
    • testIsOneVal

      @Test public void testIsOneVal()
    • testIsMinusOneVal

      @Test public void testIsMinusOneVal()
    • testIsNegativeVal

      @Test public void testIsNegativeVal()
    • testIsPositiveVal

      @Test public void testIsPositiveVal()
    • testIsIntegerVal

      @Test public void testIsIntegerVal()
    • testIsNanVal

      @Test public void testIsNanVal()
    • testIsInfinityVal

      @Test public void testIsInfinityVal()
    • testGetIntValue

      @Test public void testGetIntValue() throws EvaluationException
      Throws:
      EvaluationException