Table of Contents

Class FeatureAttribute

Namespace
Heleonix.Testing.NUnit.Bdd
Assembly
Heleonix.Testing.NUnit.dll

Marks a test fixture as a feature tests.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class FeatureAttribute : FixtureAttribute, IFixtureBuilder2, IFixtureBuilder
Inheritance
FeatureAttribute
Implements
IFixtureBuilder2
IFixtureBuilder
Inherited Members

Constructors

FeatureAttribute()

public FeatureAttribute()

Properties

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

Properties

Gets the properties.

protected override IDictionary<string, object> Properties { get; }

Property Value

IDictionary<string, object>

The properties.

TestName

Gets the name of the test.

protected override string TestName { get; }

Property Value

string

The name of the test.

See Also