testshared

package
v0.0.0-...-5cd769b Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestAll

func TestAll(t *testing.T, ts TestServer)

TestAll is the main entrypoint from the backend implmenentation tests to call, and will run each test as a sub-test.

Types

type TestServer

type TestServer interface {
	NewConsumer(topic string, groupID string) substrate.AsyncMessageSource
	NewProducer(topic string) substrate.AsyncMessageSink
	TestEnd()
}

TestServer represents the server under test, and is expected to be implemented by each backend broker implementation wishing to benefit from these shared tests.

Jump to

Keyboard shortcuts

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