Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/IntrospectiveTests/
DPartTracker.tests.cpp31 Catch::TestCaseTracking::NameAndLocation makeNAL( std::string const& name ) { in makeNAL() function
43 ITracker& testCase = SectionTracker::acquire( ctx, makeNAL( "Testcase" ) );
46 ITracker& s1 = SectionTracker::acquire( ctx, makeNAL( "S1" ) );
71 ITracker& testCase2 = SectionTracker::acquire( ctx, makeNAL( "Testcase" ) );
74 ITracker& s1b = SectionTracker::acquire( ctx, makeNAL( "S1" ) );
84 ITracker& testCase2 = SectionTracker::acquire( ctx, makeNAL( "Testcase" ) );
87 ITracker& s1b = SectionTracker::acquire( ctx, makeNAL( "S1" ) );
90 ITracker& s2 = SectionTracker::acquire( ctx, makeNAL( "S2" ) );
105 ITracker& s2 = SectionTracker::acquire( ctx, makeNAL( "S2" ) );
113 ITracker& testCase2 = SectionTracker::acquire( ctx, makeNAL( "Testcase" ) );
[all …]