Skip to content

Commit e8f71f9

Browse files
authored
Merge pull request #253 from ivaylokenov/tutorial
Tutorial
2 parents 593bfed + ada731b commit e8f71f9

File tree

365 files changed

+26980
-5312
lines changed

Some content is hidden

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

365 files changed

+26980
-5312
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/api/.manifest

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/_docfx/custom/partials/head.tmpl.partial

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,25 @@
55
<meta name="viewport" content="width=device-width">
66
<meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}">
77
<meta name="generator" content="docfx {{_docfxVersion}}">
8-
{% seo %}
98
{{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
109
<link rel="shortcut icon" href="{{_rel}}favicon.ico">
1110
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
1211
<link rel="stylesheet" href="{{_rel}}styles/docfx.css">
1312
<link rel="stylesheet" href="{{_rel}}styles/main.css">
1413
<meta property="docfx:navrel" content="{{_navRel}}">
1514
<meta property="docfx:tocrel" content="{{_tocRel}}">
16-
{{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
15+
<meta property="docfx:rel" content="{{_rel}}">
16+
<meta property="og:title" content="{{#metaTitle}}{{metaTitle}}{{/metaTitle}}{{^metaTitle}}Flexible and asynchronous testing framework for ASP.NET Core MVC{{/metaTitle}}">
17+
<meta property="og:site_name" content="My Tested ASP.NET Core MVC Docs">
18+
<meta property="og:url" content="http://docs.mytestedasp.net/">
19+
<meta property="og:description" content="A fluent unit testing library for ASP.NET Core MVC">
20+
<meta property="og:image" content="https://mytestedasp.net/Content/Images/logosocial.jpg">
21+
<meta property="og:type" content="website">
22+
<meta property="og:locale" content="en_US">
23+
<meta property="twitter:card" content="summary">
24+
<meta property="twitter:title" content="{{#metaTitle}}{{metaTitle}}{{/metaTitle}}{{^metaTitle}}Flexible and asynchronous testing framework for ASP.NET Core MVC{{/metaTitle}}">
25+
<meta property="twitter:description" content="A fluent unit testing library for ASP.NET Core MVC">
26+
<meta property="twitter:creator" content="@MyTestedASPNET">
27+
<meta property="twitter:url" content="https://mytestedasp.net/">
28+
<meta property="twitter:image" content="https://mytestedasp.net/Content/Images/logosocial.jpg">
1729
</head>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<script type="text/javascript" src="{{_rel}}styles/docfx.vendor.js"></script>
2+
<script type="text/javascript" src="{{_rel}}styles/docfx.js"></script>
3+
<script type="text/javascript" src="{{_rel}}styles/main.js"></script>
4+
<script>
5+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
6+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
7+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
8+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
9+
ga('create', 'UA-51720358-4', 'auto');
10+
ga('send', 'pageview');
11+
</script>
12+
<script>
13+
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
14+
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
15+
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
16+
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
17+
document,'script','https://connect.facebook.net/en_US/fbevents.js');
18+
fbq('init', '884740311601716');
19+
fbq('track', 'PageView');
20+
</script>
21+
<noscript><img height="1" width="1" style="display:none"
22+
src="https://www.facebook.com/tr?id=884740311601716&ev=PageView&noscript=1"
23+
/></noscript>

docs/_docfx/custom/styles/main.css

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
font-size: 1.6em;
2020
}
2121

22-
.content.wrap > h1 {
23-
margin-top: -175px;
24-
}
25-
2622
.navbar-brand:hover {
2723
color: #eee !important;
2824
}
@@ -127,13 +123,35 @@ footer a:hover {
127123
display: none;
128124
}
129125

126+
.content.wrap > h1 {
127+
margin-top: -100px;
128+
}
129+
130130
@media only screen and (max-width: 768px) {
131-
.hero {
132-
height: 500px;
133-
margin-top: 0px;
134-
}
135-
.hero .button {
136-
display: block;
137-
margin: 12px;
138-
}
131+
.hero {
132+
height: 500px;
133+
margin-top: 0px;
134+
}
135+
.hero .button {
136+
display: block;
137+
margin: 12px;
138+
}
139+
.hero .text {
140+
font-size: 36px;
141+
}
142+
.breadcrumb {
143+
text-align: center;
144+
}
145+
}
146+
147+
@media only screen and (max-width: 800px) {
148+
.nav.level1.navbar-nav {
149+
float: none !important;
150+
}
151+
}
152+
153+
@media only screen and (min-width: 769px) {
154+
.content.wrap > h1 {
155+
margin-top: -160px;
156+
}
139157
}

docs/_docfx/custom/styles/main.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ $(function() {
1313
$('#toc.toc').show();
1414
}
1515
}, 200);
16+
17+
if ($(window).width() < 780) {
18+
$('a.navbar-brand').text('MY TESTED MVC DOCS');
19+
}
1620
})
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(function(){}())

docs/_docfx/docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"**/**project.json"
88
],
99
"exclude": [
10+
"**/MyTested.AspNetCore.Mvc.Lite/**",
1011
"**/obj/**",
1112
"**/bin/**",
1213
"./**"

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

0 commit comments

Comments
 (0)