Searched defs:buildJson (Results 1 - 2 of 2) sorted by relevance
| /forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/ |
| H A D | JsonPolicyParserTest.java | 93 JsonValue content = buildJson(null); 106 JsonValue content = buildJson(field("name", name)); 119 JsonValue content = buildJson(null); 131 JsonValue content = buildJson(field("active", true)); 143 JsonValue content = buildJson(field("creationDate", "2014-01-01T00:00:00.000Z")); 155 JsonValue content = buildJson(field("createdBy", "Bobby Tables")); 167 JsonValue content = buildJson(field("lastModifiedDate", "2014-01-01T00:00:00.000Z")); 179 JsonValue content = buildJson(field("lastModifiedBy", "Little Bobby")); 192 JsonValue content = buildJson(field("description", description)); 218 JsonValue content = buildJson(nul 720 private JsonValue buildJson(Map.Entry<String, Object> fieldValue) { method in class:JsonPolicyParserTest [all...] |
| /forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/ |
| H A D | JsonPolicyParserTest.java | 93 JsonValue content = buildJson(null); 106 JsonValue content = buildJson(field("name", name)); 119 JsonValue content = buildJson(null); 131 JsonValue content = buildJson(field("active", true)); 143 JsonValue content = buildJson(field("creationDate", "2014-01-01T00:00:00.000Z")); 155 JsonValue content = buildJson(field("createdBy", "Bobby Tables")); 167 JsonValue content = buildJson(field("lastModifiedDate", "2014-01-01T00:00:00.000Z")); 179 JsonValue content = buildJson(field("lastModifiedBy", "Little Bobby")); 192 JsonValue content = buildJson(field("description", description)); 218 JsonValue content = buildJson(nul 720 private JsonValue buildJson(Map.Entry<String, Object> fieldValue) { method in class:JsonPolicyParserTest [all...] |
Completed in 490 milliseconds