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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java122 private static final String OPTIONAL_ATTR = "description"; field in class:FractionalReplicationTest
815 OPTIONAL_ATTR + ": " + OPTIONAL_ATTR + "Value\n";
874 Attributes.create(OPTIONAL_ATTR.toLowerCase(), OPTIONAL_ATTR + "NewValue");
937 // Exclude mode: attributes should not be there, but OPTIONAL_ATTR
948 checkEntryAttributeValue(newEntry, OPTIONAL_ATTR, OPTIONAL_ATTR + "Value");
951 // Include mode: attributes should be there, but OPTIONAL_ATTR
962 getAttributeType(OPTIONAL_ATTR
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java108 private static final String OPTIONAL_ATTR = "description"; field in class:FractionalReplicationTest
586 OPTIONAL_ATTR + ": " + OPTIONAL_ATTR + "Value\n";
638 Attributes.create(OPTIONAL_ATTR.toLowerCase(), OPTIONAL_ATTR + "NewValue");
685 // Exclude mode: attributes should not be there, but OPTIONAL_ATTR
696 checkEntryAttributeValue(newEntry, OPTIONAL_ATTR, OPTIONAL_ATTR + "Value");
699 // Include mode: attributes should be there, but OPTIONAL_ATTR
710 getAttributeType(OPTIONAL_ATTR
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java122 private static final String OPTIONAL_ATTR = "description"; field in class:FractionalReplicationTest
815 OPTIONAL_ATTR + ": " + OPTIONAL_ATTR + "Value\n";
874 Attributes.create(OPTIONAL_ATTR.toLowerCase(), OPTIONAL_ATTR + "NewValue");
937 // Exclude mode: attributes should not be there, but OPTIONAL_ATTR
948 checkEntryAttributeValue(newEntry, OPTIONAL_ATTR, OPTIONAL_ATTR + "Value");
951 // Include mode: attributes should be there, but OPTIONAL_ATTR
962 getAttributeType(OPTIONAL_ATTR
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java108 private static final String OPTIONAL_ATTR = "description"; field in class:FractionalReplicationTest
586 OPTIONAL_ATTR + ": " + OPTIONAL_ATTR + "Value\n";
638 Attributes.create(OPTIONAL_ATTR.toLowerCase(), OPTIONAL_ATTR + "NewValue");
685 // Exclude mode: attributes should not be there, but OPTIONAL_ATTR
696 checkEntryAttributeValue(newEntry, OPTIONAL_ATTR, OPTIONAL_ATTR + "Value");
699 // Include mode: attributes should be there, but OPTIONAL_ATTR
710 getAttributeType(OPTIONAL_ATTR
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java122 private static final String OPTIONAL_ATTR = "description"; field in class:FractionalReplicationTest
815 OPTIONAL_ATTR + ": " + OPTIONAL_ATTR + "Value\n";
874 Attributes.create(OPTIONAL_ATTR.toLowerCase(), OPTIONAL_ATTR + "NewValue");
937 // Exclude mode: attributes should not be there, but OPTIONAL_ATTR
948 checkEntryAttributeValue(newEntry, OPTIONAL_ATTR, OPTIONAL_ATTR + "Value");
951 // Include mode: attributes should be there, but OPTIONAL_ATTR
962 getAttributeType(OPTIONAL_ATTR
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java106 private static final String OPTIONAL_ATTR = "description"; field in class:FractionalReplicationTest
582 OPTIONAL_ATTR + ": " + OPTIONAL_ATTR + "Value\n";
634 Attributes.create(OPTIONAL_ATTR.toLowerCase(), OPTIONAL_ATTR + "NewValue");
681 // Exclude mode: attributes should not be there, but OPTIONAL_ATTR
692 checkEntryAttributeValue(newEntry, OPTIONAL_ATTR, OPTIONAL_ATTR + "Value");
695 // Include mode: attributes should be there, but OPTIONAL_ATTR
706 getAttributeTypeOrNull(OPTIONAL_ATTR
[all...]

Completed in 43 milliseconds