Try shorter test names

This commit is contained in:
Mike Lorbetske 2018-03-23 10:30:47 -07:00
parent 9ea0c38f81
commit eec79d83fc

View file

@ -365,7 +365,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
}
[Fact]
public void ItPrefersTheValueOfApplicationUrlFromEnvironmentVariablesOverTheProperty()
public void ItPrefersTheValueOfAppUrlFromEnvVarOverTheProp()
{
var testAppName = "AppWithApplicationUrlInLaunchSettings";
var testInstance = TestAssets.Get(testAppName)
@ -395,7 +395,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
}
[Fact]
public void ItUsesTheValueOfApplicationUrlIfTheEnvironmentVariableIsNotSet()
public void ItUsesTheValueOfAppUrlIfTheEnvVarIsNotSet()
{
var testAppName = "AppWithApplicationUrlInLaunchSettings";
var testInstance = TestAssets.Get(testAppName)