Skip to content

Commit

Permalink
more tests added
Browse files Browse the repository at this point in the history
  • Loading branch information
adireddy committed Apr 6, 2015
1 parent 785e424 commit 3b772e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/TestMain.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ class TestMain {
runner.add(new ArrayInstantiationCheckTest());
runner.add(new BlockFormatCheckTest());
runner.add(new EmptyLinesCheckTest());

runner.add(new ERegInstantiationCheckTest());
runner.add(new HexadecimalLiteralsCheckTest());
runner.add(new IndentationCharacterCheckTest());
runner.add(new LineLengthCheckTest());

runner.add(new ListenerNameCheckTest());
runner.add(new MethodLengthCheckTest());
runner.add(new NamingCheckTest());
runner.add(new OverrideCheckTest());

var success = runner.run();
Sys.exit(success ? 0 : 1);
Expand Down

0 comments on commit 3b772e1

Please sign in to comment.