Allow multiple expectations per test.

This commit is contained in:
Andy Stewart
2014-11-13 15:21:19 +01:00
parent 86cde1a919
commit dd054534a0
2 changed files with 9 additions and 13 deletions

View File

@@ -26,6 +26,5 @@ call Setup()
### Limitations
- Currently tests are done by writing out a file and comparing it to a known good one.
- Only 1 file per test is supported.
- There's no support for assertions within the testcase code.