Searched defs:NULL_INPUT (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLExportImportTest.java55 private static final InputStream NULL_INPUT = null; field in class:XACMLExportImportTest
101 given(xacmlReaderWriter.read(eq(NULL_INPUT))).willReturn(privilegeSet);
104 List<ImportStep> importSteps = xacmlExportImport.importXacml(ROOT_REALM, NULL_INPUT, NULL_SUBJECT, false);
129 given(xacmlReaderWriter.read(eq(NULL_INPUT))).willReturn(privilegeSet);
132 List<ImportStep> importSteps = xacmlExportImport.importXacml(ROOT_REALM, NULL_INPUT, NULL_SUBJECT, true);
154 given(xacmlReaderWriter.read(eq(NULL_INPUT))).willReturn(set);
157 xacmlExportImport.importXacml(ROOT_REALM, NULL_INPUT, NULL_SUBJECT, true);
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLExportImportTest.java66 private static final InputStream NULL_INPUT = null; field in class:XACMLExportImportTest
131 given(xacmlReaderWriter.read(eq(NULL_INPUT))).willReturn(privilegeSet);
134 List<ImportStep> importSteps = xacmlExportImport.importXacml(ROOT_REALM, NULL_INPUT, NULL_SUBJECT, false);
159 given(xacmlReaderWriter.read(eq(NULL_INPUT))).willReturn(privilegeSet);
162 List<ImportStep> importSteps = xacmlExportImport.importXacml(ROOT_REALM, NULL_INPUT, NULL_SUBJECT, true);
184 given(xacmlReaderWriter.read(eq(NULL_INPUT))).willReturn(set);
187 xacmlExportImport.importXacml(ROOT_REALM, NULL_INPUT, NULL_SUBJECT, true);

Completed in 28 milliseconds