Skip to content

Commit db15d14

Browse files
committed
zip files
1 parent 5fa8700 commit db15d14

6 files changed

Lines changed: 72 additions & 3 deletions

File tree

v2/book/examples/ErrorOrX.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ <h1>RSCG nr 254 : ErrorOrX</h1>
44
<h2>Info</h2>
55
Nuget : <a href="https://www.nuget.org/packages/ErrorOrX/" target="_blank">https://www.nuget.org/packages/ErrorOrX/</a>
66

7-
<p>You can find more details at : <a href="https://github.com/ANcpLua/ErrorOrX/" target="_blank"> https://github.com/ANcpLua/ErrorOrX/</a></p>
7+
<p>You can find more details at : <a href="https://github.com/ANcpLua/ErrorOrX" target="_blank"> https://github.com/ANcpLua/ErrorOrX</a></p>
88

99
<p>Author :Alexander Nachtmanns</p>
1010

11-
<p>Source: <a href="https://github.com/ANcpLua/ErrorOrX/" target="_blank">https://github.com/ANcpLua/ErrorOrX/</a> </p>
11+
<p>Source: <a href="https://github.com/ANcpLua/ErrorOrX" target="_blank">https://github.com/ANcpLua/ErrorOrX</a> </p>
1212

1313
<h2>About</h2>
1414

v2/book/examples/KnockOff.html

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
2+
<h1>RSCG nr 255 : KnockOff</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/KnockOff/" target="_blank">https://www.nuget.org/packages/KnockOff/</a>
6+
7+
<p>You can find more details at : <a href="https://github.com/NeatooDotNet/KnockOff" target="_blank"> https://github.com/NeatooDotNet/KnockOff</a></p>
8+
9+
<p>Author :Keith Voels</p>
10+
11+
<p>Source: <a href="https://github.com/NeatooDotNet/KnockOff" target="_blank">https://github.com/NeatooDotNet/KnockOff</a> </p>
12+
13+
<h2>About</h2>
14+
15+
Generating test stubs with mocking for interfaces
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/KnockOff/" target="_blank">KnockOff</a> in the csproj
22+
</h3>
23+
<img src="images/KnockOff/TestClock.csproj.png" width="580" height="580" />
24+
25+
<h3>This was for me the <b>starting</b> code</h3>
26+
27+
<br />
28+
I have <b>coded</b> the file IMyClock.cs
29+
<br />
30+
<img src="images/KnockOff/csFiles/IMyClock.cs.png" width="580" height="580" />
31+
<hr />
32+
33+
<br />
34+
I have <b>coded</b> the file TestClock.cs
35+
<br />
36+
<img src="images/KnockOff/csFiles/TestClock.cs.png" width="580" height="580" />
37+
<hr />
38+
<h3>And here are the <i>generated</i> files</h3>
39+
40+
<br />
41+
The file <i>generated</i> is QuickStartRepoStub.Base.g.cs
42+
<br />
43+
<img src="images/KnockOff/generated/QuickStartRepoStub.Base.g.cs.png" width="580" height="580" />
44+
45+
<br />
46+
The file <i>generated</i> is QuickStartRepoStub.g.cs
47+
<br />
48+
<img src="images/KnockOff/generated/QuickStartRepoStub.g.cs.png" width="580" height="580" />
49+
50+
<p>
51+
You can download the code and this page as pdf from
52+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/KnockOff'>
53+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/KnockOff
54+
</a>
55+
</p>
56+
57+
58+
<p>
59+
You can see the whole list at
60+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'>
61+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
62+
</a>
63+
</p>
64+

v2/book/list.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<h1>
20-
This is the list of 254 RSCG with examples =>
20+
This is the list of 255 RSCG with examples =>
2121
</h1>
2222

2323
<table >
@@ -1042,6 +1042,10 @@ <h1>
10421042
<td>254</td>
10431043
<td><a href="examples/ErrorOrX.html">ErrorOrX</a></td>
10441044
</tr>
1045+
<tr>
1046+
<td>255</td>
1047+
<td><a href="examples/KnockOff.html">KnockOff</a></td>
1048+
</tr>
10451049
</table>
10461050

10471051

v2/book/pandocHTML.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ input-files:
268268
- examples/RSCG_idempotency.html
269269
- examples/FastCloner.html
270270
- examples/ErrorOrX.html
271+
- examples/KnockOff.html
271272

272273
# or you may use input-file: with a single value
273274
# defaults:
1 Byte
Binary file not shown.
1.67 KB
Binary file not shown.

0 commit comments

Comments
 (0)