QP/C++ 6.9.3
quit.hpp File Reference

"QUIT" QP Unit Internal Test More...

#include "qf_port.hpp"
#include "qassert.h"
#include "qs_port.hpp"
Include dependency graph for quit.hpp:

Go to the source code of this file.

Namespaces

 QP
 namespace associated with the QP/C++ framework
 

Macros

#define EXPECT(cond_)
 

Functions

void TEST (char const *title)
 
void QUIT_fail_ (char const *cond, char const *module, int line)
 
void onRunTests (void)
 

Detailed Description

"QUIT" QP Unit Internal Test

Definition in file quit.hpp.

Macro Definition Documentation

◆ EXPECT

#define EXPECT (   cond_)
Value:
((cond_) \
? (void)0 : QP::QUIT_fail_(#cond_, &Q_this_module_[0], __LINE__))
void QUIT_fail_(char const *cond, char const *module, int line)

Definition at line 42 of file quit.hpp.