CommonTests.Framework.TestRunner.TestCompleted C# (CSharp) Method

TestCompleted() protected method

protected TestCompleted ( NUnit.Framework.Internal.TestMethod test ) : void
test NUnit.Framework.Internal.TestMethod
return void
        protected virtual void TestCompleted(TestMethod test)
        {

        }

Same methods

TestRunner::TestCompleted ( string testMethodName, bool succeeded ) : void