Skip to content

Commit 58f9020

Browse files
committed
Run all existing layout tests with Roslyn 1.3 and Roslyn 2.0
1 parent fa86f85 commit 58f9020

23 files changed

Lines changed: 264 additions & 0 deletions
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.LayoutRules
5+
{
6+
using StyleCop.Analyzers.Test.LayoutRules;
7+
8+
public class SA1500CSharp7UnitTests : SA1500UnitTests
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.LayoutRules
5+
{
6+
using StyleCop.Analyzers.Test.LayoutRules;
7+
8+
public class SA1501CSharp7UnitTests : SA1501UnitTests
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.LayoutRules
5+
{
6+
using StyleCop.Analyzers.Test.LayoutRules;
7+
8+
public class SA1502CSharp7UnitTests : SA1502UnitTests
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.LayoutRules
5+
{
6+
using StyleCop.Analyzers.Test.LayoutRules;
7+
8+
public class SA1503CSharp7UnitTests : SA1503UnitTests
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.LayoutRules
5+
{
6+
using StyleCop.Analyzers.Test.LayoutRules;
7+
8+
public class SA1504CSharp7UnitTests : SA1504UnitTests
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.LayoutRules
5+
{
6+
using StyleCop.Analyzers.Test.LayoutRules;
7+
8+
public class SA1505CSharp7UnitTests : SA1505UnitTests
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.LayoutRules
5+
{
6+
using StyleCop.Analyzers.Test.LayoutRules;
7+
8+
public class SA1506CSharp7UnitTests : SA1506UnitTests
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.LayoutRules
5+
{
6+
using StyleCop.Analyzers.Test.LayoutRules;
7+
8+
public class SA1507CSharp7UnitTests : SA1507UnitTests
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.LayoutRules
5+
{
6+
using StyleCop.Analyzers.Test.LayoutRules;
7+
8+
public class SA1508CSharp7UnitTests : SA1508UnitTests
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.LayoutRules
5+
{
6+
using StyleCop.Analyzers.Test.LayoutRules;
7+
8+
public class SA1509CSharp7UnitTests : SA1509UnitTests
9+
{
10+
}
11+
}

0 commit comments

Comments
 (0)