(t *testing.T)
| 18 | ) |
| 19 | |
| 20 | func TestJSONFields(t *testing.T) { |
| 21 | jsonfieldstest.ExpectCommandToSupportJSONFields(t, NewCmdList, []string{ |
| 22 | "id", |
| 23 | "isAlphanumeric", |
| 24 | "keyPrefix", |
| 25 | "urlTemplate", |
| 26 | }) |
| 27 | } |
| 28 | |
| 29 | func TestNewCmdList(t *testing.T) { |
| 30 | tests := []struct { |
nothing calls this directly
no test coverage detected