(t *testing.T)
| 195 | } |
| 196 | |
| 197 | func TestCheck_UnknownFormat(t *testing.T) { |
| 198 | if casing.Check("anything", "not-a-case") { |
| 199 | t.Error("Check with unknown format should return false") |
| 200 | } |
| 201 | } |
| 202 | |
| 203 | func TestAll_ContainsAllConstants(t *testing.T) { |
| 204 | want := map[string]bool{ |