暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

PlaceholderTests.cs 179B

12345678910
  1. using NUnit.Framework;
  2. internal class PathPlaceholder
  3. {
  4. [Test]
  5. public void PlaceHolderTest()
  6. {
  7. Assert.Pass("Path tests are in a separate package.");
  8. }
  9. }