MCPcopy
hub / github.com/docker/compose / TestPlanStringEmpty

Function TestPlanStringEmpty

pkg/compose/plan_test.go:49–53  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

47}
48
49func TestPlanStringEmpty(t *testing.T) {
50 p := &Plan{}
51 assert.Equal(t, p.String(), "")
52 assert.Assert(t, p.IsEmpty())
53}
54
55func TestPlanStringNoDeps(t *testing.T) {
56 p := &Plan{}

Callers

nothing calls this directly

Calls 2

StringMethod · 0.95
IsEmptyMethod · 0.95

Tested by

no test coverage detected