Searched defs:getOutputStreamContents (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2365 Assert.assertEquals(0, retVal, "Non-zero return code because, error: " + getOutputStreamContents());
2366 return getOutputStreamContents();
2374 Assert.assertEquals(0, retVal, "Non-zero return code because, error: " + getOutputStreamContents());
2375 return getOutputStreamContents();
2580 private static String getOutputStreamContents() { method in class:AciTests
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2302 Assert.assertEquals(retVal, 0, "Non-zero return code because, error: " + getOutputStreamContents());
2303 return getOutputStreamContents();
2309 Assert.assertEquals(retVal, expectedRc, "Non-zero return code because, error: " + getOutputStreamContents());
2310 return getOutputStreamContents();
2512 private static String getOutputStreamContents() { method in class:AciTests
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2365 Assert.assertEquals(0, retVal, "Non-zero return code because, error: " + getOutputStreamContents());
2366 return getOutputStreamContents();
2374 Assert.assertEquals(0, retVal, "Non-zero return code because, error: " + getOutputStreamContents());
2375 return getOutputStreamContents();
2580 private static String getOutputStreamContents() { method in class:AciTests
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2302 Assert.assertEquals(retVal, 0, "Non-zero return code because, error: " + getOutputStreamContents());
2303 return getOutputStreamContents();
2309 Assert.assertEquals(retVal, expectedRc, "Non-zero return code because, error: " + getOutputStreamContents());
2310 return getOutputStreamContents();
2512 private static String getOutputStreamContents() { method in class:AciTests
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2365 Assert.assertEquals(0, retVal, "Non-zero return code because, error: " + getOutputStreamContents());
2366 return getOutputStreamContents();
2374 Assert.assertEquals(0, retVal, "Non-zero return code because, error: " + getOutputStreamContents());
2375 return getOutputStreamContents();
2580 private static String getOutputStreamContents() { method in class:AciTests
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAciTests.java2284 Assert.assertEquals(retVal, 0, "Non-zero return code because, error: " + getOutputStreamContents());
2285 return getOutputStreamContents();
2291 Assert.assertEquals(retVal, expectedRc, "Non-zero return code because, error: " + getOutputStreamContents());
2292 return getOutputStreamContents();
2500 private static String getOutputStreamContents() { method in class:AciTests

Completed in 93 milliseconds