public class org.finos.legend.pure.runtime.java.interpreted.function.base.asserts.TestAssertNotSize extends org.finos.legend.pure.m.tests.function.base.PureExpressionTest
{
public void <init>()
{
org.finos.legend.pure.runtime.java.interpreted.function.base.asserts.TestAssertNotSize v;
v := @this: org.finos.legend.pure.runtime.java.interpreted.function.base.asserts.TestAssertNotSize;
specialinvoke v.<org.finos.legend.pure.m.tests.function.base.PureExpressionTest: void <init>()>();
return;
}
public static void setUp()
{
org.eclipse.collections.api.tuple.Pair v;
org.finos.legend.pure.m.execution.FunctionExecution v;
v = staticinvoke <org.finos.legend.pure.runtime.java.interpreted.function.base.asserts.TestAssertNotSize: org.finos.legend.pure.m.execution.FunctionExecution getFunctionExecution()>();
v = staticinvoke <org.finos.legend.pure.runtime.java.interpreted.function.base.asserts.TestAssertNotSize: org.eclipse.collections.api.tuple.Pair getExtra()>();
staticinvoke <org.finos.legend.pure.runtime.java.interpreted.function.base.asserts.TestAssertNotSize: void setUpRuntime(org.finos.legend.pure.m.execution.FunctionExecution,org.eclipse.collections.api.tuple.Pair)>(v, v);
return;
}
public void testFailure()
{
org.finos.legend.pure.runtime.java.interpreted.function.base.asserts.TestAssertNotSize v;
v := @this: org.finos.legend.pure.runtime.java.interpreted.function.base.asserts.TestAssertNotSize;
virtualinvoke v.<org.finos.legend.pure.runtime.java.interpreted.function.base.asserts.TestAssertNotSize: void assertExpressionRaisesPureException(java.lang.String,int,int,java.lang.String)>("size should not equal: 2", 3, 9, "assertNotSize([1, 2], 2)");
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;
}
}