Documentation
¶
Index ¶
- func AddAPIToBundleWithInput(t *testing.T, ctx context.Context, gqlClient *gcli.Client, ...) graphql.APIDefinitionExt
- func CreateBundle(t *testing.T, ctx context.Context, gqlClient *gcli.Client, ...) graphql.BundleExt
- func DeleteBundle(t *testing.T, ctx context.Context, gqlClient *gcli.Client, tenant, id string)
- func GenerateOneTimeTokenForApplication(t *testing.T, ctx context.Context, gqlClient *gcli.Client, tenant string, ...) graphql.OneTimeTokenForApplicationExt
- func GenerateOneTimeTokenForRuntime(t *testing.T, ctx context.Context, gqlClient *gcli.Client, tenant string, ...) graphql.OneTimeTokenForRuntimeExt
- func GetApplication(t *testing.T, ctx context.Context, gqlClient *gcli.Client, tenant string, ...) graphql.ApplicationExt
- func GetRuntime(t *testing.T, ctx context.Context, gqlClient *gcli.Client, tenant string, ...) graphql.RuntimeExt
- func RegisterApplicationWithinTenant(t *testing.T, ctx context.Context, gqlClient *gcli.Client, tenant string, ...) (graphql.ApplicationExt, error)
- func RegisterRuntimeFromInputWithinTenant(t *testing.T, ctx context.Context, gqlClient *gcli.Client, tenant string, ...) graphql.RuntimeExt
- func UnregisterApplication(t *testing.T, ctx context.Context, gqlClient *gcli.Client, tenant string, ...) graphql.ApplicationExt
- func UnregisterRuntimeWithinTenant(t *testing.T, ctx context.Context, gqlClient *gcli.Client, tenant string, ...)
- type TestContext
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAPIToBundleWithInput ¶
func CreateBundle ¶
func DeleteBundle ¶
func GetApplication ¶
func GetRuntime ¶
func RegisterRuntimeFromInputWithinTenant ¶
func RegisterRuntimeFromInputWithinTenant(t *testing.T, ctx context.Context, gqlClient *gcli.Client, tenant string, input *graphql.RuntimeInput) graphql.RuntimeExt
Runtime
func UnregisterApplication ¶
Types ¶
type TestContext ¶
type TestContext struct { Graphqlizer graphqlizer.Graphqlizer GQLFieldsProvider graphqlizer.GqlFieldsProvider }
TestContext contains dependencies that help executing tests
func NewTestContext ¶
func NewTestContext() (*TestContext, error)
Click to show internal directories.
Click to hide internal directories.