Table of Contents

Class NUnit3UnitTestBase

Namespace
HP.LFT.UnitTesting
Assembly
HP.LFT.UnitTesting.dll

The base class of the FTD Visual Studio template classes that are provided when creating a new FTD NUnit 3 test project.

public abstract class NUnit3UnitTestBase : UnitTestBase
Inheritance
NUnit3UnitTestBase
Inherited Members

Remarks

This class encapsulates all the functionality related to running tests and creating the HTML report.

Constructors

NUnit3UnitTestBase()

protected NUnit3UnitTestBase()

Methods

Init(string)

Cancels the initialization of the SDK and Reporter.

protected override void Init(string frameworkWorkDir)

Parameters

frameworkWorkDir string

TestSuiteTearDown()

This method is called by FTD Visual Studio templates' GlobalTeardown to clean up the NUnit 3 test class.

protected override void TestSuiteTearDown()