Class MatrixIfTest

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

public class MatrixIfTest extends Object
Tests for the MatrixIf class.
  • Constructor Details

    • MatrixIfTest

      public MatrixIfTest()
  • Method Details

    • setUp

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

      @Test public void testIf_basic() throws JepException
      Throws:
      JepException
    • testIf_with_matching_vector_arguments

      @Test public void testIf_with_matching_vector_arguments() throws JepException
      Throws:
      JepException
    • testIf_with_mismatching_vector_arguments

      @Test public void testIf_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