Class MatrixSwitchTest

java.lang.Object
com.singularsys.exttests.matrix.functions.MatrixSwitchTest

public class MatrixSwitchTest extends Object
Tests for the MatrixSwitch class.
  • Constructor Details

    • MatrixSwitchTest

      public MatrixSwitchTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp() throws Exception
      Throws:
      Exception
    • testSwitch_basic

      @Test public void testSwitch_basic() throws JepException
      Throws:
      JepException
    • testSwitch_with_matching_vector_arguments

      @Test public void testSwitch_with_matching_vector_arguments() throws JepException
      Throws:
      JepException
    • testSwitch_with_mismatching_vector_arguments

      @Test public void testSwitch_with_mismatching_vector_arguments() throws JepException
      Throws:
      JepException
    • testCheckDim_with_vector_arguments

      @Test public void testCheckDim_with_vector_arguments() throws JepException
      Throws:
      JepException
    • testCheckDim_with_mismatching_vector_arguments_throws_ParseException

      @Test public void testCheckDim_with_mismatching_vector_arguments_throws_ParseException() throws JepException
      Throws:
      JepException