Class NUnit3UnitTestBase
The base class of the FTD Visual Studio template classes that are provided when creating a new FTD NUnit 3 test project.
Inherited Members
Namespace: HP.LFT.UnitTesting
Assembly: HP.LFT.UnitTesting.dll
Syntax
public abstract class NUnit3UnitTestBase : UnitTestBase
Remarks
This class encapsulates all the functionality related to running tests and creating the HTML report.
Constructors
NUnit3UnitTestBase()
Declaration
protected NUnit3UnitTestBase()
Methods
Init(string)
Cancels the initialization of the SDK and Reporter.
Declaration
protected override void Init(string frameworkWorkDir)
Parameters
| Type | Name | Description |
|---|---|---|
| string | frameworkWorkDir |
Overrides
TestSuiteTearDown()
This method is called by FTD Visual Studio templates' GlobalTeardown to clean up the NUnit 3 test class.
Declaration
protected override void TestSuiteTearDown()