IDE missed some changed files

This commit is contained in:
Terence Parr 2015-02-14 16:44:35 -08:00
parent 5e70f94628
commit db8de6214e
13 changed files with 206 additions and 231 deletions

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestCompositeLexers extends BaseTest {

View File

@ -1,11 +1,10 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.*;
import org.antlr.v4.test.tool.ErrorQueue;
import org.antlr.v4.tool.Grammar;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
public class TestCompositeParsers extends BaseTest {

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestFullContextParsing extends BaseTest {

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestLeftRecursion extends BaseTest {

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestLexerErrors extends BaseTest {

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestLexerExec extends BaseTest {

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestListeners extends BaseTest {

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestParseTrees extends BaseTest {

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestParserErrors extends BaseTest {

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestParserExec extends BaseTest {

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestSemPredEvalLexer extends BaseTest {

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestSemPredEvalParser extends BaseTest {

View File

@ -1,9 +1,7 @@
package org.antlr.v4.test.rt.java;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
public class TestSets extends BaseTest {