Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark several test classes as partial #3702

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
StyleCop.Analyzers.DocumentationRules.SA1600ElementsMustBeDocumented,
StyleCop.Analyzers.DocumentationRules.SA1600CodeFixProvider>;

public class SA1600CSharp10UnitTests : SA1600CSharp9UnitTests
public partial class SA1600CSharp10UnitTests : SA1600CSharp9UnitTests
{
protected override DiagnosticResult[] GetExpectedResultTestRegressionMethodGlobalNamespace(string code)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1601CSharp10UnitTests : SA1601CSharp9UnitTests
public partial class SA1601CSharp10UnitTests : SA1601CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1602CSharp10UnitTests : SA1602CSharp9UnitTests
public partial class SA1602CSharp10UnitTests : SA1602CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1603CSharp10UnitTests : SA1603CSharp9UnitTests
public partial class SA1603CSharp10UnitTests : SA1603CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1604CSharp10UnitTests : SA1604CSharp9UnitTests
public partial class SA1604CSharp10UnitTests : SA1604CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1605CSharp10UnitTests : SA1605CSharp9UnitTests
public partial class SA1605CSharp10UnitTests : SA1605CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1606CSharp10UnitTests : SA1606CSharp9UnitTests
public partial class SA1606CSharp10UnitTests : SA1606CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1607CSharp10UnitTests : SA1607CSharp9UnitTests
public partial class SA1607CSharp10UnitTests : SA1607CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1608CSharp10UnitTests : SA1608CSharp9UnitTests
public partial class SA1608CSharp10UnitTests : SA1608CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1609CSharp10UnitTests : SA1609CSharp9UnitTests
public partial class SA1609CSharp10UnitTests : SA1609CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1610CSharp10UnitTests : SA1610CSharp9UnitTests
public partial class SA1610CSharp10UnitTests : SA1610CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1611CSharp10UnitTests : SA1611CSharp9UnitTests
public partial class SA1611CSharp10UnitTests : SA1611CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1612CSharp10UnitTests : SA1612CSharp9UnitTests
public partial class SA1612CSharp10UnitTests : SA1612CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1613CSharp10UnitTests : SA1613CSharp9UnitTests
public partial class SA1613CSharp10UnitTests : SA1613CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1614CSharp10UnitTests : SA1614CSharp9UnitTests
public partial class SA1614CSharp10UnitTests : SA1614CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1615CSharp10UnitTests : SA1615CSharp9UnitTests
public partial class SA1615CSharp10UnitTests : SA1615CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1616CSharp10UnitTests : SA1616CSharp9UnitTests
public partial class SA1616CSharp10UnitTests : SA1616CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1617CSharp10UnitTests : SA1617CSharp9UnitTests
public partial class SA1617CSharp10UnitTests : SA1617CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1618CSharp10UnitTests : SA1618CSharp9UnitTests
public partial class SA1618CSharp10UnitTests : SA1618CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1619CSharp10UnitTests : SA1619CSharp9UnitTests
public partial class SA1619CSharp10UnitTests : SA1619CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1620CSharp10UnitTests : SA1620CSharp9UnitTests
public partial class SA1620CSharp10UnitTests : SA1620CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1621CSharp10UnitTests : SA1621CSharp9UnitTests
public partial class SA1621CSharp10UnitTests : SA1621CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1622CSharp10UnitTests : SA1622CSharp9UnitTests
public partial class SA1622CSharp10UnitTests : SA1622CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1623CSharp10UnitTests : SA1623CSharp9UnitTests
public partial class SA1623CSharp10UnitTests : SA1623CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1624CSharp10UnitTests : SA1624CSharp9UnitTests
public partial class SA1624CSharp10UnitTests : SA1624CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1625CSharp10UnitTests : SA1625CSharp9UnitTests
public partial class SA1625CSharp10UnitTests : SA1625CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1626CSharp10UnitTests : SA1626CSharp9UnitTests
public partial class SA1626CSharp10UnitTests : SA1626CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1627CSharp10UnitTests : SA1627CSharp9UnitTests
public partial class SA1627CSharp10UnitTests : SA1627CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1628CSharp10UnitTests : SA1628CSharp9UnitTests
public partial class SA1628CSharp10UnitTests : SA1628CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1629CSharp10UnitTests : SA1629CSharp9UnitTests
public partial class SA1629CSharp10UnitTests : SA1629CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1630CSharp10UnitTests : SA1630CSharp9UnitTests
public partial class SA1630CSharp10UnitTests : SA1630CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1631CSharp10UnitTests : SA1631CSharp9UnitTests
public partial class SA1631CSharp10UnitTests : SA1631CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1632CSharp10UnitTests : SA1632CSharp9UnitTests
public partial class SA1632CSharp10UnitTests : SA1632CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1633CSharp10UnitTests : SA1633CSharp9UnitTests
public partial class SA1633CSharp10UnitTests : SA1633CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1634CSharp10UnitTests : SA1634CSharp9UnitTests
public partial class SA1634CSharp10UnitTests : SA1634CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1635CSharp10UnitTests : SA1635CSharp9UnitTests
public partial class SA1635CSharp10UnitTests : SA1635CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1636CSharp10UnitTests : SA1636CSharp9UnitTests
public partial class SA1636CSharp10UnitTests : SA1636CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1637CSharp10UnitTests : SA1637CSharp9UnitTests
public partial class SA1637CSharp10UnitTests : SA1637CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1638CSharp10UnitTests : SA1638CSharp9UnitTests
public partial class SA1638CSharp10UnitTests : SA1638CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1639CSharp10UnitTests : SA1639CSharp9UnitTests
public partial class SA1639CSharp10UnitTests : SA1639CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1640CSharp10UnitTests : SA1640CSharp9UnitTests
public partial class SA1640CSharp10UnitTests : SA1640CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1641CSharp10UnitTests : SA1641CSharp9UnitTests
public partial class SA1641CSharp10UnitTests : SA1641CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1642CSharp10UnitTests : SA1642CSharp9UnitTests
public partial class SA1642CSharp10UnitTests : SA1642CSharp9UnitTests
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace StyleCop.Analyzers.Test.CSharp10.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp9.DocumentationRules;

public class SA1643CSharp10UnitTests : SA1643CSharp9UnitTests
public partial class SA1643CSharp10UnitTests : SA1643CSharp9UnitTests
{
}
}