Skip to content

Commit b95a8ec

Browse files
committed
Generated beta-6 site
1 parent a01b0ed commit b95a8ec

File tree

131 files changed

+58294
-0
lines changed

Some content is hidden

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

131 files changed

+58294
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,3 +330,4 @@ ASALocalRun/
330330
# MFractors (Xamarin productivity tool) working folder
331331
.mfractor/
332332
*.playlist
333+
bunit.docs/log.txt

bunit.docs/log.txt

Lines changed: 436 additions & 0 deletions
Large diffs are not rendered by default.

docs/.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

docs/android-chrome-192x192.png

13.8 KB
Loading

docs/android-chrome-512x512.png

35.4 KB
Loading

docs/api/Bunit.ClipboardEventDispatchExtensions.html

Lines changed: 816 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 259 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,259 @@
1+
<!DOCTYPE html>
2+
<!--[if IE]><![endif]-->
3+
<html>
4+
5+
<head>
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<title>Class CollectionAssertExtensions
9+
| bUnit </title>
10+
<meta name="viewport" content="width=device-width">
11+
<meta name="title" content="Class CollectionAssertExtensions
12+
| bUnit ">
13+
<meta name="generator" content="docfx 2.49.0.0">
14+
<meta name="description" content="bUnit is a unit testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJsRuntime, and perform snapshot testing.">
15+
<!--<link rel="shortcut icon" href="../favicon.ico">-->
16+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
17+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
18+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
19+
<link rel="manifest" href="/site.webmanifest">
20+
<link rel="stylesheet" href="../styles/docfx.vendor.css">
21+
<link rel="stylesheet" href="../styles/docfx.css">
22+
<link rel="stylesheet" href="../styles/main.css">
23+
<meta property="docfx:navrel" content="../toc.html">
24+
<meta property="docfx:tocrel" content="toc.html">
25+
26+
<meta property="docfx:rel" content="../">
27+
28+
</head>
29+
<body data-spy="scroll" data-target="#affix" data-offset="120">
30+
<div id="wrapper">
31+
<header>
32+
33+
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
34+
<div class="container">
35+
<div class="navbar-header">
36+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
37+
<span class="sr-only">Toggle navigation</span>
38+
<span class="icon-bar"></span>
39+
<span class="icon-bar"></span>
40+
<span class="icon-bar"></span>
41+
</button>
42+
43+
<a class="navbar-brand" href="../index.html">
44+
<img height="90%" id="logo" class="img" src="..//images/blazor-logo.png" alt="bUnit">
45+
</a>
46+
</div>
47+
<div class="collapse navbar-collapse" id="navbar">
48+
<form class="navbar-form navbar-right" role="search" id="search">
49+
<div class="form-group">
50+
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
51+
</div>
52+
</form>
53+
</div>
54+
</div>
55+
</nav>
56+
57+
<div class="subnav navbar navbar-default">
58+
<div class="container hide-when-search" id="breadcrumb">
59+
<ul class="breadcrumb">
60+
<li></li>
61+
</ul>
62+
</div>
63+
</div>
64+
</header>
65+
<div class="container body-content">
66+
67+
<div id="search-results">
68+
<div class="search-list"></div>
69+
<div class="sr-items">
70+
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
71+
</div>
72+
<ul id="pagination"></ul>
73+
</div>
74+
</div>
75+
<div role="main" class="container body-content hide-when-search">
76+
77+
<div class="sidenav hide-when-search">
78+
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
79+
<div class="sidetoggle collapse" id="sidetoggle">
80+
<div id="sidetoc"></div>
81+
</div>
82+
</div>
83+
<div class="article row grid-right">
84+
<div class="col-md-10">
85+
<article class="content wrap" id="_content" data-uid="Bunit.CollectionAssertExtensions">
86+
87+
88+
<h1 id="Bunit_CollectionAssertExtensions" data-uid="Bunit.CollectionAssertExtensions" class="text-break">Class CollectionAssertExtensions
89+
</h1>
90+
<div class="markdown level0 summary"><p>Collection test assertions</p>
91+
</div>
92+
<div class="markdown level0 conceptual"></div>
93+
<div class="inheritance">
94+
<h5>Inheritance</h5>
95+
<div class="level0"><span class="xref">System.Object</span></div>
96+
<div class="level1"><span class="xref">CollectionAssertExtensions</span></div>
97+
</div>
98+
<h6><strong>Namespace</strong>: <a class="xref" href="Bunit.html">Bunit</a></h6>
99+
<h6><strong>Assembly</strong>: Bunit.dll</h6>
100+
<h5 id="Bunit_CollectionAssertExtensions_syntax">Syntax</h5>
101+
<div class="codewrapper">
102+
<pre><code class="lang-csharp hljs">public static class CollectionAssertExtensions : object</code></pre>
103+
</div>
104+
<h3 id="methods">Methods
105+
</h3>
106+
<span class="small pull-right mobile-hide">
107+
<span class="divider">|</span>
108+
<a href="https://github.com/egil/bunit/new/dev/apiSpec/new?filename=Bunit_CollectionAssertExtensions_ShouldAllBe__1_IEnumerable___0__Action___0_System_Int32____.md&amp;value=---%0Auid%3A%20Bunit.CollectionAssertExtensions.ShouldAllBe%60%601(IEnumerable%7B%60%600%7D%2CAction%7B%60%600%2CSystem.Int32%7D%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
109+
</span>
110+
<span class="small pull-right mobile-hide">
111+
<a href="https://github.com/egil/bunit/blob/dev/src/Asserting/CollectionAssertExtensions.cs/#L33">View Source</a>
112+
</span>
113+
<a id="Bunit_CollectionAssertExtensions_ShouldAllBe_" data-uid="Bunit.CollectionAssertExtensions.ShouldAllBe*"></a>
114+
<h4 id="Bunit_CollectionAssertExtensions_ShouldAllBe__1_IEnumerable___0__Action___0_System_Int32____" data-uid="Bunit.CollectionAssertExtensions.ShouldAllBe``1(IEnumerable{``0},Action{``0,System.Int32}[])">ShouldAllBe&lt;T&gt;(IEnumerable&lt;T&gt;, Action&lt;T, Int32&gt;[])</h4>
115+
<div class="markdown level1 summary"><p>Verifies that a collection contains exactly a given number of elements, which
116+
meet the criteria provided by the element inspectors.</p>
117+
</div>
118+
<div class="markdown level1 conceptual"></div>
119+
<h5 class="decalaration">Declaration</h5>
120+
<div class="codewrapper">
121+
<pre><code class="lang-csharp hljs">public static void ShouldAllBe&lt;T&gt;(this IEnumerable&lt;T&gt; collection, params Action&lt;T, int&gt;[] elementInspectors)</code></pre>
122+
</div>
123+
<h5 class="parameters">Parameters</h5>
124+
<table class="table table-bordered table-striped table-condensed">
125+
<thead>
126+
<tr>
127+
<th>Type</th>
128+
<th>Name</th>
129+
<th>Description</th>
130+
</tr>
131+
</thead>
132+
<tbody>
133+
<tr>
134+
<td><span class="xref">IEnumerable</span>&lt;T&gt;</td>
135+
<td><span class="parametername">collection</span></td>
136+
<td><p>The collection to be inspected</p>
137+
</td>
138+
</tr>
139+
<tr>
140+
<td><span class="xref">Action</span>&lt;T, <span class="xref">System.Int32</span>&gt;[]</td>
141+
<td><span class="parametername">elementInspectors</span></td>
142+
<td><p>The element inspectors, which inspect each element and its index in the collection in turn. The total number of element inspectors must exactly match the number of elements in the collection.</p>
143+
</td>
144+
</tr>
145+
</tbody>
146+
</table>
147+
<h5 class="typeParameters">Type Parameters</h5>
148+
<table class="table table-bordered table-striped table-condensed">
149+
<thead>
150+
<tr>
151+
<th>Name</th>
152+
<th>Description</th>
153+
</tr>
154+
</thead>
155+
<tbody>
156+
<tr>
157+
<td><span class="parametername">T</span></td>
158+
<td></td>
159+
</tr>
160+
</tbody>
161+
</table>
162+
<span class="small pull-right mobile-hide">
163+
<span class="divider">|</span>
164+
<a href="https://github.com/egil/bunit/new/dev/apiSpec/new?filename=Bunit_CollectionAssertExtensions_ShouldAllBe__1_IEnumerable___0__Action___0____.md&amp;value=---%0Auid%3A%20Bunit.CollectionAssertExtensions.ShouldAllBe%60%601(IEnumerable%7B%60%600%7D%2CAction%7B%60%600%7D%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
165+
</span>
166+
<span class="small pull-right mobile-hide">
167+
<a href="https://github.com/egil/bunit/blob/dev/src/Asserting/CollectionAssertExtensions.cs/#L21">View Source</a>
168+
</span>
169+
<a id="Bunit_CollectionAssertExtensions_ShouldAllBe_" data-uid="Bunit.CollectionAssertExtensions.ShouldAllBe*"></a>
170+
<h4 id="Bunit_CollectionAssertExtensions_ShouldAllBe__1_IEnumerable___0__Action___0____" data-uid="Bunit.CollectionAssertExtensions.ShouldAllBe``1(IEnumerable{``0},Action{``0}[])">ShouldAllBe&lt;T&gt;(IEnumerable&lt;T&gt;, Action&lt;T&gt;[])</h4>
171+
<div class="markdown level1 summary"><p>Verifies that a collection contains exactly a given number of elements, which
172+
meet the criteria provided by the element inspectors.</p>
173+
</div>
174+
<div class="markdown level1 conceptual"></div>
175+
<h5 class="decalaration">Declaration</h5>
176+
<div class="codewrapper">
177+
<pre><code class="lang-csharp hljs">public static void ShouldAllBe&lt;T&gt;(this IEnumerable&lt;T&gt; collection, params Action&lt;T&gt;[] elementInspectors)</code></pre>
178+
</div>
179+
<h5 class="parameters">Parameters</h5>
180+
<table class="table table-bordered table-striped table-condensed">
181+
<thead>
182+
<tr>
183+
<th>Type</th>
184+
<th>Name</th>
185+
<th>Description</th>
186+
</tr>
187+
</thead>
188+
<tbody>
189+
<tr>
190+
<td><span class="xref">IEnumerable</span>&lt;T&gt;</td>
191+
<td><span class="parametername">collection</span></td>
192+
<td><p>The collection to be inspected</p>
193+
</td>
194+
</tr>
195+
<tr>
196+
<td><span class="xref">Action</span>&lt;T&gt;[]</td>
197+
<td><span class="parametername">elementInspectors</span></td>
198+
<td><p>The element inspectors, which inspect each element in turn. The total number of element inspectors must exactly match the number of elements in the collection.</p>
199+
</td>
200+
</tr>
201+
</tbody>
202+
</table>
203+
<h5 class="typeParameters">Type Parameters</h5>
204+
<table class="table table-bordered table-striped table-condensed">
205+
<thead>
206+
<tr>
207+
<th>Name</th>
208+
<th>Description</th>
209+
</tr>
210+
</thead>
211+
<tbody>
212+
<tr>
213+
<td><span class="parametername">T</span></td>
214+
<td></td>
215+
</tr>
216+
</tbody>
217+
</table>
218+
</article>
219+
</div>
220+
221+
<div class="hidden-sm col-md-2" role="complementary">
222+
<div class="sideaffix">
223+
<div class="contribution">
224+
<ul class="nav">
225+
<li>
226+
<a href="https://github.com/egil/bunit/new/dev/apiSpec/new?filename=Bunit_CollectionAssertExtensions.md&amp;value=---%0Auid%3A%20Bunit.CollectionAssertExtensions%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
227+
</li>
228+
<li>
229+
<a href="https://github.com/egil/bunit/blob/dev/src/Asserting/CollectionAssertExtensions.cs/#L12" class="contribution-link">View Source</a>
230+
</li>
231+
</ul>
232+
</div>
233+
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
234+
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
235+
</nav>
236+
</div>
237+
</div>
238+
</div>
239+
</div>
240+
241+
<footer>
242+
<div class="grad-bottom"></div>
243+
<div class="footer">
244+
<div class="container">
245+
<span class="pull-right">
246+
<a href="#top">Back to top</a>
247+
</span>
248+
249+
<span>Generated by <strong>DocFX</strong></span>
250+
</div>
251+
</div>
252+
</footer>
253+
</div>
254+
255+
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
256+
<script type="text/javascript" src="../styles/docfx.js"></script>
257+
<script type="text/javascript" src="../styles/main.js"></script>
258+
</body>
259+
</html>

0 commit comments

Comments
 (0)