Skip to content

Commit

Permalink
Add convention VerifyChecks (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Sep 5, 2024
1 parent e8022b0 commit fdac4de
Show file tree
Hide file tree
Showing 792 changed files with 14,037 additions and 2,368 deletions.
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_Expecto_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,25 @@ dotnet add package Verify.Expecto
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksExpecto

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_Expecto_AzureDevOps.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,25 @@ dotnet add package Verify.Expecto
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksExpecto

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_Expecto_GitHubActions.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,25 @@ dotnet add package Verify.Expecto
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksExpecto

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_Expecto_None.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,25 @@ dotnet add package Verify.Expecto
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksExpecto

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_Fixie_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,25 @@ dotnet add package Verify.Fixie
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksFixie

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_Fixie_AzureDevOps.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,25 @@ dotnet add package Verify.Fixie
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksFixie

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_Fixie_GitHubActions.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,25 @@ dotnet add package Verify.Fixie
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksFixie

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_Fixie_None.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,25 @@ dotnet add package Verify.Fixie
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksFixie

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_MSTest_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,25 @@ dotnet add package Verify.MSTest
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksMSTest

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_MSTest_AzureDevOps.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,25 @@ dotnet add package Verify.MSTest
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksMSTest

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_MSTest_GitHubActions.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,25 @@ dotnet add package Verify.MSTest
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksMSTest

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_MSTest_None.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,25 @@ dotnet add package Verify.MSTest
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksMSTest

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
15 changes: 12 additions & 3 deletions docs/mdsource/wiz/Linux_Other_Cli_NUnit_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,25 @@ dotnet add package Verify.NUnit
include: implicit-usings


## Source Control
## Conventions

### Includes/Excludes

### Source Control Includes/Excludes

include: include-exclude

### Text file settings

### Source Control Text file settings

include: text-file-settings


### Conventions check

Conventions can be checked by calling `VerifyChecks.Run()` in a test

snippet: VerifyChecksNUnit

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Loading

0 comments on commit fdac4de

Please sign in to comment.