Skip to content

Commit f8e42be

Browse files
authored
Updated samples/README.md
1 parent 61c0c7d commit f8e42be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Here you can find a few working samples, which will get you started with the lib
55

66
## Application Samples
77

8-
- **Blog** - fully-featured web application sample showing how to use **MyTested.AspNetCore.Mvc** with the best coding practices in mind. It uses [AutoMapper](https://automapper.org), [Moq](https://github.com/moq/moq4), [Shouldly](https://github.com/shouldly/shouldly) and [xUnit](http://xunit.github.io/).
9-
- **MusicStore** - sample showing how to use **MyTested.AspNetCore.Mvc** with an automatically resolved `TestStartup` class for testing controllers, view components and routes. It uses the [official ASP.NET Core MVC sample](https://github.com/aspnet/MusicStore) and [xUnit](http://xunit.github.io/).
8+
- **Blog** - fully-featured web application sample showing how to use **MyTested.AspNetCore.Mvc** with the best coding practices in mind. Uses [AutoMapper](https://automapper.org), [Moq](https://github.com/moq/moq4), [Shouldly](https://github.com/shouldly/shouldly) and [xUnit](http://xunit.github.io/).
9+
- **MusicStore** - sample showing how to use **MyTested.AspNetCore.Mvc** with an automatically resolved `TestStartup` class for testing controllers, view components and routes. Uses the [official ASP.NET Core MVC test application](https://github.com/aspnet/AspNetCore/tree/master/src/MusicStore) and [xUnit](http://xunit.github.io/).
1010

1111
## Functional Test Samples
1212

0 commit comments

Comments
 (0)