(t *testing.T)
| 10 | ) |
| 11 | |
| 12 | func TestBoolFieldBaseMethods(t *testing.T) { |
| 13 | testFieldBaseMethods(t, core.FieldTypeBool) |
| 14 | } |
| 15 | |
| 16 | func TestBoolFieldColumnType(t *testing.T) { |
| 17 | app, _ := tests.NewTestApp() |
nothing calls this directly
no test coverage detected
searching dependent graphs…