Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunAllIeleTestsInDirectory ¶
func RunAllIeleTestsInDirectory( generalTestPath string, specificTestPath string, excludedFilePatterns []string, testExecutor IeleTestExecutor) error
RunAllIeleTestsInDirectory walks directory, parses and prepares all .iele.json tests, then calls testCallback for each of them.
func RunSingleIeleTest ¶
func RunSingleIeleTest(testFilePath string, testExecutor IeleTestExecutor) error
RunSingleIeleTest parses and prepares test, then calls testCallback.
Types ¶
type IeleTestExecutor ¶
IeleTestExecutor describes a component that can run a Iele VM test.
Click to show internal directories.
Click to hide internal directories.