HomeSort by relevance Sort by last modified time
    Searched refs:testCase2 (Results 1 - 3 of 3) sorted by null

  /external/catch2/projects/SelfTest/IntrospectiveTests/
PartTracker.tests.cpp 71 ITracker& testCase2 = SectionTracker::acquire( ctx, makeNAL( "Testcase" ) );
72 REQUIRE( testCase2.isOpen() );
77 testCase2.close();
84 ITracker& testCase2 = SectionTracker::acquire( ctx, makeNAL( "Testcase" ) );
85 REQUIRE( testCase2.isOpen() );
96 testCase2.close();
113 ITracker& testCase2 = SectionTracker::acquire( ctx, makeNAL( "Testcase" ) );
114 REQUIRE( testCase2.isOpen() );
129 REQUIRE( testCase2.isComplete() == false );
131 testCase2.close()
    [all...]
  /external/icu/icu4c/source/test/iotest/
stream.cpp 285 U_STRING_DECL(testCase2, "foo", 3);
286 U_STRING_INIT(testCase2, "foo", 3);
311 testString(UStr, u_austrcpy(testcase, testCase2), expectedResultB, IOSTREAM_EOF);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
CommentParsingUnitTest.py 860 def testCase2(self):

Completed in 3956 milliseconds