public void Test1() { string test; test = CcoreClass.getTest(); Assert.Equal("test is x", test); }
public void Test2() { string test; test = CcoreClass.getTest2(); Assert.Equal("x", test); }