Belle II Software  release-08-01-10
TestWithGearbox Class Reference

This class provides a test fixture managing the opening and closing of the Gearbox with the default geometry file. More...

#include <TestHelpers.h>

Inheritance diagram for TestWithGearbox:
Collaboration diagram for TestWithGearbox:

Static Public Member Functions

static void SetUpTestCase ()
 Sets up the Gearbox once for all test in this TestCase.
 
static void TearDownTestCase ()
 Closes the Gearbox once for all test in this TestCase.
 

Detailed Description

This class provides a test fixture managing the opening and closing of the Gearbox with the default geometry file.

Use like

TEST_F(TestWithGearBox, MyTest)
{
}
TEST_F(GlobalLabelTest, LargeNumberOfTimeDependentParameters)
Test large number of time-dep params for registration and retrieval.
Definition: globalLabel.cc:72

Definition at line 44 of file TestHelpers.h.


The documentation for this class was generated from the following files: