Searched refs:testFactory (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/scripting/factories/
H A DGroovyEngineFactoryTest.java30 private GroovyEngineFactory testFactory; field in class:GroovyEngineFactoryTest
36 testFactory = new GroovyEngineFactory();
41 testFactory.getScriptEngine();
47 testFactory.setSandbox(mockFilter);
50 ScriptEngine engine = testFactory.getScriptEngine();
60 testFactory.setSandbox(null);
/forgerock/openam/openam-scripting/src/test/java/org/forgerock/openam/scripting/factories/
H A DGroovyEngineFactoryTest.java30 private GroovyEngineFactory testFactory; field in class:GroovyEngineFactoryTest
36 testFactory = new GroovyEngineFactory();
41 testFactory.getScriptEngine();
47 testFactory.setSandbox(mockFilter);
50 ScriptEngine engine = testFactory.getScriptEngine();
60 testFactory.setSandbox(null);
/forgerock/openam-v13/openam-authentication/openam-auth-fr-oath/src/test/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DOathMakerTest.java47 private OathMaker testFactory; field in class:OathMakerTest
52 testFactory = new OathMaker(mockDao, mockDebug, new SecureRandom());
60 OathDeviceSettings deviceSettings = testFactory.createDeviceProfile(SECRET_HEX_LENGTH);
71 OathDeviceSettings deviceSettings = testFactory.createDeviceProfile(0);
91 testFactory.saveDeviceProfile(USER, REALM, deviceSettings);
106 OathDeviceSettings deviceSettings = testFactory.createDeviceProfile(SECRET_HEX_LENGTH);
117 OathDeviceSettings deviceSettings = testFactory.createDeviceProfile(SECRET_HEX_LENGTH);
128 OathDeviceSettings deviceSettings = testFactory.createDeviceProfile(SECRET_HEX_LENGTH);
/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/test/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DOathMakerTest.java48 private OathMaker testFactory; field in class:OathMakerTest
53 testFactory = new OathMaker(mockDao, mockDebug, new SecureRandom(),
62 OathDeviceSettings deviceSettings = testFactory.createDeviceProfile(SECRET_HEX_LENGTH);
73 OathDeviceSettings deviceSettings = testFactory.createDeviceProfile(0);
93 testFactory.saveDeviceProfile(USER, REALM, deviceSettings);
108 OathDeviceSettings deviceSettings = testFactory.createDeviceProfile(SECRET_HEX_LENGTH);
119 OathDeviceSettings deviceSettings = testFactory.createDeviceProfile(SECRET_HEX_LENGTH);
130 OathDeviceSettings deviceSettings = testFactory.createDeviceProfile(SECRET_HEX_LENGTH);

Completed in 257 milliseconds