C# Class NUnit.Framework.Internal.TestFixtureTests.FixtureNotNullTestAttribute

Inheritance: TestActionAttribute
Show file Open project: nunit/nunit

Public Methods

Method Description
BeforeTest ( ITest test ) : void
FixtureNotNullTestAttribute ( string location ) : System

Method Details

BeforeTest() public method

public BeforeTest ( ITest test ) : void
test ITest
return void

FixtureNotNullTestAttribute() public method

public FixtureNotNullTestAttribute ( string location ) : System
location string
return System