Rebuild
This commit is contained in:
4
public/testing
generated
4
public/testing
generated
@@ -47,7 +47,7 @@ typically lives in the same package as the code it tests.</p>
|
||||
|
||||
</td>
|
||||
<td class="code leading">
|
||||
<a href="http://play.golang.org/p/GFuPdlBlyMU"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
|
||||
<a href="http://play.golang.org/p/vY8PN0c6BSx"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
|
||||
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
|
||||
</pre></div>
|
||||
|
||||
@@ -110,7 +110,7 @@ beginning with <code>Test</code>.</p>
|
||||
<tr>
|
||||
<td class="docs">
|
||||
<p><code>t.Error*</code> will report test failures but continue
|
||||
executing the test. <code>t.Fail*</code> will report test
|
||||
executing the test. <code>t.Fatal*</code> will report test
|
||||
failures and stop the test immediately.</p>
|
||||
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user