MCPcopy
hub / github.com/urfave/cli / TestZeroValueMutexFlag

Function TestZeroValueMutexFlag

flag_test.go:3283–3286  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

3281}
3282
3283func TestZeroValueMutexFlag(t *testing.T) {
3284 var fl MutuallyExclusiveFlags
3285 assert.NoError(t, fl.check(&Command{}))
3286}
3287
3288func TestMutexFlagCategory(t *testing.T) {
3289 cmd := buildMinimalTestCommand()

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected