-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3703 from sharwell/missing-tests
Add missing test files and fix inheritance
- Loading branch information
Showing
14 changed files
with
138 additions
and
5 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
...nalyzers/StyleCop.Analyzers.Test.CSharp10/MaintainabilityRules/SA1414CSharp10UnitTests.cs
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp10.MaintainabilityRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp9.MaintainabilityRules; | ||
|
||
public partial class SA1414CSharp10UnitTests : SA1414CSharp9UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...op.Analyzers/StyleCop.Analyzers.Test.CSharp10/ReadabilityRules/SA1141CSharp10UnitTests.cs
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp10.ReadabilityRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp9.ReadabilityRules; | ||
|
||
public partial class SA1141CSharp10UnitTests : SA1141CSharp9UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...op.Analyzers/StyleCop.Analyzers.Test.CSharp10/ReadabilityRules/SA1142CSharp10UnitTests.cs
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp10.ReadabilityRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp9.ReadabilityRules; | ||
|
||
public partial class SA1142CSharp10UnitTests : SA1142CSharp9UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...nalyzers/StyleCop.Analyzers.Test.CSharp11/MaintainabilityRules/SA1414CSharp11UnitTests.cs
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.MaintainabilityRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.MaintainabilityRules; | ||
|
||
public partial class SA1414CSharp11UnitTests : SA1414CSharp10UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...op.Analyzers/StyleCop.Analyzers.Test.CSharp11/ReadabilityRules/SA1141CSharp11UnitTests.cs
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.ReadabilityRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.ReadabilityRules; | ||
|
||
public partial class SA1141CSharp11UnitTests : SA1141CSharp10UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...op.Analyzers/StyleCop.Analyzers.Test.CSharp11/ReadabilityRules/SA1142CSharp11UnitTests.cs
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.ReadabilityRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.ReadabilityRules; | ||
|
||
public partial class SA1142CSharp11UnitTests : SA1142CSharp10UnitTests | ||
{ | ||
} | ||
} |
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
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp8/MaintainabilityRules/SA1414CSharp8UnitTests.cs
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp8.MaintainabilityRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp7.MaintainabilityRules; | ||
|
||
public partial class SA1414CSharp8UnitTests : SA1414CSharp7UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...eCop.Analyzers/StyleCop.Analyzers.Test.CSharp8/ReadabilityRules/SA1141CSharp8UnitTests.cs
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp8.ReadabilityRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp7.ReadabilityRules; | ||
|
||
public partial class SA1141CSharp8UnitTests : SA1141CSharp7UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...eCop.Analyzers/StyleCop.Analyzers.Test.CSharp8/ReadabilityRules/SA1142CSharp8UnitTests.cs
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp8.ReadabilityRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp7.ReadabilityRules; | ||
|
||
public partial class SA1142CSharp8UnitTests : SA1142CSharp7UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp9/MaintainabilityRules/SA1414CSharp9UnitTests.cs
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp9.MaintainabilityRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp8.MaintainabilityRules; | ||
|
||
public partial class SA1414CSharp9UnitTests : SA1414CSharp8UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...eCop.Analyzers/StyleCop.Analyzers.Test.CSharp9/ReadabilityRules/SA1141CSharp9UnitTests.cs
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp9.ReadabilityRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp8.ReadabilityRules; | ||
|
||
public partial class SA1141CSharp9UnitTests : SA1141CSharp8UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...eCop.Analyzers/StyleCop.Analyzers.Test.CSharp9/ReadabilityRules/SA1142CSharp9UnitTests.cs
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp9.ReadabilityRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp8.ReadabilityRules; | ||
|
||
public partial class SA1142CSharp9UnitTests : SA1142CSharp8UnitTests | ||
{ | ||
} | ||
} |
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