public void TestCallStaticDelegateOnDemandAsync() { BasicTests.TestCallStaticDelegate(AnalysisStrategyKind.ONDEMAND_ASYNC); }
public void TestCallStaticDelegateOnDemandOrleans() { BasicTests.TestCallStaticDelegate(AnalysisStrategyKind.ONDEMAND_ORLEANS); }
public void TestCallStaticDelegateEntireAsync() { BasicTests.TestCallStaticDelegate(AnalysisStrategyKind.ENTIRE_ASYNC); }