25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- #include "pch.h"
- #include "CppUnitTest.h"
-
- using namespace Microsoft::VisualStudio::CppUnitTestFramework;
-
- namespace test
- {
- TEST_CLASS(test)
- {
- public:
-
- TEST_METHOD(TestMethod1)
- {
- }
- };
- }
|