(t *testing.T)
| 142 | } |
| 143 | |
| 144 | func TestIsChecked(t *testing.T) { |
| 145 | testCases := []validationTestCase{ |
| 146 | {"", false, "", "must be checked"}, |
| 147 | } |
| 148 | runValidationTests(t, testCases, IsChecked, "IsChecked") |
| 149 | } |
nothing calls this directly
no test coverage detected