Searched defs:output (Results 1 - 25 of 157) sorted by relevance

1234567

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DUpgradeTestCase.java87 * Returns {@code true} if the output contain the expected message.
89 * @param output
90 * The upgrade's output.
93 * @return {@code true} if the output contains the expected message.
95 private boolean isOutputContainsExpectedMessage(final String output, argument
98 return (output.replaceAll("\n", " ").replaceAll("%s", " ").indexOf(
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeStressReplicationDomain.java86 protected void exportBackend(OutputStream output) throws DirectoryException argument
93 output.write("this is a long key like a dn or something similar: value\n\n".getBytes());
95 output.flush();
96 output.close();
H A DFakeReplicationDomain.java126 protected void exportBackend(OutputStream output) throws DirectoryException argument
130 output.write(exportString.getBytes());
131 output.flush();
132 output.close();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DUpgradeTestCase.java86 * Returns {@code true} if the output contain the expected message.
88 * @param output
89 * The upgrade's output.
93 private void assertContainsMessage(String output, Message expectedMessage) argument
95 String out = output.replaceAll("\n", " ").replaceAll("%s", " ");
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DUpgradeTestCase.java87 * Returns {@code true} if the output contain the expected message.
89 * @param output
90 * The upgrade's output.
93 * @return {@code true} if the output contains the expected message.
95 private boolean isOutputContainsExpectedMessage(final String output, argument
98 return (output.replaceAll("\n", " ").replaceAll("%s", " ").indexOf(
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeStressReplicationDomain.java86 protected void exportBackend(OutputStream output) throws DirectoryException argument
93 output.write("this is a long key like a dn or something similar: value\n\n".getBytes());
95 output.flush();
96 output.close();
H A DFakeReplicationDomain.java126 protected void exportBackend(OutputStream output) throws DirectoryException argument
130 output.write(exportString.getBytes());
131 output.flush();
132 output.close();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DUpgradeTestCase.java86 * Returns {@code true} if the output contain the expected message.
88 * @param output
89 * The upgrade's output.
93 private void assertContainsMessage(String output, Message expectedMessage) argument
95 String out = output.replaceAll("\n", " ").replaceAll("%s", " ");
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DUpgradeTestCase.java87 * Returns {@code true} if the output contain the expected message.
89 * @param output
90 * The upgrade's output.
93 * @return {@code true} if the output contains the expected message.
95 private boolean isOutputContainsExpectedMessage(final String output, argument
98 return (output.replaceAll("\n", " ").replaceAll("%s", " ").indexOf(
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DFakeStressReplicationDomain.java86 protected void exportBackend(OutputStream output) throws DirectoryException argument
93 output.write("this is a long key like a dn or something similar: value\n\n".getBytes());
95 output.flush();
96 output.close();
H A DFakeReplicationDomain.java126 protected void exportBackend(OutputStream output) throws DirectoryException argument
130 output.write(exportString.getBytes());
131 output.flush();
132 output.close();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/
H A DUpgradeTestCase.java82 * Returns {@code true} if the output contain the expected message.
84 * @param output
85 * The upgrade's output.
89 private void assertContainsMessage(String output, LocalizableMessage expectedMessage) argument
91 String out = output.replaceAll("\n", " ").replaceAll("%s", " ");
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java109 protected void exportBackend(OutputStream output) throws DirectoryException argument
113 output.write(exportString.getBytes());
114 output.flush();
115 output.close();
H A DFakeStressReplicationDomain.java80 protected void exportBackend(OutputStream output) throws DirectoryException argument
87 output.write("this is a long key like a dn or something similar: value\n\n".getBytes());
89 output.flush();
90 output.close();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DDummyReplicationDomain.java72 protected void exportBackend(OutputStream output) throws DirectoryException argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java109 protected void exportBackend(OutputStream output) throws DirectoryException argument
113 output.write(exportString.getBytes());
114 output.flush();
115 output.close();
H A DFakeStressReplicationDomain.java80 protected void exportBackend(OutputStream output) throws DirectoryException argument
87 output.write("this is a long key like a dn or something similar: value\n\n".getBytes());
89 output.flush();
90 output.close();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DDummyReplicationDomain.java72 protected void exportBackend(OutputStream output) throws DirectoryException argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java109 protected void exportBackend(OutputStream output) throws DirectoryException argument
113 output.write(exportString.getBytes());
114 output.flush();
115 output.close();
H A DFakeStressReplicationDomain.java80 protected void exportBackend(OutputStream output) throws DirectoryException argument
87 output.write("this is a long key like a dn or something similar: value\n\n".getBytes());
89 output.flush();
90 output.close();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DDummyReplicationDomain.java86 protected void exportBackend(OutputStream output) throws DirectoryException argument
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DByteArrayScanner.java224 * @param output
233 public <TCol extends Collection<String>> TCol nextStrings(TCol output) argument
240 output.add(nextString());
242 return output;
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java59 private boolean output; field in class:PSearchOperations
79 this.output = false;
88 * @param output boolean
90 public void setOutput(boolean output) { argument
91 this.output = output;
239 if (output) {
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java58 private boolean output; field in class:PSearchOperations
78 this.output = false;
87 * @param output boolean
89 public void setOutput(boolean output) { argument
90 this.output = output;
238 if (output) {
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java59 private boolean output; field in class:PSearchOperations
79 this.output = false;
88 * @param output boolean
90 public void setOutput(boolean output) { argument
91 this.output = output;
239 if (output) {

Completed in 52 milliseconds

1234567