public class org.finos.legend.pure.runtime.java.interpreted.function.base.date.TestNow extends org.finos.legend.pure.m.tests.function.base.date.AbstractTestNow
{
public void <init>()
{
org.finos.legend.pure.runtime.java.interpreted.function.base.date.TestNow v;
v := @this: org.finos.legend.pure.runtime.java.interpreted.function.base.date.TestNow;
specialinvoke v.<org.finos.legend.pure.m.tests.function.base.date.AbstractTestNow: void <init>()>();
return;
}
public static void setUp()
{
org.finos.legend.pure.m.execution.FunctionExecution v;
v = staticinvoke <org.finos.legend.pure.runtime.java.interpreted.function.base.date.TestNow: org.finos.legend.pure.m.execution.FunctionExecution getFunctionExecution()>();
staticinvoke <org.finos.legend.pure.runtime.java.interpreted.function.base.date.TestNow: void setUpRuntime(org.finos.legend.pure.m.execution.FunctionExecution)>(v);
return;
}
protected static org.finos.legend.pure.m.execution.FunctionExecution getFunctionExecution()
{
org.finos.legend.pure.runtime.java.interpreted.FunctionExecutionInterpreted v;
v = new org.finos.legend.pure.runtime.java.interpreted.FunctionExecutionInterpreted;
specialinvoke v.<org.finos.legend.pure.runtime.java.interpreted.FunctionExecutionInterpreted: void <init>()>();
return v;
}
}