helper

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2020 License: MPL-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

View Source
const TestEnvVar = "ORACLE_ACC"

TestEnvVar is the constant to determine whether to run acceptance tests

Variables

This section is empty.

Functions

func Bool added in v0.8.4

func Bool(input bool) *bool

Bool returns an address to a boolean

func Test

func Test(t TestT, c TestCase)

Test sets up the test framework

Types

type TestCase

type TestCase struct {
}

TestCase Test suite helpers

type TestT

type TestT interface {
	Error(args ...interface{})
	Fatal(args ...interface{})
	Skip(args ...interface{})
}

TestT supports errors, fatals, and skips for tests

Jump to

Keyboard shortcuts

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