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

Function TestGenericFlag_SatisfiesFlagInterface

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

Source from the content-addressed store, hash-verified

3451}
3452
3453func TestGenericFlag_SatisfiesFlagInterface(t *testing.T) {
3454 var f Flag = &GenericFlag{}
3455
3456 _ = f.IsSet()
3457 _ = f.Names()
3458}
3459
3460func TestGenericValue_SatisfiesBoolInterface(t *testing.T) {
3461 var f boolFlag = &genericValue{}

Callers

nothing calls this directly

Calls 2

IsSetMethod · 0.95
NamesMethod · 0.95

Tested by

no test coverage detected