Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Replaced backward slashes by forward slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
teneko committed Apr 5, 2021
1 parent fa842da commit e5f2a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Teronis.DotNet consists of many projects. These are projects to solve common pro
<br/>_Use .NET Core 3.0's new nullable attributes in older target frameworks._
- [Teronis.MSBuild.Packaging.ProjectBuildInPackage](/src/MSBuild/Packaging/ProjectBuildInPackage) &nbsp; | &nbsp; :package: [NuGet Package](https://www.nuget.org/packages/Teronis.MSBuild.Packaging.ProjectBuildInPackage)
<br/>_Allow project reference content to be added to the NuGet-package during pack process._
- [Teronis.AspNetCore.Components.NUnit](src\AspNetCore\Components\NUnit\0) &nbsp; | &nbsp; :package: [NuGet Package](https://www.nuget.org/packages/Teronis.AspNetCore.Components.NUnit)
- [Teronis.AspNetCore.Components.NUnit](src/AspNetCore/Components/NUnit/0) &nbsp; | &nbsp; :package: [NuGet Package](https://www.nuget.org/packages/Teronis.AspNetCore.Components.NUnit)
<br/>_Create and execute NUnit test cases in Blazor programmatically and display NUnit XML report_
- ... (TBD)

Expand Down
4 changes: 2 additions & 2 deletions src/AspNetCore/Components/NUnit/0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _Create and execute NUnit test cases in Blazor programmatically and display NUni

## About

This project is a wrapper around [Teronis.NUnit.Core](src\NUnit\Core). It allows you to execute test cases and display their results in form of a XML report with the help of a component.
This project is a wrapper around [Teronis.NUnit.Core](src/NUnit/Core). It allows you to execute test cases and display their results in form of a XML report with the help of a component.

## Installation

Expand Down Expand Up @@ -82,6 +82,6 @@ public class MomentTests : TaskTestCaseBlock

## Example

Please visit one of my E2E test projects in [src\Microsoft\JSInterop\0\test\0.E2ETest.WebAssembly](src\Microsoft\JSInterop\0\test\0.E2ETest.WebAssembly).
Please visit one of my E2E test projects in [src/Microsoft/JSInterop/0/test/0.E2ETest.WebAssembly](src/Microsoft/JSInterop/0/test/0.E2ETest.WebAssembly).

[NuGet Package]: https://www.nuget.org/packages/Teronis.AspNetCore.Components.NUnit

0 comments on commit e5f2a63

Please sign in to comment.