endpointtest

package
v0.0.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2019 License: GPL-3.0 Imports: 10 Imported by: 0

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

type IeleTestExecutor interface {
	Run(*ij.Test) error
}

IeleTestExecutor describes a component that can run a Iele VM test.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL