Skip to content

Commit 6b60e95

Browse files
committed
Finished tutorial (#132)
1 parent c228cca commit 6b60e95

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1624
-678
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MyTested.AspNetCore.Mvc is a unit testing library providing easy fluent interfac
77

88
## Getting started
99

10-
It is strongly advised to start with the [tutorial](http://docs.mytestedasp.net/tutorial/intro.html) (coming soon) in order to get familiar with MyTested.AspNetCore.Mvc. Additionally, you may see the [testing guide](http://docs.mytestedasp.net/guide/intro.html) (coming soon) or the [API reference](http://docs.mytestedasp.net/api/index.html) for full list of available features. MyTested.AspNetCore.Mvc is 100% covered by [more than 1800 unit tests](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc/tree/master/test/) and should work correctly. Almost all items in the [issues page](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc/issues) are expected future features and enhancements.
10+
It is strongly advised to start with the [tutorial](http://docs.mytestedasp.net/tutorial/intro.html) in order to get familiar with MyTested.AspNetCore.Mvc. Additionally, you may see the [testing guide](http://docs.mytestedasp.net/guide/intro.html) or the [API reference](http://docs.mytestedasp.net/api/index.html) for full list of available features. MyTested.AspNetCore.Mvc is 100% covered by [more than 1800 unit tests](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc/tree/master/test/) and should work correctly. Almost all items in the [issues page](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc/issues) are expected future features and enhancements.
1111

1212
## Installation
1313

@@ -51,7 +51,7 @@ For other interesting packages check out:
5151

5252
## How to use
5353

54-
Make sure to check out the [tutorial](http://docs.mytestedasp.net/tutorial/intro.html) (coming soon) and the [testing guide](http://docs.mytestedasp.net/guide/intro.html) (coming soon) for a preview of the available features.
54+
Make sure to check out the [tutorial](http://docs.mytestedasp.net/tutorial/intro.html) and the [testing guide](http://docs.mytestedasp.net/guide/intro.html) for a preview of the available features.
5555

5656
You can also check out the [provided samples](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc/tree/master/samples) for real-life ASP.NET Core MVC application testing.
5757

docs/_docfx/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/_docfx/guide/intro.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Welcome to the Testing Guide
2-
3-
Here you will find My Tested ASP.NET Core MVC user-friendly descriptions and examples for all available assertion APIs.
1+
# Testing Guide
42

53
<strong class="article-contents">The testing guide is still work in progress...</strong>
64

docs/_docfx/guide/licensing.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Licensing
2+
3+
<strong class="article-contents">This document is still work in progress...</strong>
4+
5+
<span>Sorry for the inconvenience caused! :(</span>
6+
7+
<img src="/images/catsorry.jpg" />

docs/_docfx/guide/packages.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
# My Tested MVC Packages
1+
# Test Packages
22

3-
This document is still work in progress.
3+
<strong class="article-contents">This document is still work in progress...</strong>
4+
5+
<span>Sorry for the inconvenience caused! :(</span>
6+
7+
<img src="/images/catsorry.jpg" />

docs/_docfx/guide/plugins.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Test Plugins
2+
3+
<strong class="article-contents">This document is still work in progress...</strong>
4+
5+
<span>Sorry for the inconvenience caused! :(</span>
6+
7+
<img src="/images/catsorry.jpg" />

docs/_docfx/guide/startuptypes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Startup Types
2+
3+
<strong class="article-contents">This document is still work in progress...</strong>
4+
5+
<span>Sorry for the inconvenience caused! :(</span>
6+
7+
<img src="/images/catsorry.jpg" />

docs/_docfx/guide/testconfig.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Test Configuration
22

3-
This document is still work in progress.
3+
<strong class="article-contents">This document is still work in progress...</strong>
4+
5+
<span>Sorry for the inconvenience caused! :(</span>
6+
7+
<img src="/images/catsorry.jpg" />

docs/_docfx/guide/testcontext.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Test Context
2+
3+
<strong class="article-contents">This document is still work in progress...</strong>
4+
5+
<span>Sorry for the inconvenience caused! :(</span>
6+
7+
<img src="/images/catsorry.jpg" />
-68.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)