Home
last modified time | relevance | path

Searched refs:runInfo (Results 1 – 13 of 13) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DMethodGroupsHelper.java42 RunInfo runInfo, in collectMethodsByGroup() argument
53 runInfo, tm, forTests, unique, outIncludedMethods); in collectMethodsByGroup()
68 runInfo, tm, forTests, unique, outIncludedMethods); in collectMethodsByGroup()
81 …RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outInclud… in includeMethod() argument
86 if (runInfo.includeMethod(tm, forTests)) { in includeMethod()
DTestNGMethodFinder.java39 public TestNGMethodFinder(RunInfo runInfo, IAnnotationFinder annotationFinder) in TestNGMethodFinder() argument
41 m_runInfo = runInfo; in TestNGMethodFinder()
DMethodHelper.java48 boolean forTests, RunInfo runInfo, IAnnotationFinder finder, in collectAndOrderMethods() argument
56 runInfo, in collectAndOrderMethods() local
/external/testng/src/main/java/org/testng/
DTestClass.java42 RunInfo runInfo, in TestClass() argument
45 init(cls, testMethodFinder, annotationFinder, runInfo, xmlTest, xmlClass); in TestClass()
73 RunInfo runInfo, in init() argument
82 m_runInfo = runInfo; in init()
/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp76 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) { in testRunStarting() argument
77 CumulativeReporterBase::testRunStarting( runInfo ); in testRunStarting()
Dcatch_reporter_junit.h27 void testRunStarting(TestRunInfo const& runInfo) override;
/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp101 : runInfo( _runInfo ), in TestRunStats()
Dcatch_interfaces_reporter.h157 TestRunInfo runInfo; member
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp428 static void append(SkShaper::RunHandler* handler, const SkShaper::RunHandler::RunInfo& runInfo, in append() argument
433 … const auto buffer = handler->newRunBuffer(runInfo, run.fFont, len, run.fUtf8End - run.fUtf8Start); in append()
/external/catch2/examples/
D210-Evt-EventListeners.cpp117 print( os, level+1 , "- runInfo", info.runInfo ); in print()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp687 static void append(SkShaper::RunHandler* handler, const SkShaper::RunHandler::RunInfo& runInfo, in append() argument
692 const auto buffer = handler->newRunBuffer(runInfo, run.fFont, len, run.fUtf8); in append()
/external/bcc/tests/cc/
Dcatch.hpp5214 : runInfo( _runInfo ), in TestRunStats()
5222 : runInfo( _other.runInfo ), in TestRunStats()
5233 TestRunInfo runInfo; member
9287 virtual void testRunStarting( TestRunInfo const& runInfo ) CATCH_OVERRIDE { in testRunStarting() argument
9288 CumulativeReporterBase::testRunStarting( runInfo ); in testRunStarting()
/external/catch2/single_include/catch2/
Dcatch.hpp4995 TestRunInfo runInfo; member
5666 void testRunStarting(TestRunInfo const& runInfo) override;
9000 : runInfo( _runInfo ), in TestRunStats()
14000 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) { in testRunStarting() argument
14001 CumulativeReporterBase::testRunStarting( runInfo ); in testRunStarting()