Пример #1
0
        public void Test1()
        {
            string test;

            test = CcoreClass.getTest();
            Assert.Equal("test is x", test);
        }
Пример #2
0
        public void Test2()
        {
            string test;

            test = CcoreClass.getTest2();
            Assert.Equal("x", test);
        }