Do not generate long lines and simplify merge in generated tests

This commit is contained in:
Nikolay Krasko
2015-02-16 14:46:55 +03:00
parent 768a67d1f1
commit 8ea9d39e98
72 changed files with 1718 additions and 282 deletions
@@ -30,7 +30,14 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/repl")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({ReplInterpreterTestGenerated.Classes.class, ReplInterpreterTestGenerated.Multiline.class, ReplInterpreterTestGenerated.Objects.class, ReplInterpreterTestGenerated.PrimitiveTypes.class, ReplInterpreterTestGenerated.Reflection.class, ReplInterpreterTestGenerated.Regressions.class})
@InnerTestClasses({
ReplInterpreterTestGenerated.Classes.class,
ReplInterpreterTestGenerated.Multiline.class,
ReplInterpreterTestGenerated.Objects.class,
ReplInterpreterTestGenerated.PrimitiveTypes.class,
ReplInterpreterTestGenerated.Reflection.class,
ReplInterpreterTestGenerated.Regressions.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class ReplInterpreterTestGenerated extends AbstractReplInterpreterTest {
public void testAllFilesPresentInRepl() throws Exception {