test

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Subobject

type Subobject struct {
	Subproperty string `json:"subproperty,omitempty"`
}

Subobject is a test resource

type Test

type Test struct {
	ID          string            `db:"id" json:"id"`
	Description string            `db:"description" json:"description"`
	Name        goext.MaybeString `db:"name" json:"name,omitempty"`
	Subobject   *Subobject        `db:"subobject" json:"subobject,omitempty"`
	TestSuiteID goext.MaybeString `db:"test_suite_id" json:"test_suite_id"`
}

Test is a test resource

type TestSuite

type TestSuite struct {
	ID string `db:"id" json:"id"`
}

TestSuite is a test suite resource

Jump to

Keyboard shortcuts

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