TestFixture::TearDown
This (static) method may be redefined in a test class to implement cleanup of global resources. The method will be called only once per fixture.
![]() | Note |
---|---|
For certain initialization work, it may be more advantageous to use an after method. |