TestFixtureTearDown
Important
The TestFixtureTearDown attribute has been deprecated. Use OneTimeTearDown Attribute instead.
TestFixtureTearDownAttribute was used in older NUnit versions for one-time teardown after all tests in a fixture.
Usage
This legacy attribute is deprecated and should be replaced with [OneTimeTearDown].
Applies To
| Lifecycle Methods | Test Methods | Test Fixtures (Classes) | Assembly |
|---|---|---|---|
| ✅ | ❌ | ❌ | ❌ |