public class org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.base.math.TestPowCompiled extends org.finos.legend.pure.m.tests.function.base.math.AbstractTestPow
{
public void <init>()
{
org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.base.math.TestPowCompiled v;
v := @this: org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.base.math.TestPowCompiled;
specialinvoke v.<org.finos.legend.pure.m.tests.function.base.math.AbstractTestPow: void <init>()>();
return;
}
public static void setUp()
{
org.finos.legend.pure.m.coreinstance.CoreInstanceFactoryRegistry v;
org.finos.legend.pure.m.execution.FunctionExecution v;
v = staticinvoke <org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.base.math.TestPowCompiled: org.finos.legend.pure.m.execution.FunctionExecution getFunctionExecution()>();
v = staticinvoke <org.finos.legend.pure.runtime.java.compiled.factory.JavaModelFactoryRegistryLoader: org.finos.legend.pure.m.coreinstance.CoreInstanceFactoryRegistry loader()>();
staticinvoke <org.finos.legend.pure.m.tests.AbstractPureTestWithCoreCompiled: void setUpRuntime(org.finos.legend.pure.m.execution.FunctionExecution,org.finos.legend.pure.m.coreinstance.CoreInstanceFactoryRegistry)>(v, v);
return;
}
protected static org.finos.legend.pure.m.execution.FunctionExecution getFunctionExecution()
{
org.finos.legend.pure.runtime.java.compiled.execution.FunctionExecutionCompiled v;
org.finos.legend.pure.runtime.java.compiled.execution.FunctionExecutionCompiledBuilder v;
v = new org.finos.legend.pure.runtime.java.compiled.execution.FunctionExecutionCompiledBuilder;
specialinvoke v.<org.finos.legend.pure.runtime.java.compiled.execution.FunctionExecutionCompiledBuilder: void <init>()>();
v = virtualinvoke v.<org.finos.legend.pure.runtime.java.compiled.execution.FunctionExecutionCompiledBuilder: org.finos.legend.pure.runtime.java.compiled.execution.FunctionExecutionCompiled build()>();
return v;
}
public void testPow() throws java.lang.Exception
{
org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.base.math.TestPowCompiled v;
v := @this: org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.base.math.TestPowCompiled;
specialinvoke v.<org.finos.legend.pure.m.tests.function.base.math.AbstractTestPow: void testPow()>();
return;
}
}