Searched refs:stmp (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java1860 Set<String> stmp = new HashSet<String>(Arrays.asList(options));
1861 stmp.add("xxxx");
1862 Assert.assertFalse(a.optionsEqual(stmp));
1864 stmp.clear();
1868 stmp.add(option.toUpperCase());
1870 Assert.assertTrue(a.optionsEqual(stmp));
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java1823 Set<String> stmp = new HashSet<String>(Arrays.asList(options));
1824 stmp.add("xxxx");
1825 Assert.assertFalse(a.optionsEqual(stmp));
1827 stmp.clear();
1831 stmp.add(option.toUpperCase());
1833 Assert.assertTrue(a.optionsEqual(stmp));
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java1860 Set<String> stmp = new HashSet<String>(Arrays.asList(options));
1861 stmp.add("xxxx");
1862 Assert.assertFalse(a.optionsEqual(stmp));
1864 stmp.clear();
1868 stmp.add(option.toUpperCase());
1870 Assert.assertTrue(a.optionsEqual(stmp));
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java1823 Set<String> stmp = new HashSet<String>(Arrays.asList(options));
1824 stmp.add("xxxx");
1825 Assert.assertFalse(a.optionsEqual(stmp));
1827 stmp.clear();
1831 stmp.add(option.toUpperCase());
1833 Assert.assertTrue(a.optionsEqual(stmp));
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java1860 Set<String> stmp = new HashSet<String>(Arrays.asList(options));
1861 stmp.add("xxxx");
1862 Assert.assertFalse(a.optionsEqual(stmp));
1864 stmp.clear();
1868 stmp.add(option.toUpperCase());
1870 Assert.assertTrue(a.optionsEqual(stmp));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DAttributeBuilderTest.java1766 Set<String> stmp = newHashSet(options);
1767 stmp.add("xxxx");
1768 Assert.assertFalse(a.optionsEqual(stmp));
1770 stmp.clear();
1774 stmp.add(option.toUpperCase());
1776 Assert.assertTrue(a.optionsEqual(stmp));

Completed in 94 milliseconds