(t *testing.T)
| 30 | } |
| 31 | |
| 32 | func TestNotifyPlugin_IsValidate(t *testing.T) { |
| 33 | app := newConfigDotWeb() |
| 34 | p := NewDefaultNotifyPlugin(app) |
| 35 | needShow := true |
| 36 | test.Equal(t, needShow, p.IsValidate()) |
| 37 | } |
nothing calls this directly
no test coverage detected