MCPcopy
hub / github.com/opencontainers/runc / TestCreatedStateTransition

Function TestCreatedStateTransition

libcontainer/state_linux_test.go:100–111  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

98}
99
100func TestCreatedStateTransition(t *testing.T) {
101 testTransitions(
102 t,
103 &createdState{c: &Container{}},
104 []containerState{
105 &stoppedState{},
106 &pausedState{},
107 &runningState{},
108 &createdState{},
109 },
110 )
111}

Callers

nothing calls this directly

Calls 1

testTransitionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…