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:
commit
14d5dd80b0
18 changed files with 817 additions and 186 deletions
|
@ -14,9 +14,9 @@ namespace FakeTests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
public void It_fails()
|
||||
public void It_also_succeeds()
|
||||
{
|
||||
Assert.True(false);
|
||||
Assert.True(true);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue