Table of Contents

Class TestExtender

Namespace
CMS.Tests
Assembly
CMS.Tests.dll

Base class for test extenders

[Obsolete("Class was not intended for public use and will be removed in the next version.")]
public abstract class TestExtender
Inheritance
object
TestExtender
Derived
Extension Methods

Constructors

TestExtender()

protected TestExtender()

Properties

Milestone

Milestone action

public Action Milestone { get; set; }

Property Value

Action

Methods

FixtureSetUp()

Test fixture setup

public virtual void FixtureSetUp()

FixtureTearDown()

Test fixture tear down

public virtual void FixtureTearDown()

SetUp()

Test setup

public virtual void SetUp()

TearDown()

Test tear down

public virtual void TearDown()