コード例 #1
0
ファイル: ListTest.cpp プロジェクト: gitforhzc/miniSTL
		void testAllCases(){
			testCase1();
			testCase2();
			testCase3();
			testCase4();
			testCase5();
			testCase6();
			testCase7();
			testCase8();
			testCase9();
			testCase10();
			testCase11();
			testCase12();
			testCase13();
			testCase14();
			testCase15();
		}
コード例 #2
0
ファイル: COWPtrTest.cpp プロジェクト: 1327253585/TinySTL
		void testAllCases(){
			testCase1();
			testCase2();
		}
コード例 #3
0
ファイル: TestVector.cpp プロジェクト: jinrui/ministl
		void TestVector::testAll() {
			testCase1();
			testCase2();
			testCase3();
			std::cout << "All cases passed" << std::endl;
		}