changed to testng

This commit is contained in:
Tom Everett
2016-03-02 20:29:26 -07:00
parent 8eb36d4b3b
commit e3149189da
2 changed files with 5 additions and 5 deletions
@@ -6,8 +6,8 @@ import java.io.InputStream;
import java.util.Collection;
import org.apache.commons.io.FileUtils;
import org.junit.Assert;
import org.junit.Test;
import org.testng.Assert;
import org.testng.annotations.Test;
import com.khubla.pdp7parse.antlr4.pdp7Parser.ProgContext;