Commit d997d896 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Make sure the FixedPointTypeVariableTypeTest is properly run by JUnit4.

Add anotations to the class so the Fixed Point tests are run preoprly.
parent 915837b9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.