public MutationSessionChoices() { SelectedOperators = new List<IMutationOperator>(); MutantsTestingOptions= new MutantsTestingOptions(); TestAssemblies = new List<TestNodeAssembly>(); Filter = MutationFilter.AllowAll(); }
public MutationSessionChoices() { SelectedOperators = new List <IMutationOperator>(); MutantsTestingOptions = new MutantsTestingOptions(); TestAssemblies = new List <TestNodeAssembly>(); Filter = MutationFilter.AllowAll(); }