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
|
@ -49,10 +49,7 @@ namespace Microsoft.DotNet.TestFramework
|
|||
_testWorkingFolder = testWorkingFolder;
|
||||
}
|
||||
|
||||
public TestAssetInfo Get(string name)
|
||||
{
|
||||
return Get(TestAssetKinds.TestProjects, name);
|
||||
}
|
||||
public TestAssetInfo Get(string name) => Get(TestAssetKinds.TestProjects, name);
|
||||
|
||||
public TestAssetInfo Get(string kind, string name)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue