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

One item of linearized test mark. More...

#include <testmark.h>

Collaboration diagram for OTest2::TestMark::LinearizedRecord:
Collaboration graph
[legend]

Public Attributes

const int level
 
const TestMarkme
 
std::string label
 

Detailed Description

One item of linearized test mark.

Definition at line 46 of file testmark.h.

Member Data Documentation

◆ label

std::string OTest2::TestMark::LinearizedRecord::label

Definition at line 49 of file testmark.h.

◆ level

const int OTest2::TestMark::LinearizedRecord::level

Definition at line 47 of file testmark.h.

◆ me

const TestMark* OTest2::TestMark::LinearizedRecord::me

Definition at line 48 of file testmark.h.


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