Rubberduck.UnitTesting.TestCompletedEventArgs.TestCompletedEventArgs C# (CSharp) Method

TestCompletedEventArgs() public method

public TestCompletedEventArgs ( TestMethod test ) : System
test TestMethod
return System
        public TestCompletedEventArgs(TestMethod test)
        {
            Test = test;
        }
    }
TestCompletedEventArgs