OTest2
A C++ testing framework
Public Attributes | List of all members
OTest2::AssertBufferAssertData Struct Reference

Common data kept for opened assertion. More...

#include <assertbufferstr.h>

Public Attributes

bool condition
 
std::string file
 
int line
 

Detailed Description

Common data kept for opened assertion.

Definition at line 35 of file assertbufferstr.h.

Member Data Documentation

◆ condition

bool OTest2::AssertBufferAssertData::condition

Definition at line 36 of file assertbufferstr.h.

◆ file

std::string OTest2::AssertBufferAssertData::file

Definition at line 37 of file assertbufferstr.h.

◆ line

int OTest2::AssertBufferAssertData::line

Definition at line 38 of file assertbufferstr.h.


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