Documentation ¶
Overview ¶
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto
Index ¶
- Constants
- type FunctionalTestConfig
- type HttpError
- type TestCaseResult
- type TestFailure
- func TestCreate(config FunctionalTestConfig) (failures []TestFailure)
- func TestHardDelete(config FunctionalTestConfig) (failures []TestFailure)
- func TestHttpCreate(config FunctionalTestConfig) (failures []TestFailure)
- func TestHttpHardDelete(config FunctionalTestConfig) (failures []TestFailure)
- func TestHttpList(config FunctionalTestConfig) (failures []TestFailure)
- func TestHttpMetrics(config FunctionalTestConfig) []TestFailure
- func TestHttpRead(config FunctionalTestConfig) (failures []TestFailure)
- func TestHttpServicesStatus(config FunctionalTestConfig) []TestFailure
- func TestHttpSoftDelete(config FunctionalTestConfig) (failures []TestFailure)
- func TestHttpStatus(config FunctionalTestConfig) []TestFailure
- func TestHttpSwagger(config FunctionalTestConfig) []TestFailure
- func TestHttpUpdate(config FunctionalTestConfig) (failures []TestFailure)
- func TestHttpVersion(config FunctionalTestConfig) (failures []TestFailure)
- func TestList(config FunctionalTestConfig) (failures []TestFailure)
- func TestRead(config FunctionalTestConfig) (failures []TestFailure)
- func TestServicesStatus(config FunctionalTestConfig) (failures []TestFailure)
- func TestSoftDelete(config FunctionalTestConfig) (failures []TestFailure)
- func TestUpdate(config FunctionalTestConfig) (failures []TestFailure)
- func TestVersion(config FunctionalTestConfig) []TestFailure
Constants ¶
const FUNCTEST_GRPC = "GRPC"
const FUNCTEST_HTTP = "HTTP"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionalTestConfig ¶
type FunctionalTestConfig struct { ServerAddress string GrpcServerAddress string HttpServerAddress string CaCertificate string ClientCertificate string ClientPrivateKey string JsonWebToken string TimeoutSeconds int MysqlDataSourceName string }
FunctionalTestConfig encodes client configuration for functional tests.
type TestCaseResult ¶
TestCaseResult encodes a functional test case result description.
type TestFailure ¶
TestFailure encodes a functional test failure description.
func TestCreate ¶
func TestCreate(config FunctionalTestConfig) (failures []TestFailure)
func TestHardDelete ¶
func TestHardDelete(config FunctionalTestConfig) (failures []TestFailure)
func TestHttpCreate ¶
func TestHttpCreate(config FunctionalTestConfig) (failures []TestFailure)
func TestHttpHardDelete ¶
func TestHttpHardDelete(config FunctionalTestConfig) (failures []TestFailure)
func TestHttpList ¶
func TestHttpList(config FunctionalTestConfig) (failures []TestFailure)
func TestHttpMetrics ¶
func TestHttpMetrics(config FunctionalTestConfig) []TestFailure
func TestHttpRead ¶
func TestHttpRead(config FunctionalTestConfig) (failures []TestFailure)
func TestHttpServicesStatus ¶
func TestHttpServicesStatus(config FunctionalTestConfig) []TestFailure
func TestHttpSoftDelete ¶
func TestHttpSoftDelete(config FunctionalTestConfig) (failures []TestFailure)
func TestHttpStatus ¶
func TestHttpStatus(config FunctionalTestConfig) []TestFailure
func TestHttpSwagger ¶
func TestHttpSwagger(config FunctionalTestConfig) []TestFailure
func TestHttpUpdate ¶
func TestHttpUpdate(config FunctionalTestConfig) (failures []TestFailure)
func TestHttpVersion ¶
func TestHttpVersion(config FunctionalTestConfig) (failures []TestFailure)
func TestList ¶
func TestList(config FunctionalTestConfig) (failures []TestFailure)
func TestRead ¶
func TestRead(config FunctionalTestConfig) (failures []TestFailure)
func TestServicesStatus ¶
func TestServicesStatus(config FunctionalTestConfig) (failures []TestFailure)
func TestSoftDelete ¶
func TestSoftDelete(config FunctionalTestConfig) (failures []TestFailure)
func TestUpdate ¶
func TestUpdate(config FunctionalTestConfig) (failures []TestFailure)
func TestVersion ¶
func TestVersion(config FunctionalTestConfig) []TestFailure
Source Files ¶
- clients.go
- grpc_create.go
- grpc_hard_delete.go
- grpc_list.go
- grpc_read.go
- grpc_services_status.go
- grpc_soft_delete.go
- grpc_update.go
- grpc_version.go
- helpers_create.go
- helpers_hard_delete.go
- helpers_list.go
- helpers_read.go
- helpers_services_status.go
- helpers_soft_delete.go
- helpers_update.go
- helpers_version.go
- http_create.go
- http_hard_delete.go
- http_list.go
- http_metrics.go
- http_read.go
- http_services_status.go
- http_soft_delete.go
- http_status.go
- http_swagger.go
- http_update.go
- http_version.go
- types.go