Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }