Exemple #1
0
 public void TestClassesWithSameFieldNameOnDemandAsync()
 {
     BasicTests.TestClassesWithSameFieldName(AnalysisStrategyKind.ONDEMAND_ASYNC);
 }
Exemple #2
0
 public void TestClassesWithSameFieldNameOnDemandOrleans()
 {
     BasicTests.TestClassesWithSameFieldName(AnalysisStrategyKind.ONDEMAND_ORLEANS);
 }
 public void TestClassesWithSameFieldNameEntireAsync()
 {
     BasicTests.TestClassesWithSameFieldName(AnalysisStrategyKind.ENTIRE_ASYNC);
 }