data

package
v0.0.0-...-8472c8c Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dir

type Dir struct {
	Context types.ContextConfig

	Name string

	Dirs  map[string]Dir
	Files map[string]File
}

Dir defines a directory to store test data

func Walk

func Walk(path string) (*Dir, error)

Walk walks a dir and return Dir struct

type File

type File struct {
	Case types.Case

	Name string
}

File defines a file to store a test case

Jump to

Keyboard shortcuts

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