Name Description Size Coverage
gmock-custom 100 %
gtest-custom -
GTestRunner.cpp aUnitTest 9159 80 %
GTestRunner.h 436 -
moz.build 1084 -
MozAssertions.cpp 1157 47 %
MozAssertions.h 995 -
MozGTestBench.cpp 2077 96 %
MozGTestBench.h 839 -
MozHelpers.cpp 1927 41 %
MozHelpers.h Exit mode used for ScopedTestResultReporter. 4293 67 %
SanityTest.cpp 749 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. 9503 100 %