Searched refs:mockCfg (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DConfigurationMockTest.java29 import static org.forgerock.opendj.config.ConfigurationMock.mockCfg;
50 GoverningStructureRuleVirtualAttributeCfg mock = mockCfg(GoverningStructureRuleVirtualAttributeCfg.class);
57 LDAPConnectionHandlerCfg mock = mockCfg(LDAPConnectionHandlerCfg.class);
63 AttributeCleanupPluginCfg mock = mockCfg(AttributeCleanupPluginCfg.class);
70 mockCfg(CollectiveAttributeSubentriesVirtualAttributeCfg.class);
78 mockCfg(CollectiveAttributeSubentriesVirtualAttributeCfg.class);
85 CoreSchemaCfg mock = mockCfg(CoreSchemaCfg.class);
91 CoreSchemaCfg mock = mockCfg(CoreSchemaCfg.class);
H A DConfigurationMock.java49 * LDAPConnectionHandlerCfg mockCfg = mockCfg(LDAPConnectionHandlerCfg.class);
50 * assertThat(mockCfg.getMaxRequestSize()).isEqualTo(5 * 1000 * 1000);
72 public static <T extends Configuration> T mockCfg(Class<T> configClass) { method in class:ConfigurationMock
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/
H A DCoreSchemaProviderTestCase.java49 CoreSchemaCfg coreSchemaCfg = ConfigurationMock.mockCfg(CoreSchemaCfg.class);
60 CoreSchemaCfg coreSchemaCfg = ConfigurationMock.mockCfg(CoreSchemaCfg.class);
73 CoreSchemaCfg coreSchemaCfg = ConfigurationMock.mockCfg(CoreSchemaCfg.class);
86 CoreSchemaCfg coreSchemaCfg = ConfigurationMock.mockCfg(CoreSchemaCfg.class);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1692 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1777 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1877 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1952 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
2080 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
2247 { mockCfg().withPrimaryServer("test:1"), true },
2248 { mockCfg().withPrimaryServer("test:65535"), true },
2249 { mockCfg().withPrimaryServer("test:0"), false },
2250 { mockCfg().withPrimaryServer("test:65536"), false },
2251 { mockCfg()
4468 MockPolicyCfg mockCfg() method in class:LDAPPassThroughAuthenticationPolicyTestCase
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1657 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1742 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1842 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1917 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
2045 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
2212 { mockCfg().withPrimaryServer("test:1"), true },
2213 { mockCfg().withPrimaryServer("test:65535"), true },
2214 { mockCfg().withPrimaryServer("test:0"), false },
2215 { mockCfg().withPrimaryServer("test:65536"), false },
2216 { mockCfg()
4377 MockPolicyCfg mockCfg() method in class:LDAPPassThroughAuthenticationPolicyTestCase
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1698 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1783 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1883 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1958 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
2086 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
2253 { mockCfg().withPrimaryServer("test:1"), true },
2254 { mockCfg().withPrimaryServer("test:65535"), true },
2255 { mockCfg().withPrimaryServer("test:0"), false },
2256 { mockCfg().withPrimaryServer("test:65536"), false },
2257 { mockCfg()
4474 MockPolicyCfg mockCfg() method in class:LDAPPassThroughAuthenticationPolicyTestCase
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1657 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1742 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1842 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1917 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
2045 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
2212 { mockCfg().withPrimaryServer("test:1"), true },
2213 { mockCfg().withPrimaryServer("test:65535"), true },
2214 { mockCfg().withPrimaryServer("test:0"), false },
2215 { mockCfg().withPrimaryServer("test:65536"), false },
2216 { mockCfg()
4377 MockPolicyCfg mockCfg() method in class:LDAPPassThroughAuthenticationPolicyTestCase
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1692 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1777 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1877 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1952 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
2080 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
2247 { mockCfg().withPrimaryServer("test:1"), true },
2248 { mockCfg().withPrimaryServer("test:65535"), true },
2249 { mockCfg().withPrimaryServer("test:0"), false },
2250 { mockCfg().withPrimaryServer("test:65536"), false },
2251 { mockCfg()
4468 MockPolicyCfg mockCfg() method in class:LDAPPassThroughAuthenticationPolicyTestCase
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1602 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1687 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1787 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1862 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
1990 final LDAPPassThroughAuthenticationPolicyCfg cfg = mockCfg()
2157 { mockCfg().withPrimaryServer("test:1"), true },
2158 { mockCfg().withPrimaryServer("test:65535"), true },
2159 { mockCfg().withPrimaryServer("test:0"), false },
2160 { mockCfg().withPrimaryServer("test:65536"), false },
2161 { mockCfg()
4318 MockPolicyCfg mockCfg() method in class:LDAPPassThroughAuthenticationPolicyTestCase
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DConfigurationMock.java60 * LDAPConnectionHandlerCfg mockCfg = mockCfg(LDAPConnectionHandlerCfg.class);
61 * assertThat(mockCfg.getMaxRequestSize()).isEqualTo(5 * 1000 * 1000);
85 public static <T extends Configuration> T mockCfg(Class<T> configClass) { method in class:ConfigurationMock

Completed in 67 milliseconds