PclUnit.Run.TestCycleExceptions.TestCycleExceptions C# (CSharp) Method

TestCycleExceptions() public method

public TestCycleExceptions ( ) : System
return System
        public TestCycleExceptions()
        {
            Setup = new List<Exception>();
            Test = new List<Exception>();
            Teardown = new List<Exception>();
        }