public class org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.TestPCRReport extends java.lang.Object
{
public void <init>()
{
org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.TestPCRReport v;
v := @this: org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.TestPCRReport;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void canFindPCTReport()
{
org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.TestPCRReport v;
org.eclipse.collections.api.block.function.Function v;
org.eclipse.collections.api.list.MutableList v, v, v, v, v;
int v;
java.lang.String v;
v := @this: org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.TestPCRReport;
v = staticinvoke <org.finos.legend.pure.m.pct.shared.provider.PCTReportProviderLoader: org.eclipse.collections.api.list.MutableList gatherReports()>();
v = staticinvoke <org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.TestPCRReport$lambda_canFindPCTReport_2f1d1f16_1__1: org.eclipse.collections.api.block.function.Function bootstrap$()>();
v = interfaceinvoke v.<org.eclipse.collections.api.list.MutableList: org.eclipse.collections.api.list.MutableList collect(org.eclipse.collections.api.block.function.Function)>(v);
v = interfaceinvoke v.<org.eclipse.collections.api.list.MutableList: org.eclipse.collections.api.list.MutableList distinct()>();
v = interfaceinvoke v.<org.eclipse.collections.api.list.MutableList: org.eclipse.collections.api.list.MutableList sortThis()>();
v = interfaceinvoke v.<org.eclipse.collections.api.list.MutableList: java.lang.String makeString(java.lang.String)>(", ");
staticinvoke <org.junit.Assert: void assertEquals(java.lang.Object,java.lang.Object)>("Native", v);
v = staticinvoke <org.finos.legend.pure.m.pct.shared.provider.PCTReportProviderLoader: org.eclipse.collections.api.list.MutableList gatherReports()>();
v = interfaceinvoke v.<org.eclipse.collections.api.list.MutableList: int size()>();
staticinvoke <org.junit.Assert: void assertEquals(long,long)>(3L, v);
return;
}
}