MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / Skipped

Method Skipped

source/test/gtest/src/gtest.cc:2392–2394  ·  view source on GitHub ↗

Returns true if and only if the test was skipped.

Source from the content-addressed store, hash-verified

2390
2391// Returns true if and only if the test was skipped.
2392bool TestResult::Skipped() const {
2393 return !Failed() && CountIf(test_part_results_, TestPartSkipped) > 0;
2394}
2395
2396// Returns true if and only if the test failed.
2397bool TestResult::Failed() const {

Callers 6

TestSkippedFunction · 0.80
IsSkippedMethod · 0.80
OnTestEndMethod · 0.80
PrintSkippedTestsMethod · 0.80
OutputXmlTestInfoMethod · 0.80
OutputJsonTestInfoMethod · 0.80

Calls 2

CountIfFunction · 0.85
FailedFunction · 0.70

Tested by

no test coverage detected