Return a reference to the record most recently published by this test observer. The behavior is undefined unless publish has been called at least once, and no other thread is manipulating this object concurrently (i.e., this function is not thread safe).

Synopsis

Declared in <ball_testobserver.h>

Record const&
lastPublishedRecord() const;

Created with MrDocs