Versions in this module Expand all Collapse all v1 v1.0.0 Jul 17, 2018 Changes in this version + const GeneralError + type Environment struct + func NewEnvironment(testFileName string, testSource []byte) *Environment + func (env *Environment) CheckAllMockCallsMade() error + func (env *Environment) ClearEnvironment() + func (env *Environment) InitializeEnvironment() error + type TestRunner struct + func NewTestRunner(testFileName string, printAllLogs bool, testFilter string) *TestRunner + func (runner *TestRunner) Run() TestRunnerErrors + type TestRunnerErrors map[string]error