configtest

package
v0.1.20 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2018 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package configtest provides structs and logic for declarative configuration tests.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Case

type Case struct {
	Transform string
	Input     map[string]interface{}
	Result    map[string]interface{}
}

Case allows declaration of a transformation to run on input and validate against declared tesult.

func (Case) Test

func (c Case) Test(t *testing.T)

Test will execute the test case panicing if Input doesn't become Result

Jump to

Keyboard shortcuts

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