Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
TopLevelFixture Class Reference

Top level fixture. More...

#include <test/toplevelfixture.hpp>

+ Inheritance diagram for TopLevelFixture:
+ Collaboration diagram for TopLevelFixture:

Public Member Functions

 TopLevelFixture ()
 
 ~TopLevelFixture ()
 

Public Attributes

SavedSettings savedSettings
 

Detailed Description

Top level fixture.

Definition at line 35 of file toplevelfixture.hpp.

Constructor & Destructor Documentation

◆ TopLevelFixture()

Constructor Add things here that you want to happen at the start of every test case

Definition at line 42 of file toplevelfixture.hpp.

42{}

◆ ~TopLevelFixture()

Destructor Add things here that you want to happen after every test case

Definition at line 46 of file toplevelfixture.hpp.

46 {
47 // Clear and fixings that have been added
48 IndexManager::instance().clearHistories();
49 }

Member Data Documentation

◆ savedSettings

SavedSettings savedSettings

Definition at line 37 of file toplevelfixture.hpp.