コード例 #1
0
 public MutationSessionChoices()
 {
     SelectedOperators = new List<IMutationOperator>();
     MutantsTestingOptions= new MutantsTestingOptions();
     TestAssemblies = new List<TestNodeAssembly>();
     Filter = MutationFilter.AllowAll();
 }
コード例 #2
0
 public MutationSessionChoices()
 {
     SelectedOperators     = new List <IMutationOperator>();
     MutantsTestingOptions = new MutantsTestingOptions();
     TestAssemblies        = new List <TestNodeAssembly>();
     Filter = MutationFilter.AllowAll();
 }