Applied expression bodies for methods to solution.
This commit is contained in:
parent
c9ab438e6c
commit
67cbc0dd65
36 changed files with 106 additions and 378 deletions
|
@ -7,11 +7,8 @@ namespace EndToEnd
|
|||
public class GivenDotnetUsesDotnetTools : TestBase
|
||||
{
|
||||
[RequiresAspNetCore]
|
||||
public void ThenOneDotnetToolsCanBeCalled()
|
||||
{
|
||||
new DotnetCommand()
|
||||
public void ThenOneDotnetToolsCanBeCalled() => new DotnetCommand()
|
||||
.ExecuteWithCapturedOutput("dev-certs --help")
|
||||
.Should().Pass();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue