mocks

package
v0.0.0-...-1d7527b Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationContainer

type ApplicationContainer struct {
	mock.Mock
}

ApplicationContainer is an autogenerated mock type for the ApplicationContainer type

func (*ApplicationContainer) LookupImports

func (_m *ApplicationContainer) LookupImports() reflect.LookupImports

LookupImports provides a mock function with given fields:

func (*ApplicationContainer) LookupResources

func (_m *ApplicationContainer) LookupResources() reflect.LookupResources

LookupResources provides a mock function with given fields:

func (*ApplicationContainer) Path

func (_m *ApplicationContainer) Path() string

Path provides a mock function with given fields:

func (*ApplicationContainer) Version

func (_m *ApplicationContainer) Version() string

Version provides a mock function with given fields:

type EnumerationContainer

type EnumerationContainer struct {
	mock.Mock
}

EnumerationContainer is an autogenerated mock type for the EnumerationContainer type

func (*EnumerationContainer) Application

Application provides a mock function with given fields:

func (*EnumerationContainer) HybridType

func (_m *EnumerationContainer) HybridType() hybrids.Types

HybridType provides a mock function with given fields:

func (*EnumerationContainer) ID

func (_m *EnumerationContainer) ID() string

ID provides a mock function with given fields:

func (*EnumerationContainer) Lookup

Lookup provides a mock function with given fields:

func (*EnumerationContainer) Name

func (_m *EnumerationContainer) Name() string

Name provides a mock function with given fields:

type ExternalApplicationContainer

type ExternalApplicationContainer struct {
	mock.Mock
}

ExternalApplicationContainer is an autogenerated mock type for the ExternalApplicationContainer type

func (*ExternalApplicationContainer) Alias

Alias provides a mock function with given fields:

func (*ExternalApplicationContainer) Path

Path provides a mock function with given fields:

func (*ExternalApplicationContainer) UsedResource

UsedResource provides a mock function with given fields: pos

func (*ExternalApplicationContainer) UsedResourcesCount

func (_m *ExternalApplicationContainer) UsedResourcesCount() int

UsedResourcesCount provides a mock function with given fields:

func (*ExternalApplicationContainer) Version

func (_m *ExternalApplicationContainer) Version() string

Version provides a mock function with given fields:

type ExternalResourceContainer

type ExternalResourceContainer struct {
	mock.Mock
}

ExternalResourceContainer is an autogenerated mock type for the ExternalResourceContainer type

func (*ExternalResourceContainer) Application

Application provides a mock function with given fields:

func (*ExternalResourceContainer) ID

ID provides a mock function with given fields:

func (*ExternalResourceContainer) Name

func (_m *ExternalResourceContainer) Name() string

Name provides a mock function with given fields:

type FieldContainer

type FieldContainer struct {
	mock.Mock
}

FieldContainer is an autogenerated mock type for the FieldContainer type

func (*FieldContainer) Application

func (_m *FieldContainer) Application() reflect.ApplicationContainer

Application provides a mock function with given fields:

func (*FieldContainer) HybridType

func (_m *FieldContainer) HybridType() hybrids.Types

HybridType provides a mock function with given fields:

func (*FieldContainer) ID

func (_m *FieldContainer) ID() string

ID provides a mock function with given fields:

func (*FieldContainer) Items

Items provides a mock function with given fields:

func (*FieldContainer) Name

func (_m *FieldContainer) Name() string

Name provides a mock function with given fields:

func (*FieldContainer) Parent

func (_m *FieldContainer) Parent() reflect.OType

Parent provides a mock function with given fields:

func (*FieldContainer) Position

func (_m *FieldContainer) Position() hybrids.FieldNumber

Position provides a mock function with given fields:

func (*FieldContainer) ValueType

func (_m *FieldContainer) ValueType() reflect.OType

ValueType provides a mock function with given fields:

type ItemsContainer

type ItemsContainer struct {
	mock.Mock
}

ItemsContainer is an autogenerated mock type for the ItemsContainer type

func (*ItemsContainer) HybridType

func (_m *ItemsContainer) HybridType() hybrids.Types

HybridType provides a mock function with given fields:

func (*ItemsContainer) ValueType

func (_m *ItemsContainer) ValueType() reflect.OType

ValueType provides a mock function with given fields:

type LookupEnumeration

type LookupEnumeration struct {
	mock.Mock
}

LookupEnumeration is an autogenerated mock type for the LookupEnumeration type

func (*LookupEnumeration) ByStringToUint16

func (_m *LookupEnumeration) ByStringToUint16(input string) (uint16, bool)

ByStringToUint16 provides a mock function with given fields: input

func (*LookupEnumeration) ByStringToUint8

func (_m *LookupEnumeration) ByStringToUint8(input string) (uint8, bool)

ByStringToUint8 provides a mock function with given fields: input

func (*LookupEnumeration) ByUint16ToString

func (_m *LookupEnumeration) ByUint16ToString(input uint16) (string, bool)

ByUint16ToString provides a mock function with given fields: input

func (*LookupEnumeration) ByUint8ToString

func (_m *LookupEnumeration) ByUint8ToString(input uint8) (string, bool)

ByUint8ToString provides a mock function with given fields: input

type LookupFields

type LookupFields struct {
	mock.Mock
}

LookupFields is an autogenerated mock type for the LookupFields type

func (*LookupFields) FieldByName

func (_m *LookupFields) FieldByName(fieldName string) (reflect.FieldContainer, bool)

FieldByName provides a mock function with given fields: fieldName

func (*LookupFields) FieldByPosition

func (_m *LookupFields) FieldByPosition(fn hybrids.FieldNumber) (reflect.FieldContainer, bool)

FieldByPosition provides a mock function with given fields: fn

func (*LookupFields) FieldCount

func (_m *LookupFields) FieldCount() int

FieldCount provides a mock function with given fields:

type LookupImports

type LookupImports struct {
	mock.Mock
}

LookupImports is an autogenerated mock type for the LookupImports type

func (*LookupImports) ImportByAlias

func (_m *LookupImports) ImportByAlias(alias string) (reflect.ExternalApplicationContainer, bool)

ImportByAlias provides a mock function with given fields: alias

func (*LookupImports) ImportByPosition

func (_m *LookupImports) ImportByPosition(position uint16) (reflect.ExternalApplicationContainer, bool)

ImportByPosition provides a mock function with given fields: position

func (*LookupImports) ImportsCount

func (_m *LookupImports) ImportsCount() int

ImportsCount provides a mock function with given fields:

type LookupResources

type LookupResources struct {
	mock.Mock
}

LookupResources is an autogenerated mock type for the LookupResources type

func (*LookupResources) ResourceByName

func (_m *LookupResources) ResourceByName(name string) (reflect.ResourceContainer, bool)

ResourceByName provides a mock function with given fields: name

func (*LookupResources) ResourceByPosition

func (_m *LookupResources) ResourceByPosition(position uint16) (reflect.ResourceContainer, bool)

ResourceByPosition provides a mock function with given fields: position

func (*LookupResources) ResourceCount

func (_m *LookupResources) ResourceCount() int

ResourceCount provides a mock function with given fields:

type OType

type OType struct {
	mock.Mock
}

OType is an autogenerated mock type for the OType type

func (*OType) Enumeration

func (_m *OType) Enumeration() reflect.EnumerationContainer

Enumeration provides a mock function with given fields:

func (*OType) ExternalResource

func (_m *OType) ExternalResource() reflect.ExternalResourceContainer

ExternalResource provides a mock function with given fields:

func (*OType) Kind

func (_m *OType) Kind() reflect.OmniTypes

Kind provides a mock function with given fields:

func (*OType) Resource

func (_m *OType) Resource() reflect.ResourceContainer

Resource provides a mock function with given fields:

func (*OType) Struct

func (_m *OType) Struct() reflect.StructContainer

Struct provides a mock function with given fields:

func (*OType) Table

func (_m *OType) Table() reflect.TableContainer

Table provides a mock function with given fields:

func (*OType) Union

func (_m *OType) Union() reflect.UnionContainer

Union provides a mock function with given fields:

type ResourceContainer

type ResourceContainer struct {
	mock.Mock
}

ResourceContainer is an autogenerated mock type for the ResourceContainer type

func (*ResourceContainer) Application

Application provides a mock function with given fields:

func (*ResourceContainer) ID

func (_m *ResourceContainer) ID() string

ID provides a mock function with given fields:

func (*ResourceContainer) Name

func (_m *ResourceContainer) Name() string

Name provides a mock function with given fields:

func (*ResourceContainer) Position

func (_m *ResourceContainer) Position() uint16

Position provides a mock function with given fields:

func (*ResourceContainer) Table

Table provides a mock function with given fields:

type StructContainer

type StructContainer struct {
	mock.Mock
}

StructContainer is an autogenerated mock type for the StructContainer type

func (*StructContainer) Application

func (_m *StructContainer) Application() reflect.ApplicationContainer

Application provides a mock function with given fields:

func (*StructContainer) ID

func (_m *StructContainer) ID() string

ID provides a mock function with given fields:

func (*StructContainer) LookupFields

func (_m *StructContainer) LookupFields() reflect.LookupFields

LookupFields provides a mock function with given fields:

func (*StructContainer) Name

func (_m *StructContainer) Name() string

Name provides a mock function with given fields:

type TableContainer

type TableContainer struct {
	mock.Mock
}

TableContainer is an autogenerated mock type for the TableContainer type

func (*TableContainer) Application

func (_m *TableContainer) Application() reflect.ApplicationContainer

Application provides a mock function with given fields:

func (*TableContainer) ID

func (_m *TableContainer) ID() string

ID provides a mock function with given fields:

func (*TableContainer) LookupFields

func (_m *TableContainer) LookupFields() reflect.LookupFields

LookupFields provides a mock function with given fields:

func (*TableContainer) Name

func (_m *TableContainer) Name() string

Name provides a mock function with given fields:

type UnionContainer

type UnionContainer struct {
	mock.Mock
}

UnionContainer is an autogenerated mock type for the UnionContainer type

func (*UnionContainer) Application

func (_m *UnionContainer) Application() reflect.ApplicationContainer

Application provides a mock function with given fields:

func (*UnionContainer) ID

func (_m *UnionContainer) ID() string

ID provides a mock function with given fields:

func (*UnionContainer) ItemsKind

func (_m *UnionContainer) ItemsKind() reflect.UnionTypes

ItemsKind provides a mock function with given fields:

func (*UnionContainer) LookupFields

func (_m *UnionContainer) LookupFields() reflect.LookupFields

LookupFields provides a mock function with given fields:

func (*UnionContainer) Name

func (_m *UnionContainer) Name() string

Name provides a mock function with given fields:

Jump to

Keyboard shortcuts

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