Vector BLF
|
TEST_STRUCTURE. More...
#include <TestStructure.h>
Public Types | |
enum | Type : WORD { TM_TESTMODULE = 1 , TM_TESTGROUP = 2 , TM_TESTCASE = 3 , TESTCONFIGURATION = 8 , TESTUNIT = 9 , TESTGROUP = 10 , TESTFIXTURE = 11 , TESTSEQUENCE = 12 , TESTSEQUENCELIST = 13 , TESTCASE = 14 , TESTCASELIST = 15 } |
enum | Action : WORD { BEGIN = 1 , END = 2 , ABORT = 3 } |
enum | Result : WORD { UNDEFINED = 0 , NONE = 1 , PASSED = 2 , INCONCLUSIVE = 3 , FAILED = 4 , ERRORINTESTSYSTEM = 5 } |
![]() | |
enum | ObjectFlags : DWORD { TimeTenMics = 0x00000001 , TimeOneNans = 0x00000002 } |
Public Member Functions | |
void | read (AbstractFile &is) override |
void | write (AbstractFile &os) override |
DWORD | calculateObjectSize () const override |
![]() | |
ObjectHeader (const ObjectType objectType, const WORD objectVersion=0) | |
WORD | calculateHeaderSize () const override |
![]() | |
ObjectHeaderBase (const WORD headerVersion, const ObjectType objectType) | |
ObjectHeaderBase (const ObjectHeaderBase &)=default | |
ObjectHeaderBase & | operator= (const ObjectHeaderBase &)=default |
ObjectHeaderBase (ObjectHeaderBase &&)=default | |
ObjectHeaderBase & | operator= (ObjectHeaderBase &&)=default |
Public Attributes | |
DWORD | executionObjectIdentify {} |
unique ID identifying the executing test module or test configuration | |
WORD | type {} |
type of structure element, see BL_TESTSTRUCT_TYPE_xxx | |
WORD | reservedTestStructure {} |
DWORD | uniqueNo {} |
unique number of structure element (in this test run, transitive, can be used to correlate begin/end events) | |
WORD | action {} |
indicates begin/end of structure element, see BL_TESTSTRUCT_ACTION_xxx | |
WORD | result {} |
overall result (verdict) for end of structure element events | |
DWORD | executingObjectNameLength {} |
string length in wchar_t's for executingObjectName | |
DWORD | nameLength {} |
string length in wchar_t's for name | |
DWORD | textLength {} |
string length in wchar_t's for text | |
std::u16string | executingObjectName {} |
name of the executing test module or test configuration as shown in CANoe (wchar_t) | |
std::u16string | name {} |
name of structure element (can change between begin/end when using CAPL function TestCaseTitle or similar (wchar_t) | |
std::u16string | text {} |
full informational text for event as it appears in CANoe trace window | |
![]() | |
DWORD | objectFlags {ObjectFlags::TimeOneNans} |
object flags More... | |
WORD | clientIndex {} |
client index of send node | |
WORD | objectVersion {0} |
object specific version More... | |
ULONGLONG | objectTimeStamp {} |
object timestamp More... | |
![]() | |
DWORD | signature {ObjectSignature} |
signature (ObjectSignature) More... | |
WORD | headerSize {} |
sizeof object header More... | |
WORD | headerVersion {} |
header version (1) More... | |
DWORD | objectSize {} |
object size More... | |
ObjectType | objectType {} |
object type More... | |
TEST_STRUCTURE.
enum Vector::BLF::TestStructure::Action : WORD |
enum Vector::BLF::TestStructure::Result : WORD |
enumeration for result
enum Vector::BLF::TestStructure::Type : WORD |
enumeration for type
|
overridevirtual |
|
overridevirtual |
Read the data of this object
is | input stream |
Reimplemented from Vector::BLF::ObjectHeader.
|
overridevirtual |
Write the data of this object
os | output stream |
Reimplemented from Vector::BLF::ObjectHeader.
WORD Vector::BLF::TestStructure::reservedTestStructure {} |
reserved