| 324 | } |
| 325 | |
| 326 | fl::u32 TestContext::getElapsedMs() const FL_NOEXCEPT { |
| 327 | if (!mGetMillis) { |
| 328 | return 0; |
| 329 | } |
| 330 | return mGetMillis() - mCurrentTestStartMs; |
| 331 | } |
| 332 | |
| 333 | bool TestContext::enterSubcase(const SubcaseSignature& sig) FL_NOEXCEPT { |
| 334 | // We're at subcase discovery depth mSubcaseDiscoveryDepth |