MCPcopy
hub / github.com/projectdiscovery/subfinder / TestCase

Interface TestCase

pkg/testutils/integration.go:40–42  ·  view source on GitHub ↗

TestCase is a single integration test case

Source from the content-addressed store, hash-verified

38
39// TestCase is a single integration test case
40type TestCase interface {
41 Execute() error
42}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected