Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
microsoftly committed Sep 22, 2017
1 parent cb5bf6b commit 14f7411
Show file tree
Hide file tree
Showing 23 changed files with 1,244 additions and 167 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/7312ba3/src/assertionLibraries/ChaiExpectation.ts#L32">assertionLibraries/ChaiExpectation.ts:32</a></li>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/cb5bf6b/src/assertionLibraries/ChaiExpectation.ts#L32">assertionLibraries/ChaiExpectation.ts:32</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -155,7 +155,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> message</h3>
<div class="tsd-signature tsd-kind-icon">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/7312ba3/src/assertionLibraries/ChaiExpectation.ts#L32">assertionLibraries/ChaiExpectation.ts:32</a></li>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/cb5bf6b/src/assertionLibraries/ChaiExpectation.ts#L32">assertionLibraries/ChaiExpectation.ts:32</a></li>
</ul>
</aside>
</section>
Expand All @@ -165,7 +165,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> subject</h3>
<div class="tsd-signature tsd-kind-icon">subject<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">__type</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/7312ba3/src/assertionLibraries/ChaiExpectation.ts#L31">assertionLibraries/ChaiExpectation.ts:31</a></li>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/cb5bf6b/src/assertionLibraries/ChaiExpectation.ts#L31">assertionLibraries/ChaiExpectation.ts:31</a></li>
</ul>
</aside>
</section>
Expand All @@ -183,7 +183,7 @@ <h3>not<wbr>ToBe<wbr>Empty</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html">IExpectation</a>.<a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html#nottobeempty">notToBeEmpty</a></p>
<ul>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/7312ba3/src/assertionLibraries/ChaiExpectation.ts#L39">assertionLibraries/ChaiExpectation.ts:39</a></li>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/cb5bf6b/src/assertionLibraries/ChaiExpectation.ts#L39">assertionLibraries/ChaiExpectation.ts:39</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
Expand All @@ -201,7 +201,7 @@ <h3>to<wbr>BeTrue</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html">IExpectation</a>.<a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html#tobetrue">toBeTrue</a></p>
<ul>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/7312ba3/src/assertionLibraries/ChaiExpectation.ts#L51">assertionLibraries/ChaiExpectation.ts:51</a></li>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/cb5bf6b/src/assertionLibraries/ChaiExpectation.ts#L51">assertionLibraries/ChaiExpectation.ts:51</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
Expand All @@ -219,7 +219,7 @@ <h3>to<wbr>Deeply<wbr>Include</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html">IExpectation</a>.<a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html#todeeplyinclude">toDeeplyInclude</a></p>
<ul>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/7312ba3/src/assertionLibraries/ChaiExpectation.ts#L61">assertionLibraries/ChaiExpectation.ts:61</a></li>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/cb5bf6b/src/assertionLibraries/ChaiExpectation.ts#L61">assertionLibraries/ChaiExpectation.ts:61</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -252,7 +252,7 @@ <h3>to<wbr>Equal</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html">IExpectation</a>.<a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html#toequal">toEqual</a></p>
<ul>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/7312ba3/src/assertionLibraries/ChaiExpectation.ts#L43">assertionLibraries/ChaiExpectation.ts:43</a></li>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/cb5bf6b/src/assertionLibraries/ChaiExpectation.ts#L43">assertionLibraries/ChaiExpectation.ts:43</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -276,7 +276,7 @@ <h3>to<wbr>Include</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html">IExpectation</a>.<a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html#toinclude">toInclude</a></p>
<ul>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/7312ba3/src/assertionLibraries/ChaiExpectation.ts#L47">assertionLibraries/ChaiExpectation.ts:47</a></li>
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/cb5bf6b/src/assertionLibraries/ChaiExpectation.ts#L47">assertionLibraries/ChaiExpectation.ts:47</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -301,11 +301,14 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
<span>Internals</span>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_bottester_.html">"<wbr>Bot<wbr>Tester"</a>
<a href="../modules/_index_.html">"index"</a>
</li>
<li class="label tsd-is-external">
<span>Externals</span>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/_bottester_.html">"<wbr>Bot<wbr>Tester"</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/_expectedmessage_.html">"<wbr>Expected<wbr>Message"</a>
</li>
Expand All @@ -318,6 +321,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/_sessionservice_.html">"<wbr>Session<wbr>Service"</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/_testconnector_.html">"<wbr>Test<wbr>Connector"</a>
</li>
<li class="current tsd-kind-external-module tsd-is-external">
<a href="../modules/_assertionlibraries_chaiexpectation_.html">"assertion<wbr>Libraries/<wbr>Chai<wbr>Expectation"</a>
</li>
Expand Down
Loading

0 comments on commit 14f7411

Please sign in to comment.