-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Amaury Levé <amauryleve@microsoft.com> Co-authored-by: nohwnd <me@jakubjares.com>
- Loading branch information
1 parent
065f4d0
commit 361bf62
Showing
1,073 changed files
with
246,554 additions
and
248,842 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
|
||
using Microsoft.VisualStudio.TestTools.UnitTesting; | ||
|
||
namespace MSTest1 | ||
namespace MSTest1; | ||
|
||
[TestClass] | ||
public class UnitTest1 | ||
{ | ||
[TestClass] | ||
public class UnitTest1 | ||
[TestMethod] | ||
public void TestMethod1() | ||
{ | ||
[TestMethod] | ||
public void TestMethod1() | ||
{ | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
namespace Microsoft.VisualStudio.TestPlatform | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
|
||
namespace Microsoft.VisualStudio.TestPlatform; | ||
|
||
internal class ExternalAssemblyVersions | ||
{ | ||
internal class ExternalAssemblyVersions | ||
{ | ||
/// <summary> | ||
/// Refers to the versions of the assemblies retrieved from the | ||
/// Microsoft.QualityTools.Testing.Fakes.TestRunnerHarness package. | ||
/// The Package version can be found in "scripts\build\TestPlatform.Dependencies.props" | ||
/// </summary> | ||
internal const string MicrosoftFakesAssemblyVersion = "17.0.0.0"; | ||
} | ||
/// <summary> | ||
/// Refers to the versions of the assemblies retrieved from the | ||
/// Microsoft.QualityTools.Testing.Fakes.TestRunnerHarness package. | ||
/// The Package version can be found in "scripts\build\TestPlatform.Dependencies.props" | ||
/// </summary> | ||
internal const string MicrosoftFakesAssemblyVersion = "17.0.0.0"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.