test_fixture

package
v0.0.0-...-38ac3ec Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2021 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TestUsers tTestUsers = NewTTestUsers()

Functions

func NewTTestUsers

func NewTTestUsers() tTestUsers

Types

type TestReferences

type TestReferences struct {
	*bref.ManagedReferences
	// contains filtered or unexported fields
}

func NewTestReferences

func NewTestReferences() *TestReferences

func (*TestReferences) Append

func (c *TestReferences) Append(descriptor *cref.Descriptor)

type TestRestClient

type TestRestClient struct {
	// contains filtered or unexported fields
}

func NewTestRestClient

func NewTestRestClient() *TestRestClient

func (*TestRestClient) Del

func (c *TestRestClient) Del(path string, result interface{}) error

func (*TestRestClient) DelAsUser

func (c *TestRestClient) DelAsUser(sessionId string, path string, result interface{}) error

func (*TestRestClient) Get

func (c *TestRestClient) Get(path string, result interface{}) error

func (*TestRestClient) GetAsUser

func (c *TestRestClient) GetAsUser(sessionId string, path string, result interface{}) error

func (*TestRestClient) Head

func (c *TestRestClient) Head(path string, result interface{}) error

func (*TestRestClient) HeadAsUser

func (c *TestRestClient) HeadAsUser(sessionId string, path string, result interface{}) error

func (*TestRestClient) Post

func (c *TestRestClient) Post(path string, params interface{}, result interface{}) error

func (*TestRestClient) PostAsUser

func (c *TestRestClient) PostAsUser(sessionId string, path string, params interface{}, result interface{}) error

func (*TestRestClient) Put

func (c *TestRestClient) Put(path string, params interface{}, result interface{}) error

func (*TestRestClient) PutAsUser

func (c *TestRestClient) PutAsUser(sessionId string, path string, params interface{}, result interface{}) error

Jump to

Keyboard shortcuts

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