MCPcopy Create free account
hub / github.com/apache/thrift / expectedToFail

Method expectedToFail

compiler/cpp/tests/catch/catch.hpp:8226–8228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8224 return ( properties & (ShouldFail | MayFail ) ) != 0;
8225 }
8226 bool TestCaseInfo::expectedToFail() const {
8227 return ( properties & (ShouldFail ) ) != 0;
8228 }
8229
8230 TestCase::TestCase( ITestCase* testCase, TestCaseInfo const& info ) : TestCaseInfo( info ), test( testCase ) {}
8231

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected