FV3 Bundle
oops::Test Class Referenceabstract

#include <Test.h>

Inheritance diagram for oops::Test:
[legend]
Collaboration diagram for oops::Test:
[legend]

Public Member Functions

 Test ()
 
virtual ~Test ()
 
int execute (const eckit::Configuration &config) const
 
- Public Member Functions inherited from oops::Application
 Application ()
 
virtual ~Application ()
 

Private Member Functions

virtual void register_tests () const =0
 
virtual std::string testid () const =0
 
std::string appname () const
 

Static Private Member Functions

static bool init_unit_test ()
 

Detailed Description

Definition at line 30 of file Test.h.

Constructor & Destructor Documentation

◆ Test()

oops::Test::Test ( )
inline

Definition at line 32 of file Test.h.

◆ ~Test()

virtual oops::Test::~Test ( )
inlinevirtual

Definition at line 33 of file Test.h.

Member Function Documentation

◆ appname()

std::string oops::Test::appname ( ) const
inlineprivatevirtual

Implements oops::Application.

Definition at line 39 of file Test.h.

Here is the call graph for this function:

◆ execute()

int oops::Test::execute ( const eckit::Configuration &  config) const
virtual

Implements oops::Application.

Definition at line 44 of file Test.h.

Here is the call graph for this function:

◆ init_unit_test()

static bool oops::Test::init_unit_test ( )
inlinestaticprivate

Definition at line 38 of file Test.h.

Here is the caller graph for this function:

◆ register_tests()

◆ testid()


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