Searched defs:shouldMatch (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProviderTestCase.java910 * @param shouldMatch Indicates whether the provided filter should match
917 boolean shouldMatch)
958 * @param shouldMatch Indicates whether the provided filter should match
965 boolean shouldMatch)
1000 if (shouldMatch)
916 testIsSearchable(String filterString, boolean isSearchable, boolean shouldMatch) argument
964 testProcessSearch(String filterString, boolean isSearchable, boolean shouldMatch) argument
H A DIsMemberOfVirtualAttributeProviderTestCase.java1095 * @param shouldMatch Indicates whether the provided filter should match
1102 boolean shouldMatch)
1146 * @param shouldMatch Indicates whether the provided filter should match
1153 boolean shouldMatch)
1279 assertEquals(matchFound, shouldMatch);
1101 testIsSearchable(String filterString, boolean isSearchable, boolean shouldMatch) argument
1152 testProcessSearch(String filterString, boolean isSearchable, boolean shouldMatch) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProviderTestCase.java909 * @param shouldMatch Indicates whether the provided filter should match
916 boolean shouldMatch)
957 * @param shouldMatch Indicates whether the provided filter should match
964 boolean shouldMatch)
999 if (shouldMatch)
915 testIsSearchable(String filterString, boolean isSearchable, boolean shouldMatch) argument
963 testProcessSearch(String filterString, boolean isSearchable, boolean shouldMatch) argument
H A DIsMemberOfVirtualAttributeProviderTestCase.java1094 * @param shouldMatch Indicates whether the provided filter should match
1101 boolean shouldMatch)
1145 * @param shouldMatch Indicates whether the provided filter should match
1152 boolean shouldMatch)
1278 assertEquals(matchFound, shouldMatch);
1100 testIsSearchable(String filterString, boolean isSearchable, boolean shouldMatch) argument
1151 testProcessSearch(String filterString, boolean isSearchable, boolean shouldMatch) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProviderTestCase.java910 * @param shouldMatch Indicates whether the provided filter should match
917 boolean shouldMatch)
958 * @param shouldMatch Indicates whether the provided filter should match
965 boolean shouldMatch)
1000 if (shouldMatch)
916 testIsSearchable(String filterString, boolean isSearchable, boolean shouldMatch) argument
964 testProcessSearch(String filterString, boolean isSearchable, boolean shouldMatch) argument
H A DIsMemberOfVirtualAttributeProviderTestCase.java1095 * @param shouldMatch Indicates whether the provided filter should match
1102 boolean shouldMatch)
1146 * @param shouldMatch Indicates whether the provided filter should match
1153 boolean shouldMatch)
1279 assertEquals(matchFound, shouldMatch);
1101 testIsSearchable(String filterString, boolean isSearchable, boolean shouldMatch) argument
1152 testProcessSearch(String filterString, boolean isSearchable, boolean shouldMatch) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProviderTestCase.java909 * @param shouldMatch Indicates whether the provided filter should match
916 boolean shouldMatch)
957 * @param shouldMatch Indicates whether the provided filter should match
964 boolean shouldMatch)
999 if (shouldMatch)
915 testIsSearchable(String filterString, boolean isSearchable, boolean shouldMatch) argument
963 testProcessSearch(String filterString, boolean isSearchable, boolean shouldMatch) argument
H A DIsMemberOfVirtualAttributeProviderTestCase.java1094 * @param shouldMatch Indicates whether the provided filter should match
1101 boolean shouldMatch)
1145 * @param shouldMatch Indicates whether the provided filter should match
1152 boolean shouldMatch)
1278 assertEquals(matchFound, shouldMatch);
1100 testIsSearchable(String filterString, boolean isSearchable, boolean shouldMatch) argument
1151 testProcessSearch(String filterString, boolean isSearchable, boolean shouldMatch) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProviderTestCase.java910 * @param shouldMatch Indicates whether the provided filter should match
917 boolean shouldMatch)
958 * @param shouldMatch Indicates whether the provided filter should match
965 boolean shouldMatch)
1000 if (shouldMatch)
916 testIsSearchable(String filterString, boolean isSearchable, boolean shouldMatch) argument
964 testProcessSearch(String filterString, boolean isSearchable, boolean shouldMatch) argument
H A DIsMemberOfVirtualAttributeProviderTestCase.java1095 * @param shouldMatch Indicates whether the provided filter should match
1102 boolean shouldMatch)
1146 * @param shouldMatch Indicates whether the provided filter should match
1153 boolean shouldMatch)
1279 assertEquals(matchFound, shouldMatch);
1101 testIsSearchable(String filterString, boolean isSearchable, boolean shouldMatch) argument
1152 testProcessSearch(String filterString, boolean isSearchable, boolean shouldMatch) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProviderTestCase.java627 * @param shouldMatch Indicates whether the provided filter should match
634 boolean shouldMatch)
661 * @param shouldMatch Indicates whether the provided filter should match
668 boolean shouldMatch)
687 assertEquals(searchOperation.getSearchEntries().size(), shouldMatch ? 1 : 0);
633 testIsSearchable(String filterString, boolean isSearchable, boolean shouldMatch) argument
667 testProcessSearch(String filterString, boolean isSearchable, boolean shouldMatch) argument
H A DIsMemberOfVirtualAttributeProviderTestCase.java635 * @param shouldMatch Indicates whether the provided filter should match
641 public void testIsSearchable(String filterString, boolean isSearchable, boolean shouldMatch) throws Exception argument
667 * @param shouldMatch Indicates whether the provided filter should match
673 public void testProcessSearch(String filterString, boolean isSearchable, boolean shouldMatch) throws Exception argument
782 assertEquals(matchFound, shouldMatch);

Completed in 269 milliseconds