VisualMutator.Model.MutationTestingSession.MutationTestingSession C# (CSharp) Method

MutationTestingSession() public method

public MutationTestingSession ( ) : System.Collections.Generic
return System.Collections.Generic
        public MutationTestingSession()
        {
            MutantsGrouped = new List<AssemblyNode>();
            Filter = MutationFilter.AllowAll();
            Choices = new MutationSessionChoices();
        }
MutationTestingSession