Executes a particular unit test that is previously loaded by LoadUnitTests()()()() or LoadUnitTests(String).

Namespace: SSIS.Test
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
UnitTestResult ExecuteUnitTest(
	Type testClass
)
Visual Basic
Function ExecuteUnitTest ( _
	testClass As Type _
) As UnitTestResult
Visual C++
UnitTestResult^ ExecuteUnitTest(
	Type^ testClass
)

Parameters

testClass
Type: System..::..Type
Class that implements the target test.

Return Value

Result of the unit test.

See Also