Skip to content

Commit 9602372

Browse files
committed
3.2.1
1 parent be8c307 commit 9602372

19 files changed

Lines changed: 104 additions & 104 deletions

docs/classes/_assertionlibraries_chaiexpectation_.chaiexpectation.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h3>constructor</h3>
130130
<li class="tsd-description">
131131
<aside class="tsd-sources">
132132
<ul>
133-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/assertionLibraries/ChaiExpectation.ts#L32">assertionLibraries/ChaiExpectation.ts:32</a></li>
133+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/assertionLibraries/ChaiExpectation.ts#L32">assertionLibraries/ChaiExpectation.ts:32</a></li>
134134
</ul>
135135
</aside>
136136
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -155,7 +155,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> message</h3>
155155
<div class="tsd-signature tsd-kind-icon">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
156156
<aside class="tsd-sources">
157157
<ul>
158-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/assertionLibraries/ChaiExpectation.ts#L32">assertionLibraries/ChaiExpectation.ts:32</a></li>
158+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/assertionLibraries/ChaiExpectation.ts#L32">assertionLibraries/ChaiExpectation.ts:32</a></li>
159159
</ul>
160160
</aside>
161161
</section>
@@ -165,7 +165,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> subject</h3>
165165
<div class="tsd-signature tsd-kind-icon">subject<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">__type</span></div>
166166
<aside class="tsd-sources">
167167
<ul>
168-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/assertionLibraries/ChaiExpectation.ts#L31">assertionLibraries/ChaiExpectation.ts:31</a></li>
168+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/assertionLibraries/ChaiExpectation.ts#L31">assertionLibraries/ChaiExpectation.ts:31</a></li>
169169
</ul>
170170
</aside>
171171
</section>
@@ -183,7 +183,7 @@ <h3>not<wbr>ToBe<wbr>Empty</h3>
183183
<aside class="tsd-sources">
184184
<p>Implementation of <a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html">IExpectation</a>.<a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html#nottobeempty">notToBeEmpty</a></p>
185185
<ul>
186-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/assertionLibraries/ChaiExpectation.ts#L39">assertionLibraries/ChaiExpectation.ts:39</a></li>
186+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/assertionLibraries/ChaiExpectation.ts#L39">assertionLibraries/ChaiExpectation.ts:39</a></li>
187187
</ul>
188188
</aside>
189189
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -201,7 +201,7 @@ <h3>to<wbr>BeTrue</h3>
201201
<aside class="tsd-sources">
202202
<p>Implementation of <a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html">IExpectation</a>.<a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html#tobetrue">toBeTrue</a></p>
203203
<ul>
204-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/assertionLibraries/ChaiExpectation.ts#L51">assertionLibraries/ChaiExpectation.ts:51</a></li>
204+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/assertionLibraries/ChaiExpectation.ts#L51">assertionLibraries/ChaiExpectation.ts:51</a></li>
205205
</ul>
206206
</aside>
207207
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -219,7 +219,7 @@ <h3>to<wbr>Deeply<wbr>Include</h3>
219219
<aside class="tsd-sources">
220220
<p>Implementation of <a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html">IExpectation</a>.<a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html#todeeplyinclude">toDeeplyInclude</a></p>
221221
<ul>
222-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/assertionLibraries/ChaiExpectation.ts#L61">assertionLibraries/ChaiExpectation.ts:61</a></li>
222+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/assertionLibraries/ChaiExpectation.ts#L61">assertionLibraries/ChaiExpectation.ts:61</a></li>
223223
</ul>
224224
</aside>
225225
<div class="tsd-comment tsd-typography">
@@ -252,7 +252,7 @@ <h3>to<wbr>Equal</h3>
252252
<aside class="tsd-sources">
253253
<p>Implementation of <a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html">IExpectation</a>.<a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html#toequal">toEqual</a></p>
254254
<ul>
255-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/assertionLibraries/ChaiExpectation.ts#L43">assertionLibraries/ChaiExpectation.ts:43</a></li>
255+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/assertionLibraries/ChaiExpectation.ts#L43">assertionLibraries/ChaiExpectation.ts:43</a></li>
256256
</ul>
257257
</aside>
258258
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -276,7 +276,7 @@ <h3>to<wbr>Include</h3>
276276
<aside class="tsd-sources">
277277
<p>Implementation of <a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html">IExpectation</a>.<a href="../interfaces/_assertionlibraries_iexpectation_.iexpectation.html#toinclude">toInclude</a></p>
278278
<ul>
279-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/assertionLibraries/ChaiExpectation.ts#L47">assertionLibraries/ChaiExpectation.ts:47</a></li>
279+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/assertionLibraries/ChaiExpectation.ts#L47">assertionLibraries/ChaiExpectation.ts:47</a></li>
280280
</ul>
281281
</aside>
282282
<h4 class="tsd-parameters-title">Parameters</h4>

docs/classes/_bottester_.bottester.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h3>constructor</h3>
142142
<li class="tsd-description">
143143
<aside class="tsd-sources">
144144
<ul>
145-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L110">BotTester.ts:110</a></li>
145+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L110">BotTester.ts:110</a></li>
146146
</ul>
147147
</aside>
148148
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -167,7 +167,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> bot</h3>
167167
<div class="tsd-signature tsd-kind-icon">bot<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">UniversalBot</span></div>
168168
<aside class="tsd-sources">
169169
<ul>
170-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L104">BotTester.ts:104</a></li>
170+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L104">BotTester.ts:104</a></li>
171171
</ul>
172172
</aside>
173173
</section>
@@ -177,7 +177,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> config</h3>
177177
<div class="tsd-signature tsd-kind-icon">config<span class="tsd-signature-symbol">:</span> <a href="../interfaces/_config_.iconfig.html" class="tsd-signature-type">IConfig</a></div>
178178
<aside class="tsd-sources">
179179
<ul>
180-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L110">BotTester.ts:110</a></li>
180+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L110">BotTester.ts:110</a></li>
181181
</ul>
182182
</aside>
183183
</section>
@@ -187,7 +187,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> message<wbr>Service</h3
187187
<div class="tsd-signature tsd-kind-icon">message<wbr>Service<span class="tsd-signature-symbol">:</span> <a href="_messageservice_.messageservice.html" class="tsd-signature-type">MessageService</a></div>
188188
<aside class="tsd-sources">
189189
<ul>
190-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L108">BotTester.ts:108</a></li>
190+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L108">BotTester.ts:108</a></li>
191191
</ul>
192192
</aside>
193193
</section>
@@ -197,7 +197,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> session<wbr>Loader</h3>
197197
<div class="tsd-signature tsd-kind-icon">session<wbr>Loader<span class="tsd-signature-symbol">:</span> <a href="_sessionservice_.sessionservice.html" class="tsd-signature-type">SessionService</a></div>
198198
<aside class="tsd-sources">
199199
<ul>
200-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L105">BotTester.ts:105</a></li>
200+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L105">BotTester.ts:105</a></li>
201201
</ul>
202202
</aside>
203203
</section>
@@ -207,7 +207,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> test<wbr>Steps</h3>
207207
<div class="tsd-signature tsd-kind-icon">test<wbr>Steps<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">TestStep</span><span class="tsd-signature-symbol">[]</span></div>
208208
<aside class="tsd-sources">
209209
<ul>
210-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L109">BotTester.ts:109</a></li>
210+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L109">BotTester.ts:109</a></li>
211211
</ul>
212212
</aside>
213213
</section>
@@ -225,7 +225,7 @@ <h3>add<wbr>Message<wbr>Filter</h3>
225225
<aside class="tsd-sources">
226226
<p>Implementation of <a href="../interfaces/_bottester_.ioptionsmodifier.html">IOptionsModifier</a>.<a href="../interfaces/_bottester_.ioptionsmodifier.html#addmessagefilter">addMessageFilter</a></p>
227227
<ul>
228-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L121">BotTester.ts:121</a></li>
228+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L121">BotTester.ts:121</a></li>
229229
</ul>
230230
</aside>
231231
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -249,7 +249,7 @@ <h3>check<wbr>Session</h3>
249249
<aside class="tsd-sources">
250250
<p>Implementation of <a href="../interfaces/_bottester_.ibottester.html">IBotTester</a>.<a href="../interfaces/_bottester_.ibottester.html#checksession">checkSession</a></p>
251251
<ul>
252-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L162">BotTester.ts:162</a></li>
252+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L162">BotTester.ts:162</a></li>
253253
</ul>
254254
</aside>
255255
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -275,7 +275,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> convert<wbr>ToIMessage<
275275
<li class="tsd-description">
276276
<aside class="tsd-sources">
277277
<ul>
278-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L218">BotTester.ts:218</a></li>
278+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L218">BotTester.ts:218</a></li>
279279
</ul>
280280
</aside>
281281
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -299,7 +299,7 @@ <h3>ignore<wbr>End<wbr>OfConversation<wbr>Event</h3>
299299
<aside class="tsd-sources">
300300
<p>Implementation of <a href="../interfaces/_bottester_.ioptionsmodifier.html">IOptionsModifier</a>.<a href="../interfaces/_bottester_.ioptionsmodifier.html#ignoreendofconversationevent">ignoreEndOfConversationEvent</a></p>
301301
<ul>
302-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L133">BotTester.ts:133</a></li>
302+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L133">BotTester.ts:133</a></li>
303303
</ul>
304304
</aside>
305305
<h4 class="tsd-returns-title">Returns <a href="_bottester_.bottester.html" class="tsd-signature-type">BotTester</a></h4>
@@ -317,7 +317,7 @@ <h3>ignore<wbr>Typing<wbr>Event</h3>
317317
<aside class="tsd-sources">
318318
<p>Implementation of <a href="../interfaces/_bottester_.ioptionsmodifier.html">IOptionsModifier</a>.<a href="../interfaces/_bottester_.ioptionsmodifier.html#ignoretypingevent">ignoreTypingEvent</a></p>
319319
<ul>
320-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L139">BotTester.ts:139</a></li>
320+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L139">BotTester.ts:139</a></li>
321321
</ul>
322322
</aside>
323323
<h4 class="tsd-returns-title">Returns <a href="_bottester_.bottester.html" class="tsd-signature-type">BotTester</a></h4>
@@ -335,7 +335,7 @@ <h3>run<wbr>Test</h3>
335335
<aside class="tsd-sources">
336336
<p>Implementation of <a href="../interfaces/_bottester_.ibottester.html">IBotTester</a>.<a href="../interfaces/_bottester_.ibottester.html#runtest">runTest</a></p>
337337
<ul>
338-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L148">BotTester.ts:148</a></li>
338+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L148">BotTester.ts:148</a></li>
339339
</ul>
340340
</aside>
341341
<div class="tsd-comment tsd-typography">
@@ -358,7 +358,7 @@ <h3>send<wbr>Message<wbr>ToBot</h3>
358358
<aside class="tsd-sources">
359359
<p>Implementation of <a href="../interfaces/_bottester_.ibottester.html">IBotTester</a>.<a href="../interfaces/_bottester_.ibottester.html#sendmessagetobot">sendMessageToBot</a></p>
360360
<ul>
361-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L174">BotTester.ts:174</a></li>
361+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L174">BotTester.ts:174</a></li>
362362
</ul>
363363
</aside>
364364
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -385,7 +385,7 @@ <h3>send<wbr>Message<wbr>ToBot<wbr>And<wbr>Expect<wbr>Save<wbr>With<wbr>NoRespon
385385
<aside class="tsd-sources">
386386
<p>Implementation of <a href="../interfaces/_bottester_.ibottester.html">IBotTester</a>.<a href="../interfaces/_bottester_.ibottester.html#sendmessagetobotandexpectsavewithnoresponse">sendMessageToBotAndExpectSaveWithNoResponse</a></p>
387387
<ul>
388-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L200">BotTester.ts:200</a></li>
388+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L200">BotTester.ts:200</a></li>
389389
</ul>
390390
</aside>
391391
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -409,7 +409,7 @@ <h3>send<wbr>Message<wbr>ToBot<wbr>Ignoring<wbr>Response<wbr>Order</h3>
409409
<aside class="tsd-sources">
410410
<p>Implementation of <a href="../interfaces/_bottester_.ibottester.html">IBotTester</a>.<a href="../interfaces/_bottester_.ibottester.html#sendmessagetobotignoringresponseorder">sendMessageToBotIgnoringResponseOrder</a></p>
411411
<ul>
412-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L187">BotTester.ts:187</a></li>
412+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L187">BotTester.ts:187</a></li>
413413
</ul>
414414
</aside>
415415
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -435,7 +435,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> send<wbr>Message<wbr>To
435435
<li class="tsd-description">
436436
<aside class="tsd-sources">
437437
<ul>
438-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L234">BotTester.ts:234</a></li>
438+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L234">BotTester.ts:234</a></li>
439439
</ul>
440440
</aside>
441441
<div class="tsd-comment tsd-typography">
@@ -476,7 +476,7 @@ <h3>set<wbr>Timeout</h3>
476476
<aside class="tsd-sources">
477477
<p>Implementation of <a href="../interfaces/_bottester_.ioptionsmodifier.html">IOptionsModifier</a>.<a href="../interfaces/_bottester_.ioptionsmodifier.html#settimeout">setTimeout</a></p>
478478
<ul>
479-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L127">BotTester.ts:127</a></li>
479+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L127">BotTester.ts:127</a></li>
480480
</ul>
481481
</aside>
482482
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -500,7 +500,7 @@ <h3>then</h3>
500500
<aside class="tsd-sources">
501501
<p>Implementation of <a href="../interfaces/_bottester_.ibottester.html">IBotTester</a>.<a href="../interfaces/_bottester_.ibottester.html#then">then</a></p>
502502
<ul>
503-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L206">BotTester.ts:206</a></li>
503+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L206">BotTester.ts:206</a></li>
504504
</ul>
505505
</aside>
506506
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -524,7 +524,7 @@ <h3>wait</h3>
524524
<aside class="tsd-sources">
525525
<p>Implementation of <a href="../interfaces/_bottester_.ibottester.html">IBotTester</a>.<a href="../interfaces/_bottester_.ibottester.html#wait">wait</a></p>
526526
<ul>
527-
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/634d8ec/src/BotTester.ts#L212">BotTester.ts:212</a></li>
527+
<li>Defined in <a href="https://github.com/microsoftly/BotTester/blob/be8c307/src/BotTester.ts#L212">BotTester.ts:212</a></li>
528528
</ul>
529529
</aside>
530530
<h4 class="tsd-parameters-title">Parameters</h4>

0 commit comments

Comments
 (0)