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 test classes as partial #200

Merged
merged 1 commit into from
Oct 11, 2021
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.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="ID3D11On12On7Device" /> struct.</summary>
public static unsafe class ID3D11On12On7DeviceTests
public static unsafe partial class ID3D11On12On7DeviceTests
{
/// <summary>Validates that the <see cref="ID3D11On12On7Device" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="ID3D11On12On7" /> struct.</summary>
public static unsafe class ID3D11On12On7Tests
public static unsafe partial class ID3D11On12On7Tests
{
/// <summary>Validates that the <see cref="ID3D11On12On7" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="ID3D12CommandQueueDownlevel" /> struct.</summary>
public static unsafe class ID3D12CommandQueueDownlevelTests
public static unsafe partial class ID3D12CommandQueueDownlevelTests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="ID3D12CommandQueueDownlevel" /> struct is correct.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="ID3D12DeviceDownlevel" /> struct.</summary>
public static unsafe class ID3D12DeviceDownlevelTests
public static unsafe partial class ID3D12DeviceDownlevelTests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="ID3D12DeviceDownlevel" /> struct is correct.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="D3DX12_MESH_SHADER_PIPELINE_STATE_DESC" /> struct.</summary>
public static unsafe class D3DX12_MESH_SHADER_PIPELINE_STATE_DESCTests
public static unsafe partial class D3DX12_MESH_SHADER_PIPELINE_STATE_DESCTests
{
/// <summary>Validates that the <see cref="D3DX12_MESH_SHADER_PIPELINE_STATE_DESC" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="ID3DX12PipelineParserCallbacks" /> struct.</summary>
public static unsafe class ID3DX12PipelineParserCallbacksTests
public static unsafe partial class ID3DX12PipelineParserCallbacksTests
{
/// <summary>Validates that the <see cref="ID3DX12PipelineParserCallbacks" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="APPX_SIP_CLIENT_DATA" /> struct.</summary>
public static unsafe class APPX_SIP_CLIENT_DATATests
public static unsafe partial class APPX_SIP_CLIENT_DATATests
{
/// <summary>Validates that the <see cref="APPX_SIP_CLIENT_DATA" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="SIGNER_ATTR_AUTHCODE" /> struct.</summary>
public static unsafe class SIGNER_ATTR_AUTHCODETests
public static unsafe partial class SIGNER_ATTR_AUTHCODETests
{
/// <summary>Validates that the <see cref="SIGNER_ATTR_AUTHCODE" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="SIGNER_BLOB_INFO" /> struct.</summary>
public static unsafe class SIGNER_BLOB_INFOTests
public static unsafe partial class SIGNER_BLOB_INFOTests
{
/// <summary>Validates that the <see cref="SIGNER_BLOB_INFO" /> struct is blittable.</summary>
[Test]
Expand Down
2 changes: 1 addition & 1 deletion tests/Interop/Windows/other/mssign32/SIGNER_CERTTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="SIGNER_CERT" /> struct.</summary>
public static unsafe class SIGNER_CERTTests
public static unsafe partial class SIGNER_CERTTests
{
/// <summary>Validates that the <see cref="SIGNER_CERT" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="SIGNER_CERT_STORE_INFO" /> struct.</summary>
public static unsafe class SIGNER_CERT_STORE_INFOTests
public static unsafe partial class SIGNER_CERT_STORE_INFOTests
{
/// <summary>Validates that the <see cref="SIGNER_CERT_STORE_INFO" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="SIGNER_CONTEXT" /> struct.</summary>
public static unsafe class SIGNER_CONTEXTTests
public static unsafe partial class SIGNER_CONTEXTTests
{
/// <summary>Validates that the <see cref="SIGNER_CONTEXT" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="SIGNER_FILE_INFO" /> struct.</summary>
public static unsafe class SIGNER_FILE_INFOTests
public static unsafe partial class SIGNER_FILE_INFOTests
{
/// <summary>Validates that the <see cref="SIGNER_FILE_INFO" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="SIGNER_PROVIDER_INFO" /> struct.</summary>
public static unsafe class SIGNER_PROVIDER_INFOTests
public static unsafe partial class SIGNER_PROVIDER_INFOTests
{
/// <summary>Validates that the <see cref="SIGNER_PROVIDER_INFO" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="SIGNER_SIGNATURE_INFO" /> struct.</summary>
public static unsafe class SIGNER_SIGNATURE_INFOTests
public static unsafe partial class SIGNER_SIGNATURE_INFOTests
{
/// <summary>Validates that the <see cref="SIGNER_SIGNATURE_INFO" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="SIGNER_SIGN_EX2_PARAMS" /> struct.</summary>
public static unsafe class SIGNER_SIGN_EX2_PARAMSTests
public static unsafe partial class SIGNER_SIGN_EX2_PARAMSTests
{
/// <summary>Validates that the <see cref="SIGNER_SIGN_EX2_PARAMS" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="SIGNER_SPC_CHAIN_INFO" /> struct.</summary>
public static unsafe class SIGNER_SPC_CHAIN_INFOTests
public static unsafe partial class SIGNER_SPC_CHAIN_INFOTests
{
/// <summary>Validates that the <see cref="SIGNER_SPC_CHAIN_INFO" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="SIGNER_SUBJECT_INFO" /> struct.</summary>
public static unsafe class SIGNER_SUBJECT_INFOTests
public static unsafe partial class SIGNER_SUBJECT_INFOTests
{
/// <summary>Validates that the <see cref="SIGNER_SUBJECT_INFO" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DCOMPOSITION_FRAME_STATISTICS" /> struct.</summary>
public static unsafe class DCOMPOSITION_FRAME_STATISTICSTests
public static unsafe partial class DCOMPOSITION_FRAME_STATISTICSTests
{
/// <summary>Validates that the <see cref="DCOMPOSITION_FRAME_STATISTICS" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DEVPROPCOMPKEY" /> struct.</summary>
public static unsafe class DEVPROPCOMPKEYTests
public static unsafe partial class DEVPROPCOMPKEYTests
{
/// <summary>Validates that the <see cref="DEVPROPCOMPKEY" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DEVPROPERTY" /> struct.</summary>
public static unsafe class DEVPROPERTYTests
public static unsafe partial class DEVPROPERTYTests
{
/// <summary>Validates that the <see cref="DEVPROPERTY" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DEVPROPKEY" /> struct.</summary>
public static unsafe class DEVPROPKEYTests
public static unsafe partial class DEVPROPKEYTests
{
/// <summary>Validates that the <see cref="DEVPROPKEY" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DXGI_ADAPTER_DESC1" /> struct.</summary>
public static unsafe class DXGI_ADAPTER_DESC1Tests
public static unsafe partial class DXGI_ADAPTER_DESC1Tests
{
/// <summary>Validates that the <see cref="DXGI_ADAPTER_DESC1" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DXGI_ADAPTER_DESC" /> struct.</summary>
public static unsafe class DXGI_ADAPTER_DESCTests
public static unsafe partial class DXGI_ADAPTER_DESCTests
{
/// <summary>Validates that the <see cref="DXGI_ADAPTER_DESC" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DXGI_DISPLAY_COLOR_SPACE" /> struct.</summary>
public static unsafe class DXGI_DISPLAY_COLOR_SPACETests
public static unsafe partial class DXGI_DISPLAY_COLOR_SPACETests
{
/// <summary>Validates that the <see cref="DXGI_DISPLAY_COLOR_SPACE" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DXGI_FRAME_STATISTICS" /> struct.</summary>
public static unsafe class DXGI_FRAME_STATISTICSTests
public static unsafe partial class DXGI_FRAME_STATISTICSTests
{
/// <summary>Validates that the <see cref="DXGI_FRAME_STATISTICS" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DXGI_MAPPED_RECT" /> struct.</summary>
public static unsafe class DXGI_MAPPED_RECTTests
public static unsafe partial class DXGI_MAPPED_RECTTests
{
/// <summary>Validates that the <see cref="DXGI_MAPPED_RECT" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DXGI_OUTPUT_DESC" /> struct.</summary>
public static unsafe class DXGI_OUTPUT_DESCTests
public static unsafe partial class DXGI_OUTPUT_DESCTests
{
/// <summary>Validates that the <see cref="DXGI_OUTPUT_DESC" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DXGI_SHARED_RESOURCE" /> struct.</summary>
public static unsafe class DXGI_SHARED_RESOURCETests
public static unsafe partial class DXGI_SHARED_RESOURCETests
{
/// <summary>Validates that the <see cref="DXGI_SHARED_RESOURCE" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DXGI_SURFACE_DESC" /> struct.</summary>
public static unsafe class DXGI_SURFACE_DESCTests
public static unsafe partial class DXGI_SURFACE_DESCTests
{
/// <summary>Validates that the <see cref="DXGI_SURFACE_DESC" /> struct is blittable.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="DXGI_SWAP_CHAIN_DESC" /> struct.</summary>
public static unsafe class DXGI_SWAP_CHAIN_DESCTests
public static unsafe partial class DXGI_SWAP_CHAIN_DESCTests
{
/// <summary>Validates that the <see cref="DXGI_SWAP_CHAIN_DESC" /> struct is blittable.</summary>
[Test]
Expand Down
2 changes: 1 addition & 1 deletion tests/Interop/Windows/shared/dxgi/IDXGIAdapter1Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGIAdapter1" /> struct.</summary>
public static unsafe class IDXGIAdapter1Tests
public static unsafe partial class IDXGIAdapter1Tests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGIAdapter1" /> struct is correct.</summary>
[Test]
Expand Down
2 changes: 1 addition & 1 deletion tests/Interop/Windows/shared/dxgi/IDXGIAdapterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGIAdapter" /> struct.</summary>
public static unsafe class IDXGIAdapterTests
public static unsafe partial class IDXGIAdapterTests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGIAdapter" /> struct is correct.</summary>
[Test]
Expand Down
2 changes: 1 addition & 1 deletion tests/Interop/Windows/shared/dxgi/IDXGIDevice1Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGIDevice1" /> struct.</summary>
public static unsafe class IDXGIDevice1Tests
public static unsafe partial class IDXGIDevice1Tests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGIDevice1" /> struct is correct.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGIDeviceSubObject" /> struct.</summary>
public static unsafe class IDXGIDeviceSubObjectTests
public static unsafe partial class IDXGIDeviceSubObjectTests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGIDeviceSubObject" /> struct is correct.</summary>
[Test]
Expand Down
2 changes: 1 addition & 1 deletion tests/Interop/Windows/shared/dxgi/IDXGIDeviceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGIDevice" /> struct.</summary>
public static unsafe class IDXGIDeviceTests
public static unsafe partial class IDXGIDeviceTests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGIDevice" /> struct is correct.</summary>
[Test]
Expand Down
2 changes: 1 addition & 1 deletion tests/Interop/Windows/shared/dxgi/IDXGIFactory1Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGIFactory1" /> struct.</summary>
public static unsafe class IDXGIFactory1Tests
public static unsafe partial class IDXGIFactory1Tests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGIFactory1" /> struct is correct.</summary>
[Test]
Expand Down
2 changes: 1 addition & 1 deletion tests/Interop/Windows/shared/dxgi/IDXGIFactoryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGIFactory" /> struct.</summary>
public static unsafe class IDXGIFactoryTests
public static unsafe partial class IDXGIFactoryTests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGIFactory" /> struct is correct.</summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGIKeyedMutex" /> struct.</summary>
public static unsafe class IDXGIKeyedMutexTests
public static unsafe partial class IDXGIKeyedMutexTests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGIKeyedMutex" /> struct is correct.</summary>
[Test]
Expand Down
2 changes: 1 addition & 1 deletion tests/Interop/Windows/shared/dxgi/IDXGIObjectTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGIObject" /> struct.</summary>
public static unsafe class IDXGIObjectTests
public static unsafe partial class IDXGIObjectTests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGIObject" /> struct is correct.</summary>
[Test]
Expand Down
2 changes: 1 addition & 1 deletion tests/Interop/Windows/shared/dxgi/IDXGIOutputTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGIOutput" /> struct.</summary>
public static unsafe class IDXGIOutputTests
public static unsafe partial class IDXGIOutputTests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGIOutput" /> struct is correct.</summary>
[Test]
Expand Down
2 changes: 1 addition & 1 deletion tests/Interop/Windows/shared/dxgi/IDXGIResourceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGIResource" /> struct.</summary>
public static unsafe class IDXGIResourceTests
public static unsafe partial class IDXGIResourceTests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGIResource" /> struct is correct.</summary>
[Test]
Expand Down
2 changes: 1 addition & 1 deletion tests/Interop/Windows/shared/dxgi/IDXGISurface1Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGISurface1" /> struct.</summary>
public static unsafe class IDXGISurface1Tests
public static unsafe partial class IDXGISurface1Tests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGISurface1" /> struct is correct.</summary>
[Test]
Expand Down
2 changes: 1 addition & 1 deletion tests/Interop/Windows/shared/dxgi/IDXGISurfaceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace TerraFX.Interop.UnitTests
{
/// <summary>Provides validation of the <see cref="IDXGISurface" /> struct.</summary>
public static unsafe class IDXGISurfaceTests
public static unsafe partial class IDXGISurfaceTests
{
/// <summary>Validates that the <see cref="Guid" /> of the <see cref="IDXGISurface" /> struct is correct.</summary>
[Test]
Expand Down
Loading