Name Description Size Coverage
gmock-custom 100 %
gtest-custom -
GTestRunner.cpp aUnitTest 9236 80 %
GTestRunner.h 513 -
moz.build 1173 -
MozAssertions.cpp 1278 47 %
MozAssertions.h 1116 -
MozGTestBench.cpp 2154 96 %
MozGTestBench.h 916 -
MozHelpers.cpp 1927 41 %
MozHelpers.h Exit mode used for ScopedTestResultReporter. 4293 67 %
SanityTest.cpp 826 100 %
WaitFor.h Waits for an occurrence of aEvent on the current thread (by blocking it, except tasks added to the event loop may run) and returns the event's templated value, if it's non-void. The caller must be wary of eventloop issues, in particular cases where we rely on a stable state runnable, but there is never a task to trigger stable state. In such cases it is the responsibility of the caller to create the needed tasks, as JS would. A noteworthy API that relies on stable state is MediaTrackGraph::GetInstance. 9618 100 %