Package org.camunda.bpm.engine.test.mock
Class MocksResolverFactory
java.lang.Object
org.camunda.bpm.engine.test.mock.MocksResolverFactory
- All Implemented Interfaces:
Resolver
,ResolverFactory
- Author:
- Tassilo Weidner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsKey
(Object key) Allows checking whether there is currently an object bound to the key.createResolver
(VariableScope variableScope) Returns the object currently bound to the key or false if no object is currently bound to the keykeySet()
Returns the set of key that can be resolved using this resolver.
-
Constructor Details
-
MocksResolverFactory
public MocksResolverFactory()
-
-
Method Details
-
createResolver
- Specified by:
createResolver
in interfaceResolverFactory
-
containsKey
Description copied from interface:Resolver
Allows checking whether there is currently an object bound to the key.- Specified by:
containsKey
in interfaceResolver
- Parameters:
key
- the key to check- Returns:
- true if there is currently an object bound to the key. False otherwise.
-
get
Description copied from interface:Resolver
Returns the object currently bound to the key or false if no object is currently bound to the key -
keySet
Description copied from interface:Resolver
Returns the set of key that can be resolved using this resolver.
-