MCPcopy Create free account
hub / github.com/crytic/attacknet / TestExecutor

Struct TestExecutor

pkg/test_executor/executor.go:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type TestExecutor struct {
15 chaosClient *chaos_mesh.ChaosClient
16 testName string
17 planSteps []types.PlanStep
18 faultSessions []*chaos_mesh.FaultSession
19 planCompleted bool
20}
21
22func CreateTestExecutor(chaosClient *chaos_mesh.ChaosClient, test types.SuiteTest) *TestExecutor {
23 return &TestExecutor{chaosClient: chaosClient, testName: test.TestName, planSteps: test.PlanSteps}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected