MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / TestRunStats

Class TestRunStats

Bcore/src/main/cpp/Dobby/tests/catch.hpp:3505–3517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3503};
3504
3505struct TestRunStats {
3506 TestRunStats(TestRunInfo const &_runInfo, Totals const &_totals, bool _aborting);
3507
3508 TestRunStats(TestRunStats const &) = default;
3509 TestRunStats(TestRunStats &&) = default;
3510 TestRunStats &operator=(TestRunStats const &) = default;
3511 TestRunStats &operator=(TestRunStats &&) = default;
3512 virtual ~TestRunStats();
3513
3514 TestRunInfo runInfo;
3515 Totals totals;
3516 bool aborting;
3517};
3518
3519struct BenchmarkInfo {
3520 std::string name;

Callers 2

~RunContextMethod · 0.85

Calls

no outgoing calls

Tested by 2

~RunContextMethod · 0.68