Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
SpecsCpp::GlobalSpecEnvironment Class Reference

#include <GlobalSpecEnvironment.h>

Public Member Functions

ISpecEnvironmentget () const
 
void set (ISpecEnvironment *environment)
 

Detailed Description

Definition at line 7 of file GlobalSpecEnvironment.h.

Member Function Documentation

◆ get()

ISpecEnvironment * SpecsCpp::GlobalSpecEnvironment::get ( ) const
inline

Definition at line 11 of file GlobalSpecEnvironment.h.

11{ return _environment; }

Referenced by SpecsCpp::register_exception_handler(), SpecsCpp::register_reporter(), and SpecsCpp::register_runner().

◆ set()

void SpecsCpp::GlobalSpecEnvironment::set ( ISpecEnvironment environment)
inline

Definition at line 12 of file GlobalSpecEnvironment.h.

12{ _environment = environment; }

Referenced by SpecsCpp::Entrypoint::main(), and SpecsCpp_Load().


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