testing

package
v1.0.20 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CreateOutput = `` /* 164-byte string literal not displayed */
View Source
var CreateResponse = vpcs.VPC{
	ID:     "7ffddb5f-6731-43d8-9476-1444aaa40bc0",
	Name:   "ABC",
	Cidr:   "192.168.0.0/16",
	Status: "CREATING",
}
View Source
var GetOutput = `` /* 161-byte string literal not displayed */
View Source
var GetResponse = vpcs.VPC{
	ID:     "7ffddb5f-6731-43d8-9476-1444aaa40bc0",
	Name:   "ABC-back",
	Cidr:   "192.168.0.0/24",
	Status: "OK",
	Routes: []vpcs.Route{},
}
View Source
var ListOutput = `` /* 312-byte string literal not displayed */
View Source
var ListResponse = []vpcs.VPC{
	{
		ID:     "773c3c42-d315-417b-9063-87091713148c",
		Name:   "vpc-c8cb",
		Cidr:   "192.168.0.0/16",
		Status: "OK",
		Routes: []vpcs.Route{},
	},
	{
		ID:     "7ffddb5f-6731-43d8-9476-1444aaa40bc0",
		Name:   "ABC-back",
		Cidr:   "192.168.0.0/24",
		Status: "OK",
		Routes: []vpcs.Route{},
	},
}
View Source
var UpdateOutput = `` /* 163-byte string literal not displayed */
View Source
var UpdateResponse = vpcs.VPC{
	ID:     "7ffddb5f-6731-43d8-9476-1444aaa40bc0",
	Name:   "ABC-back",
	Cidr:   "192.168.0.0/24",
	Status: "OK",
}

Functions

func HandleCreateSuccessfully

func HandleCreateSuccessfully(t *testing.T)

func HandleDeleteSuccessfully

func HandleDeleteSuccessfully(t *testing.T)

func HandleGetSuccessfully

func HandleGetSuccessfully(t *testing.T)

func HandleListSuccessfully

func HandleListSuccessfully(t *testing.T)

func HandleUpdateSuccessfully

func HandleUpdateSuccessfully(t *testing.T)

Types

This section is empty.

Jump to

Keyboard shortcuts

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