Merge pull request #1853 from livarcocc/more_test_params

Added remaining params from https://github.com/dotnet/cli/issues/1376 and build before tests
This commit is contained in:
Livar 2016-03-19 10:01:28 -07:00
commit 14d5dd80b0
18 changed files with 817 additions and 186 deletions

View file

@ -14,9 +14,9 @@ namespace FakeTests
}
[Fact]
public void It_fails()
public void It_also_succeeds()
{
Assert.True(false);
Assert.True(true);
}
}
}