load_test_cases {ottr} | R Documentation |
Load test cases from a test file
Description
Load test case data from a test file. Executes the file and grabs the global test
variable, which should be a list
.
Usage
load_test_cases(test_file)
Arguments
test_file |
The path to the test file |
Value
The test cases
[Package ottr version 1.5.0 Index]