Class FunctionRunner
java.lang.Object
com.regnosys.rosetta.common.testing.FunctionRunner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic interface -
Constructor Summary
ConstructorsConstructorDescriptionFunctionRunner(ExecutionDescriptor executionDescriptor, FunctionRunner.InstanceLoader instanceLoader, ClassLoader classLoader, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClassLoaderprotected URL<INPUT,OUTPUT>
FunctionRunner.FunctionRunnerResult<INPUT,OUTPUT> run()
-
Constructor Details
-
FunctionRunner
public FunctionRunner(ExecutionDescriptor executionDescriptor, FunctionRunner.InstanceLoader instanceLoader, ClassLoader classLoader, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
run
public <INPUT,OUTPUT> FunctionRunner.FunctionRunnerResult<INPUT,OUTPUT> run() throws ClassNotFoundException, IOException, InvocationTargetException, IllegalAccessException -
loadURL
- Throws:
MalformedURLException
-
getClassLoader
-