Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/projectdiscovery/katana
/ TestCase
Interface
TestCase
cmd/integration-test/integration-test.go:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
TestCase
interface
{
12
// Execute executes a test case and returns any errors if occurred
13
Execute() error
14
}
15
16
var
(
17
debug = os.Getenv(
"DEBUG"
) ==
"true"
Callers
1
main
Function · 0.65
Implementers
4
matchConditionIntegrationTest
cmd/integration-test/filters.go
filterConditionIntegrationTest
cmd/integration-test/filters.go
uniqueFilterIntegrationTest
cmd/integration-test/filters.go
goIntegrationTest
cmd/integration-test/library.go
Calls
no outgoing calls
Tested by
no test coverage detected