testing

package
v1.0.17 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ListOutput = `
{
  "quotas": {
    "resources": [{
      "type": "vpc",
      "used": 3,
      "quota": 5,
      "min": 0
    }]
  }
}
`
View Source
var ListResponse = quotas.Quota{
	Resources: []quotas.Resource{
		{
			Type:  "vpc",
			Used:  3,
			Quota: 5,
			Min:   0,
		},
	},
}

Functions

func HandleListSuccessfully

func HandleListSuccessfully(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