-
Notifications
You must be signed in to change notification settings - Fork 24
Testing
Luis Diogo Couto edited this page May 23, 2016
·
18 revisions
This pages describes the Overture test framework and how to use to write new tests and work with existing ones. The framework is located in core/testing/framework
. The code is reasonably documented so take a look. Sample tests are also available at core/testing/samples
Rest TBD
- All tests meant to be parameterised (test w/ multiple sources as inputs).
- Standard workflow for all tests.
- 3 versions: Standard, FineGrain and Externals
- Some utility stuff (ParseTfFacade, etc.)
- how to add new inputs for existing tests;
- how to use external input files when testing (via property)
- how to inspect test failures and update results.
- how to write a new test;
- how to write tests that use the external inputs;