Home
last modified time | relevance | path

Searched defs:testCaseInfo (Results 1 – 7 of 7) sorted by relevance

/external/catch2/include/internal/
Dcatch_list.cpp39 for( auto const& testCaseInfo : matchedTestCases ) { in listTests() local
68 for( auto const& testCaseInfo : matchedTestCases ) { in listTestsNamesOnly() local
Dcatch_test_case_info.cpp94 void setTags( TestCaseInfo& testCaseInfo, std::vector<std::string> tags ) { in setTags()
Dcatch_run_context.cpp281 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition() local
320 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in runCurrentTest() local
/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp96 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2223 void TestGroupBuilderBase::specializeOperation(const TestCaseInfo& testCaseInfo, in specializeOperation()
2475 TestCaseInfo testCaseInfo = in createTests() local
2493 void ComputeTestGroupBuilder::fillShaderSpec(const TestCaseInfo& testCaseInfo, in fillShaderSpec()
2848 TestCaseInfo testCaseInfo = in createTests() local
2878 TestCaseInfo testCaseInfo = in createTests() local
/external/catch2/single_include/catch2/
Dcatch.hpp9108 for( auto const& testCaseInfo : matchedTestCases ) { in listTests() local
9137 for( auto const& testCaseInfo : matchedTestCases ) { in listTestsNamesOnly() local
10510 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition() local
10549 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in runCurrentTest() local
11676 void setTags( TestCaseInfo& testCaseInfo, std::vector<std::string> tags ) { in setTags()
14020 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting()
/external/bcc/tests/cc/
Dcatch.hpp5312 TestCaseInfo const& testCaseInfo = it->getTestCaseInfo(); in listTests() local
5340 TestCaseInfo const& testCaseInfo = it->getTestCaseInfo(); in listTestsNamesOnly() local
6036 TestCaseInfo const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition() local
6067 TestCaseInfo const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in runCurrentTest() local
7381 void setTags( TestCaseInfo& testCaseInfo, std::set<std::string> const& tags ) in setTags()