forked from dotnet/roslynator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4172c37
commit 53e55f3
Showing
29 changed files
with
341 additions
and
35 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
15 changes: 15 additions & 0 deletions
15
...tor/Testing/CSharp/MSTest/MSTestCompilerDiagnosticFixVerifier-1/-ctor/README.md
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,15 @@ | ||
# MSTestCompilerDiagnosticFixVerifier\(\) Constructor | ||
|
||
[Home](../../../../../../README.md) | ||
|
||
**Containing Type**: [MSTestCompilerDiagnosticFixVerifier\<TFixProvider\>](../README.md) | ||
|
||
**Assembly**: Roslynator\.Testing\.CSharp\.MSTest\.dll | ||
|
||
|
||
Initializes a new instance of [MSTestCompilerDiagnosticFixVerifier\<TFixProvider\>](../README.md) | ||
|
||
```csharp | ||
protected MSTestCompilerDiagnosticFixVerifier() | ||
``` | ||
|
48 changes: 48 additions & 0 deletions
48
...oslynator/Testing/CSharp/MSTest/MSTestCompilerDiagnosticFixVerifier-1/README.md
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,48 @@ | ||
# MSTestCompilerDiagnosticFixVerifier\<TFixProvider\> Class | ||
|
||
[Home](../../../../../README.md) • [Constructors](#constructors) • [Properties](#properties) • [Methods](#methods) | ||
|
||
**Namespace**: [Roslynator.Testing.CSharp.MSTest](../README.md) | ||
|
||
**Assembly**: Roslynator\.Testing\.CSharp\.MSTest\.dll | ||
|
||
|
||
Represents a verifier for C\# compiler diagnostics\. | ||
|
||
```csharp | ||
public abstract class MSTestCompilerDiagnosticFixVerifier<TFixProvider> : Roslynator.Testing.CSharp.CSharpCompilerDiagnosticFixVerifier<TFixProvider> where TFixProvider : Microsoft.CodeAnalysis.CodeFixes.CodeFixProvider, new() | ||
``` | ||
|
||
### Type Parameters | ||
|
||
**TFixProvider** | ||
|
||
### Inheritance | ||
|
||
[Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → [CodeVerifier](../../../CodeVerifier/README.md) → [CompilerDiagnosticFixVerifier\<TFixProvider\>](../../../CompilerDiagnosticFixVerifier-1/README.md) → [CSharpCompilerDiagnosticFixVerifier\<TFixProvider\>](../../CSharpCompilerDiagnosticFixVerifier-1/README.md) → MSTestCompilerDiagnosticFixVerifier\<TFixProvider\> | ||
|
||
## Constructors | ||
|
||
| Constructor | Summary | | ||
| ----------- | ------- | | ||
| [MSTestCompilerDiagnosticFixVerifier()](-ctor/README.md) | Initializes a new instance of [MSTestCompilerDiagnosticFixVerifier\<TFixProvider\>](./README.md) | | ||
|
||
## Properties | ||
|
||
| Property | Summary | | ||
| -------- | ------- | | ||
| [CommonOptions](../../CSharpCompilerDiagnosticFixVerifier-1/CommonOptions/README.md) | Gets common test options\. \(Inherited from [CSharpCompilerDiagnosticFixVerifier\<TFixProvider\>](../../CSharpCompilerDiagnosticFixVerifier-1/README.md)\) | | ||
| [Options](../../CSharpCompilerDiagnosticFixVerifier-1/Options/README.md) | Gets a test options\. \(Inherited from [CSharpCompilerDiagnosticFixVerifier\<TFixProvider\>](../../CSharpCompilerDiagnosticFixVerifier-1/README.md)\) | | ||
|
||
## Methods | ||
|
||
| Method | Summary | | ||
| ------ | ------- | | ||
| [Equals(Object)](https://docs.microsoft.com/en-us/dotnet/api/system.object.equals) | \(Inherited from [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)\) | | ||
| [GetHashCode()](https://docs.microsoft.com/en-us/dotnet/api/system.object.gethashcode) | \(Inherited from [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)\) | | ||
| [GetType()](https://docs.microsoft.com/en-us/dotnet/api/system.object.gettype) | \(Inherited from [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)\) | | ||
| [MemberwiseClone()](https://docs.microsoft.com/en-us/dotnet/api/system.object.memberwiseclone) | \(Inherited from [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)\) | | ||
| [ToString()](https://docs.microsoft.com/en-us/dotnet/api/system.object.tostring) | \(Inherited from [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)\) | | ||
| [VerifyFixAsync(CompilerDiagnosticFixTestData, ExpectedTestState, TestOptions, CancellationToken)](../../../CompilerDiagnosticFixVerifier-1/VerifyFixAsync/README.md) | Verifies that specified source will produce compiler diagnostic\. \(Inherited from [CompilerDiagnosticFixVerifier\<TFixProvider\>](../../../CompilerDiagnosticFixVerifier-1/README.md)\) | | ||
| [VerifyNoFixAsync(CompilerDiagnosticFixTestData, TestOptions, CancellationToken)](../../../CompilerDiagnosticFixVerifier-1/VerifyNoFixAsync/README.md) | Verifies that specified source will not produce compiler diagnostic\. \(Inherited from [CompilerDiagnosticFixVerifier\<TFixProvider\>](../../../CompilerDiagnosticFixVerifier-1/README.md)\) | | ||
|
15 changes: 15 additions & 0 deletions
15
...api/Roslynator/Testing/CSharp/MSTest/MSTestDiagnosticVerifier-2/-ctor/README.md
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,15 @@ | ||
# MSTestDiagnosticVerifier\(\) Constructor | ||
|
||
[Home](../../../../../../README.md) | ||
|
||
**Containing Type**: [MSTestDiagnosticVerifier\<TAnalyzer, TFixProvider\>](../README.md) | ||
|
||
**Assembly**: Roslynator\.Testing\.CSharp\.MSTest\.dll | ||
|
||
|
||
Initializes a new instance of [MSTestDiagnosticVerifier\<TAnalyzer, TFixProvider\>](../README.md)\. | ||
|
||
```csharp | ||
protected MSTestDiagnosticVerifier() | ||
``` | ||
|
Oops, something went wrong.