(t *testing.T)
| 145 | } |
| 146 | |
| 147 | func TestBoolFieldValidateSettings(t *testing.T) { |
| 148 | testDefaultFieldIdValidation(t, core.FieldTypeBool) |
| 149 | testDefaultFieldNameValidation(t, core.FieldTypeBool) |
| 150 | testDefaultFieldHelpValidation[core.BoolField](t) |
| 151 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…