Return a reference to the context most recently published by this test observer.
Synopsis
Declared in <ball_testobserver.h>
Context const&
lastPublishedContext() const;
Description
Return a reference to the context 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).
Return Value
reference to the most recently published context
Created with MrDocs