-
Notifications
You must be signed in to change notification settings - Fork 1
Testing
walter-weinmann edited this page Sep 4, 2016
·
5 revisions
The test data generator test_generator
can generate any amount of generic tests. For this, the script test_generator.bat
can be used. The generated tests are limited to the grammar expressions ContractDefinition
, ImportDirective
and PragmaDirective
and the generated Common Tests includes addtionally the grammar expression SourceUnit
.
The script test_stress.bat
allows a stress test to be performed based on common testing. The stress test can be started by calling test_stress.bat n
, where n
indicates the required number of test runs. In each test run, the test data will be regenerated and subsequently launched with Common Test.