Skip to content

Commit f0a3cad

Browse files
committed
Run all existing ordering tests with Roslyn 1.3 and Roslyn 2.0
1 parent e82cfa8 commit f0a3cad

27 files changed

Lines changed: 312 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class CSharp7UsingCodeFixProviderCombinedSystemDirectivesUnitTests : UsingCodeFixProviderCombinedSystemDirectivesUnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class CSharp7UsingCodeFixProviderGroupSeparationUnitTests : UsingCodeFixProviderGroupSeparationUnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class CSharp7UsingCodeFixProviderRegressionUnitTests : UsingCodeFixProviderRegressionUnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class CSharp7UsingCodeFixProviderUnitTests : UsingCodeFixProviderUnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class SA1200CSharp7OutsideNamespaceUnitTests : SA1200OutsideNamespaceUnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class SA1200CSharp7PreserveUnitTests : SA1200PreserveUnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class SA1200CSharp7UnitTests : SA1200UnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class SA1201CSharp7UnitTests : SA1201UnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class SA1202CSharp7UnitTests : SA1202UnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class SA1203CSharp7UnitTests : SA1203UnitTests
9+
{
10+
}
11+
}

0 commit comments

Comments
 (0)