MCPcopy
hub / github.com/PeerDB-io/peerdb / Suite

Interface Suite

flow/e2eshared/e2eshared.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type Suite interface {
19 Teardown(context.Context)
20}
21
22func RunSuite[T Suite](t *testing.T, setup func(t *testing.T) T) {
23 t.Helper()

Callers 2

RunSuiteFunction · 0.65
RunSuiteNoParallelFunction · 0.65

Implementers 11

PeerFlowE2ETestSuiteSFflow/e2e/snowflake.go
PeerFlowE2ETestSuiteS3flow/e2e/s3_qrep_test.go
PubSubSuiteflow/e2e/pubsub_test.go
PeerFlowE2ETestSuitePGflow/e2e/postgres.go
APITestSuiteflow/e2e/api_test.go
elasticsearchSuiteflow/e2e/elasticsearch.go
KafkaSuiteflow/e2e/kafka_test.go
PeerFlowE2ETestSuiteBQflow/e2e/bigquery.go
EventhubsSuiteflow/e2e/eventhub_test.go
ClickHouseSuiteflow/e2e/clickhouse.go
MySQLRDSBinlogAPITestSuiteflow/e2e/mysql_rds_binlog_test.go

Calls

no outgoing calls

Tested by

no test coverage detected