Loading Matlab2SMT/src/test/java/ca/mcmaster/cas/tabularexpressiontoolbox/expression/FixedPointVariableTypeTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -5,12 +5,16 @@ package ca.mcmaster.cas.tabularexpressiontoolbox.expression; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; import static org.junit.Assert.*; /** * * @author matthew */ @RunWith(JUnit4.class) public class FixedPointVariableTypeTest { /** * Test of constructor in class FixedPointType. Loading Loading
Matlab2SMT/src/test/java/ca/mcmaster/cas/tabularexpressiontoolbox/expression/FixedPointVariableTypeTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -5,12 +5,16 @@ package ca.mcmaster.cas.tabularexpressiontoolbox.expression; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; import static org.junit.Assert.*; /** * * @author matthew */ @RunWith(JUnit4.class) public class FixedPointVariableTypeTest { /** * Test of constructor in class FixedPointType. Loading