Skip to content

Commit

Permalink
new macro names
Browse files Browse the repository at this point in the history
  • Loading branch information
wmacevoy committed Jun 11, 2018
1 parent 218fbd1 commit daa6cc3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ assertFalse KEYWORD2
assertLess KEYWORD2
assertLessOrEqual KEYWORD2
assertEqual KEYWORD2
assertNear KEYWORD2
assertRelativelyNear KEYWORD2
assertNotEqual KEYWORD2
assertMoreOrEqual KEYWORD2
assertMore KEYWORD2
Expand All @@ -24,6 +26,14 @@ checkTestFail KEYWORD2
checkTestNotFail KEYWORD2
checkTestSkip KEYWORD2
checkTestNotSkip KEYWORD2
checkCurrentTestDone KEYWORD2
checkCurrentTestNotDone KEYWORD2
checkCurrentTestPass KEYWORD2
checkCurrentTestNotPass KEYWORD2
checkCurrentTestFail KEYWORD2
checkCurrentTestNotFail KEYWORD2
checkCurrentTestSkip KEYWORD2
checkCurrentTestNotSkip KEYWORD2

TEST_VERBOSITY_ALL LITERAL1
TEST_VERBOSITY_NONE LITERAL1
Expand Down

0 comments on commit daa6cc3

Please sign in to comment.