Mercurial > silverbladetech
comparison Stocks/packages/FluentAssertions.1.7.0/Lib/net35/FluentAssertions.xml @ 0:e5d46bb6cdb0
Initial commit
author | adminSH stevenhollidge@hotmail.com |
---|---|
date | Mon, 20 Feb 2012 13:52:35 +0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e5d46bb6cdb0 |
---|---|
1 <?xml version="1.0"?> | |
2 <doc> | |
3 <assembly> | |
4 <name>FluentAssertions</name> | |
5 </assembly> | |
6 <members> | |
7 <member name="T:FluentAssertions.Assertions.ActionAssertions"> | |
8 <summary> | |
9 Contains a number of methods to assert that an <see cref="T:System.Action"/> yields the expected result. | |
10 </summary> | |
11 </member> | |
12 <member name="M:FluentAssertions.Assertions.ActionAssertions.ShouldThrow``1(System.String,System.Object[])"> | |
13 <summary> | |
14 Asserts that the current <see cref="T:System.Action"/> throws an exception of type <typeparamref name="TException"/>. | |
15 </summary> | |
16 <param name="reason"> | |
17 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
18 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
19 </param> | |
20 <param name="reasonArgs"> | |
21 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
22 </param> | |
23 </member> | |
24 <member name="M:FluentAssertions.Assertions.ActionAssertions.ShouldNotThrow``1(System.String,System.Object[])"> | |
25 <summary> | |
26 Asserts that the current <see cref="T:System.Action"/> does not throw an exception of type <typeparamref name="TException"/>. | |
27 </summary> | |
28 <param name="reason"> | |
29 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
30 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
31 </param> | |
32 <param name="reasonArgs"> | |
33 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
34 </param> | |
35 </member> | |
36 <member name="M:FluentAssertions.Assertions.ActionAssertions.ShouldNotThrow(System.String,System.Object[])"> | |
37 <summary> | |
38 Asserts that the current <see cref="T:System.Action"/> does not throw any exception. | |
39 </summary> | |
40 <param name="reason"> | |
41 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
42 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
43 </param> | |
44 <param name="reasonArgs"> | |
45 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
46 </param> | |
47 </member> | |
48 <member name="P:FluentAssertions.Assertions.ActionAssertions.Subject"> | |
49 <summary> | |
50 Gets the <see cref="T:System.Action"/> that is being asserted. | |
51 </summary> | |
52 </member> | |
53 <member name="M:FluentAssertions.AndConstraint`1.#ctor(`0)"> | |
54 <summary> | |
55 Initializes a new instance of the <see cref="T:System.Object"/> class. | |
56 </summary> | |
57 </member> | |
58 <member name="T:FluentAssertions.Assertions.ComparableTypeAssertions`1"> | |
59 <summary> | |
60 Contains a number of methods to assert that an <see cref="T:System.IComparable`1"/> is in the expected state. | |
61 </summary> | |
62 </member> | |
63 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.Be(`0)"> | |
64 <summary> | |
65 Asserts that the subject is considered equal to another object according to the implementation of <see cref="T:System.IComparable`1"/>. | |
66 </summary> | |
67 <param name="expected"> | |
68 The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method. | |
69 </param> | |
70 </member> | |
71 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.Be(`0,System.String,System.Object[])"> | |
72 <summary> | |
73 Asserts that the subject is considered equal to another object according to the implementation of <see cref="T:System.IComparable`1"/>. | |
74 </summary> | |
75 <param name="expected"> | |
76 The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method. | |
77 </param> | |
78 <param name="reason"> | |
79 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
80 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
81 </param> | |
82 <param name="reasonArgs"> | |
83 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
84 </param> | |
85 </member> | |
86 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.NotBe(`0)"> | |
87 <summary> | |
88 Asserts that the subject is not equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>. | |
89 </summary> | |
90 <param name="expected"> | |
91 The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method. | |
92 </param> | |
93 </member> | |
94 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.NotBe(`0,System.String,System.Object[])"> | |
95 <summary> | |
96 Asserts that the subject is not equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>. | |
97 </summary> | |
98 <param name="expected"> | |
99 The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method. | |
100 </param> | |
101 <param name="reason"> | |
102 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
103 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
104 </param> | |
105 <param name="reasonArgs"> | |
106 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
107 </param> | |
108 </member> | |
109 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeLessThan(`0)"> | |
110 <summary> | |
111 Asserts that the subject is less than another object according to its implementation of <see cref="T:System.IComparable`1"/>. | |
112 </summary> | |
113 <param name="expected"> | |
114 The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method. | |
115 </param> | |
116 </member> | |
117 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeLessThan(`0,System.String,System.Object[])"> | |
118 <summary> | |
119 Asserts that the subject is less than another object according to its implementation of <see cref="T:System.IComparable`1"/>. | |
120 </summary> | |
121 <param name="expected"> | |
122 The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method. | |
123 </param> | |
124 <param name="reason"> | |
125 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
126 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
127 </param> | |
128 <param name="reasonArgs"> | |
129 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
130 </param> | |
131 </member> | |
132 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeLessOrEqualTo(`0)"> | |
133 <summary> | |
134 Asserts that the subject is less than or equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>. | |
135 </summary> | |
136 <param name="expected"> | |
137 The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method. | |
138 </param> | |
139 </member> | |
140 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeLessOrEqualTo(`0,System.String,System.Object[])"> | |
141 <summary> | |
142 Asserts that the subject is less than or equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>. | |
143 </summary> | |
144 <param name="expected"> | |
145 The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method. | |
146 </param> | |
147 <param name="reason"> | |
148 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
149 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
150 </param> | |
151 <param name="reasonArgs"> | |
152 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
153 </param> | |
154 </member> | |
155 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeGreaterThan(`0)"> | |
156 <summary> | |
157 Asserts that the subject is greater than another object according to its implementation of <see cref="T:System.IComparable`1"/>. | |
158 </summary> | |
159 <param name="expected"> | |
160 The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method. | |
161 </param> | |
162 </member> | |
163 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeGreaterThan(`0,System.String,System.Object[])"> | |
164 <summary> | |
165 Asserts that the subject is greater than another object according to its implementation of <see cref="T:System.IComparable`1"/>. | |
166 </summary> | |
167 <param name="expected"> | |
168 The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method. | |
169 </param> | |
170 <param name="reason"> | |
171 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
172 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
173 </param> | |
174 <param name="reasonArgs"> | |
175 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
176 </param> | |
177 </member> | |
178 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeGreaterOrEqualTo(`0)"> | |
179 <summary> | |
180 Asserts that the subject is greater than or equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>. | |
181 </summary> | |
182 <param name="expected"> | |
183 The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method. | |
184 </param> | |
185 </member> | |
186 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeGreaterOrEqualTo(`0,System.String,System.Object[])"> | |
187 <summary> | |
188 Asserts that the subject is greater than or equal to another object according to its implementation of <see cref="T:System.IComparable`1"/>. | |
189 </summary> | |
190 <param name="expected"> | |
191 The object to pass to the subject's <see cref="M:System.IComparable`1.CompareTo(`0)"/> method. | |
192 </param> | |
193 <param name="reason"> | |
194 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
195 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
196 </param> | |
197 <param name="reasonArgs"> | |
198 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
199 </param> | |
200 </member> | |
201 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeInRange(`0,`0)"> | |
202 <summary> | |
203 Asserts that a value is within a range. | |
204 </summary> | |
205 <remarks> | |
206 Where the range is continuous or incremental depends on the actual type of the value. | |
207 </remarks> | |
208 <param name="minimumValue"> | |
209 The minimum valid value of the range. | |
210 </param> | |
211 <param name="maximumValue"> | |
212 The maximum valid value of the range. | |
213 </param> | |
214 </member> | |
215 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeInRange(`0,`0,System.String,System.Object[])"> | |
216 <summary> | |
217 Asserts that a value is within a range. | |
218 </summary> | |
219 <remarks> | |
220 Where the range is continuous or incremental depends on the actual type of the value. | |
221 </remarks> | |
222 <param name="minimumValue"> | |
223 The minimum valid value of the range. | |
224 </param> | |
225 <param name="maximumValue"> | |
226 The maximum valid value of the range. | |
227 </param> | |
228 <param name="reason"> | |
229 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
230 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
231 </param> | |
232 <param name="reasonArgs"> | |
233 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
234 </param> | |
235 </member> | |
236 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.NotBeNull"> | |
237 <summary> | |
238 Asserts that a nullable numeric value is not <c>null</c>. | |
239 </summary> | |
240 </member> | |
241 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.NotBeNull(System.String,System.Object[])"> | |
242 <summary> | |
243 Asserts that a nullable numeric value is not <c>null</c>. | |
244 </summary> | |
245 <param name="reason"> | |
246 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
247 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
248 </param> | |
249 <param name="reasonArgs"> | |
250 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
251 </param> | |
252 </member> | |
253 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeNull"> | |
254 <summary> | |
255 Asserts that a nullable numeric value is <c>null</c>. | |
256 </summary> | |
257 </member> | |
258 <member name="M:FluentAssertions.Assertions.ComparableTypeAssertions`1.BeNull(System.String,System.Object[])"> | |
259 <summary> | |
260 Asserts that a nullable numeric value is <c>null</c>. | |
261 </summary> | |
262 <param name="reason"> | |
263 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
264 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
265 </param> | |
266 <param name="reasonArgs"> | |
267 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
268 </param> | |
269 </member> | |
270 <member name="P:FluentAssertions.Assertions.ComparableTypeAssertions`1.Subject"> | |
271 <summary> | |
272 Gets the object which value is being asserted. | |
273 </summary> | |
274 </member> | |
275 <member name="T:FluentAssertions.Assertions.ComparisonMode"> | |
276 <summary> | |
277 Defines the way <see cref="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String)"/> compares the expected exception | |
278 message with the actual one. | |
279 </summary> | |
280 </member> | |
281 <member name="F:FluentAssertions.Assertions.ComparisonMode.Exact"> | |
282 <summary> | |
283 The message must match exactly, including the casing of the characters. | |
284 </summary> | |
285 </member> | |
286 <member name="F:FluentAssertions.Assertions.ComparisonMode.Equivalent"> | |
287 <summary> | |
288 The message must match except for the casing of the characters. | |
289 </summary> | |
290 </member> | |
291 <member name="F:FluentAssertions.Assertions.ComparisonMode.StartWith"> | |
292 <summary> | |
293 The message must start with the exact text, including the casing of the characters.. | |
294 </summary> | |
295 </member> | |
296 <member name="F:FluentAssertions.Assertions.ComparisonMode.StartWithEquivalent"> | |
297 <summary> | |
298 The message must start with the text except for the casing of the characters. | |
299 </summary> | |
300 </member> | |
301 <member name="F:FluentAssertions.Assertions.ComparisonMode.Substring"> | |
302 <summary> | |
303 The message must contain the exact text. | |
304 </summary> | |
305 </member> | |
306 <member name="F:FluentAssertions.Assertions.ComparisonMode.EquivalentSubstring"> | |
307 <summary> | |
308 The message must contain the text except for the casing of the characters. | |
309 </summary> | |
310 </member> | |
311 <member name="F:FluentAssertions.Assertions.ComparisonMode.Wildcard"> | |
312 <summary> | |
313 The message must match a wildcard pattern consisting of ordinary characters as well as * and ?. | |
314 </summary> | |
315 </member> | |
316 <member name="T:FluentAssertions.Assertions.GenericDictionaryAssertions`2"> | |
317 <summary> | |
318 Contains a number of methods to assert that an <see cref="T:System.Collections.Generic.IDictionary`2"/> is in the expected state. | |
319 </summary> | |
320 </member> | |
321 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.BeNull"> | |
322 <summary> | |
323 Asserts that the current dictionary has not been initialized yet with an actual dictionary. | |
324 </summary> | |
325 </member> | |
326 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.BeNull(System.String,System.Object[])"> | |
327 <summary> | |
328 Asserts that the current dictionary has not been initialized yet with an actual dictionary. | |
329 </summary> | |
330 <param name="reason"> | |
331 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
332 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
333 </param> | |
334 <param name="reasonArgs"> | |
335 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
336 </param> | |
337 </member> | |
338 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotBeNull"> | |
339 <summary> | |
340 Asserts that the current dictionary has been initialized with an actual dictionary. | |
341 </summary> | |
342 </member> | |
343 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotBeNull(System.String,System.Object[])"> | |
344 <summary> | |
345 Asserts that the current dictionary has been initialized with an actual dictionary. | |
346 </summary> | |
347 <param name="reason"> | |
348 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
349 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
350 </param> | |
351 <param name="reasonArgs"> | |
352 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
353 </param> | |
354 </member> | |
355 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.HaveCount(System.Int32)"> | |
356 <summary> | |
357 Asserts that the number of items in the dictionary matches the supplied <paramref name="expected" /> amount. | |
358 </summary> | |
359 <param name="expected">The expected number of items.</param> | |
360 </member> | |
361 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.HaveCount(System.Int32,System.String,System.Object[])"> | |
362 <summary> | |
363 Asserts that the number of items in the dictionary matches the supplied <paramref name="expected"/> amount. | |
364 </summary> | |
365 <param name="expected">The expected number of items.</param> | |
366 <param name="reason"> | |
367 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
368 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
369 </param> | |
370 <param name="reasonArgs"> | |
371 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
372 </param> | |
373 </member> | |
374 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.HaveCount(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}})"> | |
375 <summary> | |
376 Asserts that the number of items in the dictionary matches a condition stated by a predicate. | |
377 </summary> | |
378 <param name="countPredicate">The predicate which must be statisfied by the amount of items.</param> | |
379 </member> | |
380 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.HaveCount(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}},System.String,System.Object[])"> | |
381 <summary> | |
382 Asserts that the number of items in the dictionary matches a condition stated by a predicate. | |
383 </summary> | |
384 <param name="countPredicate">The predicate which must be statisfied by the amount of items.</param> | |
385 <param name="reason"> | |
386 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
387 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
388 </param> | |
389 <param name="reasonArgs"> | |
390 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
391 </param> | |
392 </member> | |
393 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.BeEmpty"> | |
394 <summary> | |
395 Asserts that the dictionary does not contain any items. | |
396 </summary> | |
397 </member> | |
398 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.BeEmpty(System.String,System.Object[])"> | |
399 <summary> | |
400 Asserts that the dictionary does not contain any items. | |
401 </summary> | |
402 <param name="reason"> | |
403 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
404 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
405 </param> | |
406 <param name="reasonArgs"> | |
407 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
408 </param> | |
409 </member> | |
410 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotBeEmpty"> | |
411 <summary> | |
412 Asserts that the dictionary contains at least 1 item. | |
413 </summary> | |
414 </member> | |
415 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotBeEmpty(System.String,System.Object[])"> | |
416 <summary> | |
417 Asserts that the dictionary contains at least 1 item. | |
418 </summary> | |
419 <param name="reason"> | |
420 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
421 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
422 </param> | |
423 <param name="reasonArgs"> | |
424 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
425 </param> | |
426 </member> | |
427 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Equal(System.Collections.Generic.IDictionary{`0,`1})"> | |
428 <summary> | |
429 Asserts that the current dictionary contains all the same key-value pairs as the | |
430 specified <paramref name="expected"/> dictionary. Keys and values are compared using | |
431 their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
432 </summary> | |
433 <param name="expected">The expected dictionary</param> | |
434 </member> | |
435 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Equal(System.Collections.Generic.IDictionary{`0,`1},System.String,System.Object[])"> | |
436 <summary> | |
437 Asserts that the current dictionary contains all the same key-value pairs as the | |
438 specified <paramref name="expected"/> dictionary. Keys and values are compared using | |
439 their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
440 </summary> | |
441 <param name="expected">The expected dictionary</param> | |
442 <param name="reason"> | |
443 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
444 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
445 </param> | |
446 <param name="reasonArgs"> | |
447 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
448 </param> | |
449 </member> | |
450 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotEqual(System.Collections.Generic.IDictionary{`0,`1})"> | |
451 <summary> | |
452 Asserts the current dictionary not to contain all the same key-value pairs as the | |
453 specified <paramref name="unexpected"/> dictionary. Keys and values are compared using | |
454 their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
455 </summary> | |
456 <param name="unexpected">The unexpected dictionary</param> | |
457 </member> | |
458 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotEqual(System.Collections.Generic.IDictionary{`0,`1},System.String,System.Object[])"> | |
459 <summary> | |
460 Asserts the current dictionary not to contain all the same key-value pairs as the | |
461 specified <paramref name="unexpected"/> dictionary. Keys and values are compared using | |
462 their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
463 </summary> | |
464 <param name="unexpected">The unexpected dictionary</param> | |
465 <param name="reason"> | |
466 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
467 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
468 </param> | |
469 <param name="reasonArgs"> | |
470 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
471 </param> | |
472 </member> | |
473 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainKey(`0)"> | |
474 <summary> | |
475 Asserts that the dictionary contains the specified key. Keys are compared using | |
476 their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
477 </summary> | |
478 <param name="expected">The expected key</param> | |
479 </member> | |
480 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainKey(`0,System.String,System.Object[])"> | |
481 <summary> | |
482 Asserts that the dictionary contains the specified key. Keys are compared using | |
483 their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
484 </summary> | |
485 <param name="expected">The expected key</param> | |
486 <param name="reason"> | |
487 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
488 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
489 </param> | |
490 <param name="reasonArgs"> | |
491 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
492 </param> | |
493 </member> | |
494 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainKeys(`0[])"> | |
495 <summary> | |
496 Asserts that the dictionary contains all of the specified keys. Keys are compared using | |
497 their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
498 </summary> | |
499 <param name="expected">The expected keys</param> | |
500 </member> | |
501 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainKeys(System.Collections.Generic.IEnumerable{`0},System.String,System.Object[])"> | |
502 <summary> | |
503 Asserts that the dictionary contains all of the specified keys. Keys are compared using | |
504 their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
505 </summary> | |
506 <param name="expected">The expected keys</param> | |
507 <param name="reason"> | |
508 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
509 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
510 </param> | |
511 <param name="reasonArgs"> | |
512 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
513 </param> | |
514 </member> | |
515 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContainKey(`0)"> | |
516 <summary> | |
517 Asserts that the current dictionary does not contain the specified <paramref name="unexpected"/> key. | |
518 Keys are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
519 </summary> | |
520 <param name="unexpected">The unexpected key</param> | |
521 </member> | |
522 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContainKey(`0,System.String,System.Object[])"> | |
523 <summary> | |
524 Asserts that the current dictionary does not contain the specified <paramref name="unexpected"/> key. | |
525 Keys are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
526 </summary> | |
527 <param name="unexpected">The unexpected key</param> | |
528 <param name="reason"> | |
529 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
530 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
531 </param> | |
532 <param name="reasonArgs"> | |
533 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
534 </param> | |
535 </member> | |
536 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainValue(`1)"> | |
537 <summary> | |
538 Asserts that the dictionary contains the specified value. Values are compared using | |
539 their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
540 </summary> | |
541 <param name="expected">The expected value</param> | |
542 </member> | |
543 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainValue(`1,System.String,System.Object[])"> | |
544 <summary> | |
545 Asserts that the dictionary contains the specified value. Values are compared using | |
546 their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
547 </summary> | |
548 <param name="expected">The expected value</param> | |
549 <param name="reason"> | |
550 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
551 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
552 </param> | |
553 <param name="reasonArgs"> | |
554 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
555 </param> | |
556 </member> | |
557 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainValues(`1[])"> | |
558 <summary> | |
559 Asserts that the dictionary contains all of the specified values. Values are compared using | |
560 their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
561 </summary> | |
562 <param name="expected">The expected values</param> | |
563 </member> | |
564 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.ContainValues(System.Collections.Generic.IEnumerable{`1},System.String,System.Object[])"> | |
565 <summary> | |
566 Asserts that the dictionary contains all of the specified values. Values are compared using | |
567 their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
568 </summary> | |
569 <param name="expected">The expected values</param> | |
570 <param name="reason"> | |
571 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
572 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
573 </param> | |
574 <param name="reasonArgs"> | |
575 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
576 </param> | |
577 </member> | |
578 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContainValue(`1)"> | |
579 <summary> | |
580 Asserts that the current dictionary does not contain the specified <paramref name="unexpected"/> value. | |
581 Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
582 </summary> | |
583 <param name="unexpected">The unexpected value</param> | |
584 </member> | |
585 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContainValue(`1,System.String,System.Object[])"> | |
586 <summary> | |
587 Asserts that the current dictionary does not contain the specified <paramref name="unexpected"/> value. | |
588 Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
589 </summary> | |
590 <param name="unexpected">The unexpected value</param> | |
591 <param name="reason"> | |
592 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
593 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
594 </param> | |
595 <param name="reasonArgs"> | |
596 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
597 </param> | |
598 </member> | |
599 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Contain(System.Collections.Generic.KeyValuePair{`0,`1})"> | |
600 <summary> | |
601 Asserts that the current dictionary contains the specified <paramref name="expected"/>. | |
602 Keys and values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
603 </summary> | |
604 <param name="expected">The expected <see cref="T:System.Collections.Generic.KeyValuePair`2"/></param> | |
605 </member> | |
606 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Contain(System.Collections.Generic.KeyValuePair{`0,`1},System.String,System.Object[])"> | |
607 <summary> | |
608 Asserts that the current dictionary contains the specified <paramref name="expected"/>. | |
609 Keys and values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
610 </summary> | |
611 <param name="expected">The expected <see cref="T:System.Collections.Generic.KeyValuePair`2"/></param> | |
612 <param name="reason"> | |
613 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
614 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
615 </param> | |
616 <param name="reasonArgs"> | |
617 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
618 </param> | |
619 </member> | |
620 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Contain(`0,`1)"> | |
621 <summary> | |
622 Asserts that the current dictionary contains the specified <paramref name="value"/> for the supplied <paramref name="key"/>. Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
623 </summary> | |
624 <param name="key">The key for which to validate the value</param> | |
625 <param name="value">The value to validate</param> | |
626 </member> | |
627 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Contain(`0,`1,System.String,System.Object[])"> | |
628 <summary> | |
629 Asserts that the current dictionary contains the specified <paramref name="value"/> for the supplied <paramref name="key"/>. Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
630 </summary> | |
631 <param name="key">The key for which to validate the value</param> | |
632 <param name="value">The value to validate</param> | |
633 <param name="reason"> | |
634 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
635 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
636 </param> | |
637 <param name="reasonArgs"> | |
638 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
639 </param> | |
640 </member> | |
641 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContain(System.Collections.Generic.KeyValuePair{`0,`1})"> | |
642 <summary> | |
643 Asserts that the current dictionary does not contain the specified <paramref name="item"/>. | |
644 Keys and values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
645 </summary> | |
646 <param name="item">The unexpected <see cref="T:System.Collections.Generic.KeyValuePair`2"/></param> | |
647 </member> | |
648 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContain(System.Collections.Generic.KeyValuePair{`0,`1},System.String,System.Object[])"> | |
649 <summary> | |
650 Asserts that the current dictionary does not contain the specified <paramref name="item"/>. | |
651 Keys and values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
652 </summary> | |
653 <param name="item">The unexpected <see cref="T:System.Collections.Generic.KeyValuePair`2"/></param> | |
654 <param name="reason"> | |
655 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
656 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
657 </param> | |
658 <param name="reasonArgs"> | |
659 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
660 </param> | |
661 </member> | |
662 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContain(`0,`1)"> | |
663 <summary> | |
664 Asserts that the current dictionary does not contain the specified <paramref name="value"/> for the | |
665 supplied <paramref name="key"/>. Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
666 </summary> | |
667 <param name="key">The key for which to validate the value</param> | |
668 <param name="value">The value to validate</param> | |
669 </member> | |
670 <member name="M:FluentAssertions.Assertions.GenericDictionaryAssertions`2.NotContain(`0,`1,System.String,System.Object[])"> | |
671 <summary> | |
672 Asserts that the current dictionary does not contain the specified <paramref name="value"/> for the | |
673 supplied <paramref name="key"/>. Values are compared using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
674 </summary> | |
675 <param name="key">The key for which to validate the value</param> | |
676 <param name="value">The value to validate</param> | |
677 <param name="reason"> | |
678 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
679 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
680 </param> | |
681 <param name="reasonArgs"> | |
682 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
683 </param> | |
684 </member> | |
685 <member name="P:FluentAssertions.Assertions.GenericDictionaryAssertions`2.Subject"> | |
686 <summary> | |
687 Gets the object which value is being asserted. | |
688 </summary> | |
689 </member> | |
690 <member name="T:FluentAssertions.Assertions.GuidAssertions"> | |
691 <summary> | |
692 Contains a number of methods to assert that a <see cref="T:System.Guid"/> is in the correct state. | |
693 </summary> | |
694 </member> | |
695 <member name="M:FluentAssertions.Assertions.GuidAssertions.BeEmpty"> | |
696 <summary> | |
697 Asserts that the <see cref="T:System.Guid"/> is <see cref="F:System.Guid.Empty"/>. | |
698 </summary> | |
699 </member> | |
700 <member name="M:FluentAssertions.Assertions.GuidAssertions.BeEmpty(System.String,System.Object[])"> | |
701 <summary> | |
702 Asserts that the <see cref="T:System.Guid"/> is <see cref="F:System.Guid.Empty"/>. | |
703 </summary> | |
704 <param name="reason"> | |
705 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
706 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
707 </param> | |
708 <param name="reasonArgs"> | |
709 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
710 </param> | |
711 </member> | |
712 <member name="M:FluentAssertions.Assertions.GuidAssertions.NotBeEmpty"> | |
713 <summary> | |
714 Asserts that the <see cref="T:System.Guid"/> is not <see cref="F:System.Guid.Empty"/>. | |
715 </summary> | |
716 </member> | |
717 <member name="M:FluentAssertions.Assertions.GuidAssertions.NotBeEmpty(System.String,System.Object[])"> | |
718 <summary> | |
719 Asserts that the <see cref="T:System.Guid"/> is not <see cref="F:System.Guid.Empty"/>. | |
720 </summary> | |
721 <param name="reason"> | |
722 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
723 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
724 </param> | |
725 <param name="reasonArgs"> | |
726 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
727 </param> | |
728 </member> | |
729 <member name="M:FluentAssertions.Assertions.GuidAssertions.Be(System.Guid)"> | |
730 <summary> | |
731 Asserts that the <see cref="T:System.Guid"/> is equal to the <paramref name="expected"/> GUID. | |
732 </summary> | |
733 <param name="expected">The expected value to compare the actual value with.</param> | |
734 </member> | |
735 <member name="M:FluentAssertions.Assertions.GuidAssertions.Be(System.String)"> | |
736 <summary> | |
737 Asserts that the <see cref="T:System.Guid"/> is equal to the <paramref name="expected"/> GUID. | |
738 </summary> | |
739 <param name="expected">The expected <see cref="T:System.String"/> value to compare the actual value with.</param> | |
740 </member> | |
741 <member name="M:FluentAssertions.Assertions.GuidAssertions.Be(System.String,System.String,System.Object[])"> | |
742 <summary> | |
743 Asserts that the <see cref="T:System.Guid"/> is equal to the <paramref name="expected"/> GUID. | |
744 </summary> | |
745 <param name="expected">The expected <see cref="T:System.String"/> value to compare the actual value with.</param> | |
746 <param name="reason"> | |
747 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
748 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
749 </param> | |
750 <param name="reasonArgs"> | |
751 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
752 </param> | |
753 </member> | |
754 <member name="M:FluentAssertions.Assertions.GuidAssertions.Be(System.Guid,System.String,System.Object[])"> | |
755 <summary> | |
756 Asserts that the <see cref="T:System.Guid"/> is equal to the <paramref name="expected"/> GUID. | |
757 </summary> | |
758 <param name="expected">The expected value to compare the actual value with.</param> | |
759 <param name="reason"> | |
760 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
761 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
762 </param> | |
763 <param name="reasonArgs"> | |
764 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
765 </param> | |
766 </member> | |
767 <member name="M:FluentAssertions.Assertions.GuidAssertions.NotBe(System.Guid)"> | |
768 <summary> | |
769 Asserts that the <see cref="T:System.Guid"/> is not equal to the <paramref name="unexpected"/> GUID. | |
770 </summary> | |
771 <param name="unexpected">The unexpected value to compare the actual value with.</param> | |
772 </member> | |
773 <member name="M:FluentAssertions.Assertions.GuidAssertions.NotBe(System.Guid,System.String,System.Object[])"> | |
774 <summary> | |
775 Asserts that the <see cref="T:System.Guid"/> is not equal to the <paramref name="unexpected"/> GUID. | |
776 </summary> | |
777 <param name="unexpected">The unexpected value to compare the actual value with.</param> | |
778 <param name="reason"> | |
779 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
780 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
781 </param> | |
782 <param name="reasonArgs"> | |
783 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
784 </param> | |
785 </member> | |
786 <member name="P:FluentAssertions.Assertions.GuidAssertions.Subject"> | |
787 <summary> | |
788 Gets the object which value is being asserted. | |
789 </summary> | |
790 </member> | |
791 <member name="T:FluentAssertions.Assertions.MethodInfoAssertions"> | |
792 <summary> | |
793 Contains assertions for the <see cref="T:System.Reflection.MethodInfo"/> objects returned by the parent <see cref="T:FluentAssertions.Assertions.MethodInfoSelector"/>. | |
794 </summary> | |
795 </member> | |
796 <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.#ctor(System.Collections.Generic.IEnumerable{System.Reflection.MethodInfo})"> | |
797 <summary> | |
798 Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.MethodInfoAssertions"/> class. | |
799 </summary> | |
800 <param name="methods">The methods.</param> | |
801 </member> | |
802 <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.BeVirtual"> | |
803 <summary> | |
804 Asserts that the selected methods are virtual. | |
805 </summary> | |
806 </member> | |
807 <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.BeVirtual(System.String,System.Object[])"> | |
808 <summary> | |
809 Asserts that the selected methods are virtual. | |
810 </summary> | |
811 <param name="reason"> | |
812 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
813 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
814 </param> | |
815 <param name="reasonArgs"> | |
816 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
817 </param> | |
818 </member> | |
819 <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.BeDecoratedWith``1"> | |
820 <summary> | |
821 Asserts that the selected methods are decorated with the specified <typeparamref name="TAttribute"/>. | |
822 </summary> | |
823 </member> | |
824 <member name="M:FluentAssertions.Assertions.MethodInfoAssertions.BeDecoratedWith``1(System.String,System.Object[])"> | |
825 <summary> | |
826 Asserts that the selected methods are decorated with the specified <typeparamref name="TAttribute"/>. | |
827 </summary> | |
828 <param name="reason"> | |
829 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
830 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
831 </param> | |
832 <param name="reasonArgs"> | |
833 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
834 </param> | |
835 </member> | |
836 <member name="P:FluentAssertions.Assertions.MethodInfoAssertions.SubjectMethods"> | |
837 <summary> | |
838 Gets the object which value is being asserted. | |
839 </summary> | |
840 </member> | |
841 <member name="T:FluentAssertions.Assertions.MethodInfoSelector"> | |
842 <summary> | |
843 Allows for fluent selection of methods of a type through reflection. | |
844 </summary> | |
845 </member> | |
846 <member name="M:FluentAssertions.Assertions.MethodInfoSelector.#ctor(System.Type)"> | |
847 <summary> | |
848 Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.MethodInfoSelector"/> class. | |
849 </summary> | |
850 <param name="type">The type from which to select methods.</param> | |
851 </member> | |
852 <member name="M:FluentAssertions.Assertions.MethodInfoSelector.#ctor(System.Collections.Generic.IEnumerable{System.Type})"> | |
853 <summary> | |
854 Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.MethodInfoSelector"/> class. | |
855 </summary> | |
856 <param name="types">The types from which to select methods.</param> | |
857 </member> | |
858 <member name="M:FluentAssertions.Assertions.MethodInfoSelector.ThatReturn``1"> | |
859 <summary> | |
860 Only select the methods that return the specified type | |
861 </summary> | |
862 </member> | |
863 <member name="M:FluentAssertions.Assertions.MethodInfoSelector.ThatAreDecoratedWith``1"> | |
864 <summary> | |
865 Only select the methods that are decorated with an attribute of the specified type. | |
866 </summary> | |
867 </member> | |
868 <member name="M:FluentAssertions.Assertions.MethodInfoSelector.ToArray"> | |
869 <summary> | |
870 The resulting <see cref="T:System.Reflection.MethodInfo"/> objects. | |
871 </summary> | |
872 </member> | |
873 <member name="M:FluentAssertions.Assertions.MethodInfoSelector.HasSpecialName(System.Reflection.MethodInfo)"> | |
874 <summary> | |
875 Determines whether the specified method has a special name (like properties and events). | |
876 </summary> | |
877 </member> | |
878 <member name="M:FluentAssertions.Assertions.MethodInfoSelector.GetEnumerator"> | |
879 <summary> | |
880 Returns an enumerator that iterates through the collection. | |
881 </summary> | |
882 <returns> | |
883 A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection. | |
884 </returns> | |
885 <filterpriority>1</filterpriority> | |
886 </member> | |
887 <member name="M:FluentAssertions.Assertions.MethodInfoSelector.System#Collections#IEnumerable#GetEnumerator"> | |
888 <summary> | |
889 Returns an enumerator that iterates through a collection. | |
890 </summary> | |
891 <returns> | |
892 An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection. | |
893 </returns> | |
894 <filterpriority>2</filterpriority> | |
895 </member> | |
896 <member name="P:FluentAssertions.Assertions.MethodInfoSelector.ThatArePublicOrInternal"> | |
897 <summary> | |
898 Only select the methods that are public or internal. | |
899 </summary> | |
900 </member> | |
901 <member name="P:FluentAssertions.Assertions.MethodInfoSelector.ThatReturnVoid"> | |
902 <summary> | |
903 Only select the methods without a return value | |
904 </summary> | |
905 </member> | |
906 <member name="T:FluentAssertions.Assertions.NullableGuidAssertions"> | |
907 <summary> | |
908 Contains a number of methods to assert that a nullable <see cref="T:System.Guid"/> is in the expected state. | |
909 </summary> | |
910 </member> | |
911 <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.HaveValue"> | |
912 <summary> | |
913 Asserts that a nullable <see cref="T:System.Guid"/> value is not <c>null</c>. | |
914 </summary> | |
915 </member> | |
916 <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.HaveValue(System.String,System.Object[])"> | |
917 <summary> | |
918 Asserts that a nullable <see cref="T:System.Guid"/> value is not <c>null</c>. | |
919 </summary> | |
920 <param name="reason"> | |
921 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
922 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
923 </param> | |
924 <param name="reasonArgs"> | |
925 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
926 </param> | |
927 </member> | |
928 <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.NotHaveValue"> | |
929 <summary> | |
930 Asserts that a nullable <see cref="T:System.Guid"/> value is <c>null</c>. | |
931 </summary> | |
932 </member> | |
933 <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.NotHaveValue(System.String,System.Object[])"> | |
934 <summary> | |
935 Asserts that a nullable <see cref="T:System.Guid"/> value is <c>null</c>. | |
936 </summary> | |
937 <param name="reason"> | |
938 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
939 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
940 </param> | |
941 <param name="reasonArgs"> | |
942 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
943 </param> | |
944 </member> | |
945 <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.Be(System.Nullable{System.Guid})"> | |
946 <summary> | |
947 Asserts that the value is equal to the specified <paramref name="expected"/> value. | |
948 </summary> | |
949 <param name="expected">The expected value</param> | |
950 </member> | |
951 <member name="M:FluentAssertions.Assertions.NullableGuidAssertions.Be(System.Nullable{System.Guid},System.String,System.Object[])"> | |
952 <summary> | |
953 Asserts that the value is equal to the specified <paramref name="expected"/> value. | |
954 </summary> | |
955 <param name="expected">The expected value</param> | |
956 <param name="reason"> | |
957 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
958 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
959 </param> | |
960 <param name="reasonArgs"> | |
961 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
962 </param> | |
963 </member> | |
964 <member name="T:FluentAssertions.Assertions.PropertyEqualityValidator"> | |
965 <summary> | |
966 Is responsible for validating the equality of one or more properties of a subject with another object. | |
967 </summary> | |
968 </member> | |
969 <member name="P:FluentAssertions.Assertions.PropertyEqualityValidator.Properties"> | |
970 <summary> | |
971 Contains the properties that should be included when comparing two objects. | |
972 </summary> | |
973 </member> | |
974 <member name="P:FluentAssertions.Assertions.PropertyEqualityValidator.OnlySharedProperties"> | |
975 <summary> | |
976 Gets or sets a value indicating whether the validator will ignore properties from the <see cref="P:FluentAssertions.Assertions.PropertyEqualityValidator.Properties"/> | |
977 collection that the <see cref="!:Other"/> object doesn't have. | |
978 </summary> | |
979 </member> | |
980 <member name="P:FluentAssertions.Assertions.PropertyEqualityValidator.RecurseOnNestedObjects"> | |
981 <summary> | |
982 Gets or sets a value indicating whether it should continue comparing (collections of objects) that | |
983 the <see cref="P:FluentAssertions.Assertions.PropertyEqualityValidator.OtherObject"/> refers to. | |
984 </summary> | |
985 </member> | |
986 <member name="T:FluentAssertions.Assertions.ExecutionTimeAssertions"> | |
987 <summary> | |
988 Provides methods for asserting that the execution time of an <see cref="T:System.Action"/> satifies certain conditions. | |
989 </summary> | |
990 </member> | |
991 <member name="M:FluentAssertions.Assertions.ExecutionTimeAssertions.#ctor(System.Action)"> | |
992 <summary> | |
993 Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.ExecutionTimeAssertions"/> class. | |
994 </summary> | |
995 <param name="action">The action of which the execution time must be asserted.</param> | |
996 </member> | |
997 <member name="M:FluentAssertions.Assertions.ExecutionTimeAssertions.ShouldNotExceed(System.TimeSpan)"> | |
998 <summary> | |
999 Asserts that the execution time of the operation does not exceed a specified amount of time. | |
1000 </summary> | |
1001 <param name="maxDuration"> | |
1002 The maximum allowed duration. | |
1003 </param> | |
1004 </member> | |
1005 <member name="M:FluentAssertions.Assertions.ExecutionTimeAssertions.ShouldNotExceed(System.TimeSpan,System.String,System.Object[])"> | |
1006 <summary> | |
1007 Asserts that the execution time of the operation does not exceed a specified amount of time. | |
1008 </summary> | |
1009 <param name="maxDuration"> | |
1010 The maximum allowed duration. | |
1011 </param> | |
1012 <param name="reason"> | |
1013 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
1014 start with the word <i>because</i>, it is prepended to the message. | |
1015 </param> | |
1016 <param name="reasonArgs"> | |
1017 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
1018 </param> | |
1019 </member> | |
1020 <member name="T:FluentAssertions.Assertions.MemberExecutionTimeAssertions`1"> | |
1021 <summary> | |
1022 Provides methods for asserting that the execution time of an object member satifies certain conditions. | |
1023 </summary> | |
1024 <typeparam name="T"></typeparam> | |
1025 </member> | |
1026 <member name="M:FluentAssertions.Assertions.MemberExecutionTimeAssertions`1.#ctor(`0,System.Linq.Expressions.Expression{System.Action{`0}})"> | |
1027 <summary> | |
1028 Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.MemberExecutionTimeAssertions`1"/> class. | |
1029 </summary> | |
1030 <param name="subject">The object that exposes the method or property.</param> | |
1031 <param name="action">A reference to the method or property to measure the execution time of.</param> | |
1032 </member> | |
1033 <member name="T:FluentAssertions.Assertions.FloatingPointExtensions"> | |
1034 <summary> | |
1035 Contains a number of extension methods for floating point <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/>. | |
1036 </summary> | |
1037 </member> | |
1038 <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Nullable{System.Single}},System.Single,System.Single)"> | |
1039 <summary> | |
1040 Asserts a floating point value approximates another value as close as possible. | |
1041 </summary> | |
1042 <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param> | |
1043 <param name="expectedValue"> | |
1044 The expected value to compare the actual value with. | |
1045 </param> | |
1046 <param name="precision"> | |
1047 The maximum amount of which the two values may differ. | |
1048 </param> | |
1049 </member> | |
1050 <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Nullable{System.Single}},System.Single,System.Single,System.String,System.Object[])"> | |
1051 <summary> | |
1052 Asserts a floating point value approximates another value as close as possible. | |
1053 </summary> | |
1054 <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param> | |
1055 <param name="expectedValue"> | |
1056 The expected value to compare the actual value with. | |
1057 </param> | |
1058 <param name="precision"> | |
1059 The maximum amount of which the two values may differ. | |
1060 </param> | |
1061 <param name="reason"> | |
1062 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1063 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1064 </param> | |
1065 <param name="reasonArgs"> | |
1066 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1067 </param> | |
1068 </member> | |
1069 <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Single},System.Single,System.Single)"> | |
1070 <summary> | |
1071 Asserts a floating point value approximates another value as close as possible. | |
1072 </summary> | |
1073 <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param> | |
1074 <param name="expectedValue"> | |
1075 The expected value to compare the actual value with. | |
1076 </param> | |
1077 <param name="precision"> | |
1078 The maximum amount of which the two values may differ. | |
1079 </param> | |
1080 </member> | |
1081 <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Single},System.Single,System.Single,System.String,System.Object[])"> | |
1082 <summary> | |
1083 Asserts a floating point value approximates another value as close as possible. | |
1084 </summary> | |
1085 <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param> | |
1086 <param name="expectedValue"> | |
1087 The expected value to compare the actual value with. | |
1088 </param> | |
1089 <param name="precision"> | |
1090 The maximum amount of which the two values may differ. | |
1091 </param> | |
1092 <param name="reason"> | |
1093 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1094 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1095 </param> | |
1096 <param name="reasonArgs"> | |
1097 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1098 </param> | |
1099 </member> | |
1100 <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Nullable{System.Double}},System.Double,System.Double)"> | |
1101 <summary> | |
1102 Asserts a floating point value approximates another value as close as possible. | |
1103 </summary> | |
1104 <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param> | |
1105 <param name="expectedValue"> | |
1106 The expected value to compare the actual value with. | |
1107 </param> | |
1108 <param name="precision"> | |
1109 The maximum amount of which the two values may differ. | |
1110 </param> | |
1111 </member> | |
1112 <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Nullable{System.Double}},System.Double,System.Double,System.String,System.Object[])"> | |
1113 <summary> | |
1114 Asserts a floating point value approximates another value as close as possible. | |
1115 </summary> | |
1116 <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param> | |
1117 <param name="expectedValue"> | |
1118 The expected value to compare the actual value with. | |
1119 </param> | |
1120 <param name="precision"> | |
1121 The maximum amount of which the two values may differ. | |
1122 </param> | |
1123 <param name="reason"> | |
1124 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1125 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1126 </param> | |
1127 <param name="reasonArgs"> | |
1128 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1129 </param> | |
1130 </member> | |
1131 <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Double},System.Double,System.Double)"> | |
1132 <summary> | |
1133 Asserts a floating point value approximates another value as close as possible. | |
1134 </summary> | |
1135 <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param> | |
1136 <param name="expectedValue"> | |
1137 The expected value to compare the actual value with. | |
1138 </param> | |
1139 <param name="precision"> | |
1140 The maximum amount of which the two values may differ. | |
1141 </param> | |
1142 </member> | |
1143 <member name="M:FluentAssertions.Assertions.FloatingPointExtensions.BeApproximately(FluentAssertions.Assertions.NumericAssertions{System.Double},System.Double,System.Double,System.String,System.Object[])"> | |
1144 <summary> | |
1145 Asserts a floating point value approximates another value as close as possible. | |
1146 </summary> | |
1147 <param name="parent">The <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that is being extended.</param> | |
1148 <param name="expectedValue"> | |
1149 The expected value to compare the actual value with. | |
1150 </param> | |
1151 <param name="precision"> | |
1152 The maximum amount of which the two values may differ. | |
1153 </param> | |
1154 <param name="reason"> | |
1155 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1156 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1157 </param> | |
1158 <param name="reasonArgs"> | |
1159 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1160 </param> | |
1161 </member> | |
1162 <member name="T:FluentAssertions.Assertions.PropertyInfoAssertions"> | |
1163 <summary> | |
1164 Contains assertions for the <see cref="T:System.Reflection.PropertyInfo"/> objects returned by the parent <see cref="T:FluentAssertions.Assertions.PropertyInfoSelector"/>. | |
1165 </summary> | |
1166 </member> | |
1167 <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.#ctor(System.Collections.Generic.IEnumerable{System.Reflection.PropertyInfo})"> | |
1168 <summary> | |
1169 Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.PropertyInfoAssertions"/> class. | |
1170 </summary> | |
1171 <param name="properties">The properties.</param> | |
1172 </member> | |
1173 <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.BeVirtual"> | |
1174 <summary> | |
1175 Asserts that the selected properties are virtual. | |
1176 </summary> | |
1177 </member> | |
1178 <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.BeVirtual(System.String,System.Object[])"> | |
1179 <summary> | |
1180 Asserts that the selected properties are virtual. | |
1181 </summary> | |
1182 <param name="reason"> | |
1183 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1184 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1185 </param> | |
1186 <param name="reasonArgs"> | |
1187 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1188 </param> | |
1189 </member> | |
1190 <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.BeDecoratedWith``1"> | |
1191 <summary> | |
1192 Asserts that the selected methods are decorated with the specified <typeparamref name="TAttribute"/>. | |
1193 </summary> | |
1194 </member> | |
1195 <member name="M:FluentAssertions.Assertions.PropertyInfoAssertions.BeDecoratedWith``1(System.String,System.Object[])"> | |
1196 <summary> | |
1197 Asserts that the selected methods are decorated with the specified <typeparamref name="TAttribute"/>. | |
1198 </summary> | |
1199 <param name="reason"> | |
1200 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1201 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1202 </param> | |
1203 <param name="reasonArgs"> | |
1204 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1205 </param> | |
1206 </member> | |
1207 <member name="P:FluentAssertions.Assertions.PropertyInfoAssertions.SubjectProperties"> | |
1208 <summary> | |
1209 Gets the object which value is being asserted. | |
1210 </summary> | |
1211 </member> | |
1212 <member name="T:FluentAssertions.Assertions.PropertyInfoSelector"> | |
1213 <summary> | |
1214 Allows for fluent selection of properties of a type through reflection. | |
1215 </summary> | |
1216 </member> | |
1217 <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.#ctor(System.Type)"> | |
1218 <summary> | |
1219 Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.PropertyInfoSelector"/> class. | |
1220 </summary> | |
1221 <param name="type">The type from which to select properties.</param> | |
1222 </member> | |
1223 <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.#ctor(System.Collections.Generic.IEnumerable{System.Type})"> | |
1224 <summary> | |
1225 Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.PropertyInfoSelector"/> class. | |
1226 </summary> | |
1227 <param name="types">The types from which to select properties.</param> | |
1228 </member> | |
1229 <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.ThatAreDecoratedWith``1"> | |
1230 <summary> | |
1231 Only select the properties that are decorated with an attribute of the specified type. | |
1232 </summary> | |
1233 </member> | |
1234 <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.OfType``1"> | |
1235 <summary> | |
1236 Only select the properties that return the specified type | |
1237 </summary> | |
1238 </member> | |
1239 <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.ToArray"> | |
1240 <summary> | |
1241 The resulting <see cref="T:System.Reflection.PropertyInfo"/> objects. | |
1242 </summary> | |
1243 </member> | |
1244 <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.GetEnumerator"> | |
1245 <summary> | |
1246 Returns an enumerator that iterates through the collection. | |
1247 </summary> | |
1248 <returns> | |
1249 A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection. | |
1250 </returns> | |
1251 <filterpriority>1</filterpriority> | |
1252 </member> | |
1253 <member name="M:FluentAssertions.Assertions.PropertyInfoSelector.System#Collections#IEnumerable#GetEnumerator"> | |
1254 <summary> | |
1255 Returns an enumerator that iterates through a collection. | |
1256 </summary> | |
1257 <returns> | |
1258 An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection. | |
1259 </returns> | |
1260 <filterpriority>2</filterpriority> | |
1261 </member> | |
1262 <member name="P:FluentAssertions.Assertions.PropertyInfoSelector.ThatArePublicOrInternal"> | |
1263 <summary> | |
1264 Only select the properties that have a public or internal getter. | |
1265 </summary> | |
1266 </member> | |
1267 <member name="T:FluentAssertions.Assertions.StringValidator"> | |
1268 <summary> | |
1269 Dedicated class for comparing two strings and generating consistent error messages. | |
1270 </summary> | |
1271 </member> | |
1272 <member name="P:FluentAssertions.Assertions.StringWildcardMatchingValidator.Negate"> | |
1273 <summary> | |
1274 Gets or sets a value indicating whether the subject should not match the pattern. | |
1275 </summary> | |
1276 </member> | |
1277 <member name="P:FluentAssertions.Assertions.StringWildcardMatchingValidator.IgnoreCase"> | |
1278 <summary> | |
1279 Gets or sets a value indicating whether the matching process should ignore any casing difference. | |
1280 </summary> | |
1281 </member> | |
1282 <member name="T:FluentAssertions.Assertions.TypeExtensions"> | |
1283 <summary> | |
1284 Extension methods for getting method and property selectors for a type. | |
1285 </summary> | |
1286 </member> | |
1287 <member name="M:FluentAssertions.Assertions.TypeExtensions.Types(System.Reflection.Assembly)"> | |
1288 <summary> | |
1289 Returns the types that are visible outside the specified <see cref="T:System.Reflection.Assembly"/>. | |
1290 </summary> | |
1291 </member> | |
1292 <member name="M:FluentAssertions.Assertions.TypeExtensions.Methods(System.Type)"> | |
1293 <summary> | |
1294 Returns a method selector for the current <see cref="T:System.Type"/>. | |
1295 </summary> | |
1296 </member> | |
1297 <member name="M:FluentAssertions.Assertions.TypeExtensions.Methods(FluentAssertions.Assertions.TypeSelector)"> | |
1298 <summary> | |
1299 Returns a method selector for the current <see cref="T:System.Type"/>. | |
1300 </summary> | |
1301 </member> | |
1302 <member name="M:FluentAssertions.Assertions.TypeExtensions.Properties(System.Type)"> | |
1303 <summary> | |
1304 Returns a property selector for the current <see cref="T:System.Type"/>. | |
1305 </summary> | |
1306 </member> | |
1307 <member name="M:FluentAssertions.Assertions.TypeExtensions.Properties(FluentAssertions.Assertions.TypeSelector)"> | |
1308 <summary> | |
1309 Returns a property selector for the current <see cref="T:System.Type"/>. | |
1310 </summary> | |
1311 </member> | |
1312 <member name="T:FluentAssertions.Assertions.TypeSelector"> | |
1313 <summary> | |
1314 Allows for fluent filtering a list of types. | |
1315 </summary> | |
1316 </member> | |
1317 <member name="M:FluentAssertions.Assertions.TypeSelector.ThatDeriveFrom``1"> | |
1318 <summary> | |
1319 Determines whether a type is a subclass of another type, but NOT the same type. | |
1320 </summary> | |
1321 </member> | |
1322 <member name="M:FluentAssertions.Assertions.TypeSelector.ThatImplement``1"> | |
1323 <summary> | |
1324 Determines whether a type implements an interface (but is not the interface itself). | |
1325 </summary> | |
1326 </member> | |
1327 <member name="M:FluentAssertions.Assertions.TypeSelector.ThatAreDecoratedWith``1"> | |
1328 <summary> | |
1329 Determines whether a type is decorated with a particular attribute. | |
1330 </summary> | |
1331 </member> | |
1332 <member name="M:FluentAssertions.Assertions.TypeSelector.ThatAreInNamespace(System.String)"> | |
1333 <summary> | |
1334 Determines whether the namespace of type is exactly <paramref name="namespace"/>. | |
1335 </summary> | |
1336 </member> | |
1337 <member name="M:FluentAssertions.Assertions.TypeSelector.ThatAreUnderNamespace(System.String)"> | |
1338 <summary> | |
1339 Determines whether the namespace of type is starts with <paramref name="namespace"/>. | |
1340 </summary> | |
1341 </member> | |
1342 <member name="M:FluentAssertions.Assertions.TypeSelector.GetEnumerator"> | |
1343 <summary> | |
1344 Returns an enumerator that iterates through the collection. | |
1345 </summary> | |
1346 <returns> | |
1347 A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection. | |
1348 </returns> | |
1349 <filterpriority>1</filterpriority> | |
1350 </member> | |
1351 <member name="M:FluentAssertions.Assertions.TypeSelector.System#Collections#IEnumerable#GetEnumerator"> | |
1352 <summary> | |
1353 Returns an enumerator that iterates through a collection. | |
1354 </summary> | |
1355 <returns> | |
1356 An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection. | |
1357 </returns> | |
1358 <filterpriority>2</filterpriority> | |
1359 </member> | |
1360 <member name="T:FluentAssertions.Assertions.XAttributeAssertions"> | |
1361 <summary> | |
1362 Contains a number of methods to assert that an <see cref="T:System.Xml.Linq.XAttribute"/> is in the expected state. | |
1363 </summary> | |
1364 </member> | |
1365 <member name="M:FluentAssertions.Assertions.XAttributeAssertions.#ctor(System.Xml.Linq.XAttribute)"> | |
1366 <summary> | |
1367 Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.XAttributeAssertions"/> class. | |
1368 </summary> | |
1369 </member> | |
1370 <member name="M:FluentAssertions.Assertions.XAttributeAssertions.Be(System.Xml.Linq.XAttribute)"> | |
1371 <summary> | |
1372 Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> equals the <paramref name="expected"/> attribute. | |
1373 </summary> | |
1374 <param name="expected">The expected attribute</param> | |
1375 </member> | |
1376 <member name="M:FluentAssertions.Assertions.XAttributeAssertions.Be(System.Xml.Linq.XAttribute,System.String,System.Object[])"> | |
1377 <summary> | |
1378 Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> equals the <paramref name="expected"/> attribute. | |
1379 </summary> | |
1380 <param name="expected">The expected attribute</param> | |
1381 <param name="reason"> | |
1382 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1383 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1384 </param> | |
1385 <param name="reasonArgs"> | |
1386 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1387 </param> | |
1388 </member> | |
1389 <member name="M:FluentAssertions.Assertions.XAttributeAssertions.NotBe(System.Xml.Linq.XAttribute)"> | |
1390 <summary> | |
1391 Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> does not equal the <paramref name="unexpected"/> attribute, | |
1392 using its <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
1393 </summary> | |
1394 <param name="unexpected">The unexpected attribute</param> | |
1395 </member> | |
1396 <member name="M:FluentAssertions.Assertions.XAttributeAssertions.NotBe(System.Xml.Linq.XAttribute,System.String,System.Object[])"> | |
1397 <summary> | |
1398 Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> does not equal the <paramref name="unexpected"/> attribute, | |
1399 using its <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
1400 </summary> | |
1401 <param name="unexpected">The unexpected attribute</param> | |
1402 <param name="reason"> | |
1403 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1404 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1405 </param> | |
1406 <param name="reasonArgs"> | |
1407 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1408 </param> | |
1409 </member> | |
1410 <member name="M:FluentAssertions.Assertions.XAttributeAssertions.BeNull"> | |
1411 <summary> | |
1412 Asserts that the <see cref="T:System.Xml.Linq.XAttribute"/> is <c>null</c>. | |
1413 </summary> | |
1414 </member> | |
1415 <member name="M:FluentAssertions.Assertions.XAttributeAssertions.BeNull(System.String,System.Object[])"> | |
1416 <summary> | |
1417 Asserts that the <see cref="T:System.Xml.Linq.XAttribute"/> is <c>null</c>. | |
1418 </summary> | |
1419 <param name="reason"> | |
1420 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
1421 start with the word <i>because</i>, it is prepended to the message. | |
1422 </param> | |
1423 <param name="reasonArgs"> | |
1424 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
1425 </param> | |
1426 </member> | |
1427 <member name="M:FluentAssertions.Assertions.XAttributeAssertions.NotBeNull"> | |
1428 <summary> | |
1429 Asserts that the <see cref="T:System.Xml.Linq.XAttribute"/> is not <c>null</c>. | |
1430 </summary> | |
1431 </member> | |
1432 <member name="M:FluentAssertions.Assertions.XAttributeAssertions.NotBeNull(System.String,System.Object[])"> | |
1433 <summary> | |
1434 Asserts that the <see cref="T:System.Xml.Linq.XAttribute"/> is not <c>null</c>. | |
1435 </summary> | |
1436 <param name="reason"> | |
1437 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
1438 start with the word <i>because</i>, it is prepended to the message. | |
1439 </param> | |
1440 <param name="reasonArgs"> | |
1441 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
1442 </param> | |
1443 </member> | |
1444 <member name="M:FluentAssertions.Assertions.XAttributeAssertions.HaveValue(System.String)"> | |
1445 <summary> | |
1446 Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> has the specified <paramref name="expected"/> value. | |
1447 </summary> | |
1448 <param name="expected">The expected value</param> | |
1449 </member> | |
1450 <member name="M:FluentAssertions.Assertions.XAttributeAssertions.HaveValue(System.String,System.String,System.Object[])"> | |
1451 <summary> | |
1452 Asserts that the current <see cref="T:System.Xml.Linq.XAttribute"/> has the specified <paramref name="expected"/> value. | |
1453 </summary> | |
1454 <param name="expected">The expected value</param> | |
1455 <param name="reason"> | |
1456 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1457 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1458 </param> | |
1459 <param name="reasonArgs"> | |
1460 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1461 </param> | |
1462 </member> | |
1463 <member name="P:FluentAssertions.Assertions.XAttributeAssertions.Subject"> | |
1464 <summary> | |
1465 Gets the object which value is being asserted. | |
1466 </summary> | |
1467 </member> | |
1468 <member name="T:FluentAssertions.Assertions.XDocumentAssertions"> | |
1469 <summary> | |
1470 Contains a number of methods to assert that an <see cref="T:System.Xml.Linq.XDocument"/> is in the expected state. | |
1471 </summary> | |
1472 </member> | |
1473 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.#ctor(System.Xml.Linq.XDocument)"> | |
1474 <summary> | |
1475 Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.XDocumentAssertions"/> class. | |
1476 </summary> | |
1477 </member> | |
1478 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.Be(System.Xml.Linq.XDocument)"> | |
1479 <summary> | |
1480 Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> equals the <paramref name="expected"/> document, | |
1481 using its <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
1482 </summary> | |
1483 <param name="expected">The expected document</param> | |
1484 </member> | |
1485 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.Be(System.Xml.Linq.XDocument,System.String,System.Object[])"> | |
1486 <summary> | |
1487 Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> equals the <paramref name="expected"/> document, | |
1488 using its <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
1489 </summary> | |
1490 <param name="expected">The expected document</param> | |
1491 <param name="reason"> | |
1492 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1493 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1494 </param> | |
1495 <param name="reasonArgs"> | |
1496 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1497 </param> | |
1498 </member> | |
1499 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.NotBe(System.Xml.Linq.XDocument)"> | |
1500 <summary> | |
1501 Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> does not equal the <paramref name="unexpected"/> document, | |
1502 using its <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
1503 </summary> | |
1504 <param name="unexpected">The unexpected document</param> | |
1505 </member> | |
1506 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.NotBe(System.Xml.Linq.XDocument,System.String,System.Object[])"> | |
1507 <summary> | |
1508 Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> does not equal the <paramref name="unexpected"/> document, | |
1509 using its <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
1510 </summary> | |
1511 <param name="unexpected">The unexpected document</param> | |
1512 <param name="reason"> | |
1513 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1514 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1515 </param> | |
1516 <param name="reasonArgs"> | |
1517 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1518 </param> | |
1519 </member> | |
1520 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.BeNull"> | |
1521 <summary> | |
1522 Asserts that the <see cref="T:System.Xml.Linq.XDocument"/> is <c>null</c>. | |
1523 </summary> | |
1524 </member> | |
1525 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.BeNull(System.String,System.Object[])"> | |
1526 <summary> | |
1527 Asserts that the <see cref="T:System.Xml.Linq.XDocument"/> is <c>null</c>. | |
1528 </summary> | |
1529 <param name="reason"> | |
1530 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
1531 start with the word <i>because</i>, it is prepended to the message. | |
1532 </param> | |
1533 <param name="reasonArgs"> | |
1534 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
1535 </param> | |
1536 </member> | |
1537 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.NotBeNull"> | |
1538 <summary> | |
1539 Asserts that the <see cref="T:System.Xml.Linq.XDocument"/> is not <c>null</c>. | |
1540 </summary> | |
1541 </member> | |
1542 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.NotBeNull(System.String,System.Object[])"> | |
1543 <summary> | |
1544 Asserts that the <see cref="T:System.Xml.Linq.XDocument"/> is not <c>null</c>. | |
1545 </summary> | |
1546 <param name="reason"> | |
1547 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
1548 start with the word <i>because</i>, it is prepended to the message. | |
1549 </param> | |
1550 <param name="reasonArgs"> | |
1551 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
1552 </param> | |
1553 </member> | |
1554 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.HaveRoot(System.String)"> | |
1555 <summary> | |
1556 Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> has a root element with the specified | |
1557 <paramref name="expected"/> name. | |
1558 </summary> | |
1559 <param name="expected">The name of the expected root element of the current document.</param> | |
1560 </member> | |
1561 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.HaveRoot(System.String,System.String,System.Object[])"> | |
1562 <summary> | |
1563 Asserts that the current <see cref="T:System.Xml.Linq.XDocument"/> has a root element with the specified | |
1564 <paramref name="expected"/> name. | |
1565 </summary> | |
1566 <param name="expected">The name of the expected root element of the current document.</param> | |
1567 <param name="reason"> | |
1568 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1569 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1570 </param> | |
1571 <param name="reasonArgs"> | |
1572 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1573 </param> | |
1574 </member> | |
1575 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.HaveElement(System.String)"> | |
1576 <summary> | |
1577 Asserts that the <see cref="P:System.Xml.Linq.XDocument.Root"/> element of the current <see cref="T:System.Xml.Linq.XDocument"/> has a direct | |
1578 child element with the specified <paramref name="expected"/> name. | |
1579 </summary> | |
1580 <param name="expected"> | |
1581 The name of the expected child element of the current document's Root <see cref="P:System.Xml.Linq.XDocument.Root"/> element. | |
1582 </param> | |
1583 </member> | |
1584 <member name="M:FluentAssertions.Assertions.XDocumentAssertions.HaveElement(System.String,System.String,System.Object[])"> | |
1585 <summary> | |
1586 Asserts that the <see cref="P:System.Xml.Linq.XDocument.Root"/> element of the current <see cref="T:System.Xml.Linq.XDocument"/> has a direct | |
1587 child element with the specified <paramref name="expected"/> name. | |
1588 </summary> | |
1589 <param name="expected"> | |
1590 The name of the expected child element of the current document's Root <see cref="P:System.Xml.Linq.XDocument.Root"/> element. | |
1591 </param> | |
1592 <param name="reason"> | |
1593 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1594 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1595 </param> | |
1596 <param name="reasonArgs"> | |
1597 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1598 </param> | |
1599 </member> | |
1600 <member name="P:FluentAssertions.Assertions.XDocumentAssertions.Subject"> | |
1601 <summary> | |
1602 Gets the object which value is being asserted. | |
1603 </summary> | |
1604 </member> | |
1605 <member name="T:FluentAssertions.Assertions.XElementAssertions"> | |
1606 <summary> | |
1607 Contains a number of methods to assert that an <see cref="T:System.Xml.Linq.XElement"/> is in the expected state. | |
1608 </summary> | |
1609 </member> | |
1610 <member name="M:FluentAssertions.Assertions.XElementAssertions.#ctor(System.Xml.Linq.XElement)"> | |
1611 <summary> | |
1612 Initializes a new instance of the <see cref="T:FluentAssertions.Assertions.XElementAssertions"/> class. | |
1613 </summary> | |
1614 </member> | |
1615 <member name="M:FluentAssertions.Assertions.XElementAssertions.Be(System.Xml.Linq.XElement)"> | |
1616 <summary> | |
1617 Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> equals the <paramref name="expected"/> element. | |
1618 </summary> | |
1619 <param name="expected">The expected element</param> | |
1620 </member> | |
1621 <member name="M:FluentAssertions.Assertions.XElementAssertions.Be(System.Xml.Linq.XElement,System.String,System.Object[])"> | |
1622 <summary> | |
1623 Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> equals the <paramref name="expected"/> element. | |
1624 </summary> | |
1625 <param name="expected">The expected element</param> | |
1626 <param name="reason"> | |
1627 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1628 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1629 </param> | |
1630 <param name="reasonArgs"> | |
1631 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1632 </param> | |
1633 </member> | |
1634 <member name="M:FluentAssertions.Assertions.XElementAssertions.NotBe(System.Xml.Linq.XElement)"> | |
1635 <summary> | |
1636 Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> does not equal the <paramref name="unexpected"/> element, | |
1637 using its <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
1638 </summary> | |
1639 <param name="unexpected">The unexpected element</param> | |
1640 </member> | |
1641 <member name="M:FluentAssertions.Assertions.XElementAssertions.NotBe(System.Xml.Linq.XElement,System.String,System.Object[])"> | |
1642 <summary> | |
1643 Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> does not equal the <paramref name="unexpected"/> element, | |
1644 using its <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
1645 </summary> | |
1646 <param name="unexpected">The unexpected element</param> | |
1647 <param name="reason"> | |
1648 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1649 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1650 </param> | |
1651 <param name="reasonArgs"> | |
1652 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1653 </param> | |
1654 </member> | |
1655 <member name="M:FluentAssertions.Assertions.XElementAssertions.BeNull"> | |
1656 <summary> | |
1657 Asserts that the <see cref="T:System.Xml.Linq.XElement"/> is <c>null</c>. | |
1658 </summary> | |
1659 </member> | |
1660 <member name="M:FluentAssertions.Assertions.XElementAssertions.BeNull(System.String,System.Object[])"> | |
1661 <summary> | |
1662 Asserts that the <see cref="T:System.Xml.Linq.XElement"/> is <c>null</c>. | |
1663 </summary> | |
1664 <param name="reason"> | |
1665 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
1666 start with the word <i>because</i>, it is prepended to the message. | |
1667 </param> | |
1668 <param name="reasonArgs"> | |
1669 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
1670 </param> | |
1671 </member> | |
1672 <member name="M:FluentAssertions.Assertions.XElementAssertions.NotBeNull"> | |
1673 <summary> | |
1674 Asserts that the <see cref="T:System.Xml.Linq.XElement"/> is not <c>null</c>. | |
1675 </summary> | |
1676 </member> | |
1677 <member name="M:FluentAssertions.Assertions.XElementAssertions.NotBeNull(System.String,System.Object[])"> | |
1678 <summary> | |
1679 Asserts that the <see cref="T:System.Xml.Linq.XElement"/> is not <c>null</c>. | |
1680 </summary> | |
1681 <param name="reason"> | |
1682 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
1683 start with the word <i>because</i>, it is prepended to the message. | |
1684 </param> | |
1685 <param name="reasonArgs"> | |
1686 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
1687 </param> | |
1688 </member> | |
1689 <member name="M:FluentAssertions.Assertions.XElementAssertions.HaveAttribute(System.String,System.String)"> | |
1690 <summary> | |
1691 Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> has an attribute with the specified <paramref name="expectedName"/> | |
1692 and <paramref name="expectedValue"/>. | |
1693 </summary> | |
1694 <param name="expectedName">The name of the expected attribute</param> | |
1695 <param name="expectedValue">The value of the expected attribute</param> | |
1696 </member> | |
1697 <member name="M:FluentAssertions.Assertions.XElementAssertions.HaveAttribute(System.String,System.String,System.String,System.Object[])"> | |
1698 <summary> | |
1699 Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> has an attribute with the specified <paramref name="expectedName"/> | |
1700 and <paramref name="expectedValue"/>. | |
1701 </summary> | |
1702 <param name="expectedName">The name of the expected attribute</param> | |
1703 <param name="expectedValue">The value of the expected attribute</param> | |
1704 <param name="reason"> | |
1705 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1706 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1707 </param> | |
1708 <param name="reasonArgs"> | |
1709 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1710 </param> | |
1711 </member> | |
1712 <member name="M:FluentAssertions.Assertions.XElementAssertions.HaveElement(System.String)"> | |
1713 <summary> | |
1714 Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> has a direct child element with the specified | |
1715 <paramref name="expected"/> name. | |
1716 </summary> | |
1717 <param name="expected">The name of the expected child element</param> | |
1718 </member> | |
1719 <member name="M:FluentAssertions.Assertions.XElementAssertions.HaveElement(System.String,System.String,System.Object[])"> | |
1720 <summary> | |
1721 Asserts that the current <see cref="T:System.Xml.Linq.XElement"/> has a direct child element with the specified | |
1722 <paramref name="expected"/> name. | |
1723 </summary> | |
1724 <param name="expected">The name of the expected child element</param> | |
1725 <param name="reason"> | |
1726 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1727 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1728 </param> | |
1729 <param name="reasonArgs"> | |
1730 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1731 </param> | |
1732 </member> | |
1733 <member name="P:FluentAssertions.Assertions.XElementAssertions.Subject"> | |
1734 <summary> | |
1735 Gets the object which value is being asserted. | |
1736 </summary> | |
1737 </member> | |
1738 <member name="T:FluentAssertions.Common.FluentDateTimeExtensions"> | |
1739 <summary> | |
1740 Extension methods on <see cref="T:System.Int32"/> to allow for a more fluent way of specifying a <see cref="T:System.DateTime"/>. | |
1741 </summary> | |
1742 <example> | |
1743 Instead of<br/> | |
1744 <br/> | |
1745 new DateTime(2011, 3, 10)<br/> | |
1746 <br/> | |
1747 you can write 3.March(2011)<br/> | |
1748 <br/> | |
1749 Or even<br/> | |
1750 <br/> | |
1751 3.March(2011).At(09, 30) | |
1752 </example> | |
1753 <seealso cref="T:FluentAssertions.Common.TimeSpanConversionExtensions"/> | |
1754 </member> | |
1755 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.January(System.Int32,System.Int32)"> | |
1756 <summary> | |
1757 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/> | |
1758 in the month January. | |
1759 </summary> | |
1760 </member> | |
1761 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.February(System.Int32,System.Int32)"> | |
1762 <summary> | |
1763 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/> | |
1764 in the month February. | |
1765 </summary> | |
1766 </member> | |
1767 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.March(System.Int32,System.Int32)"> | |
1768 <summary> | |
1769 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/> | |
1770 in the month March. | |
1771 </summary> | |
1772 </member> | |
1773 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.April(System.Int32,System.Int32)"> | |
1774 <summary> | |
1775 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/> | |
1776 in the month April. | |
1777 </summary> | |
1778 </member> | |
1779 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.May(System.Int32,System.Int32)"> | |
1780 <summary> | |
1781 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/> | |
1782 in the month May. | |
1783 </summary> | |
1784 </member> | |
1785 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.June(System.Int32,System.Int32)"> | |
1786 <summary> | |
1787 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/> | |
1788 in the month June. | |
1789 </summary> | |
1790 </member> | |
1791 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.July(System.Int32,System.Int32)"> | |
1792 <summary> | |
1793 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/> | |
1794 in the month July. | |
1795 </summary> | |
1796 </member> | |
1797 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.August(System.Int32,System.Int32)"> | |
1798 <summary> | |
1799 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/> | |
1800 in the month August. | |
1801 </summary> | |
1802 </member> | |
1803 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.September(System.Int32,System.Int32)"> | |
1804 <summary> | |
1805 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/> | |
1806 in the month September. | |
1807 </summary> | |
1808 </member> | |
1809 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.October(System.Int32,System.Int32)"> | |
1810 <summary> | |
1811 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/> | |
1812 in the month October. | |
1813 </summary> | |
1814 </member> | |
1815 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.November(System.Int32,System.Int32)"> | |
1816 <summary> | |
1817 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/> | |
1818 in the month November. | |
1819 </summary> | |
1820 </member> | |
1821 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.December(System.Int32,System.Int32)"> | |
1822 <summary> | |
1823 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="day"/> and <paramref name="year"/> | |
1824 in the month December. | |
1825 </summary> | |
1826 </member> | |
1827 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.At(System.DateTime,System.TimeSpan)"> | |
1828 <summary> | |
1829 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="date"/> and <paramref name="time"/>. | |
1830 </summary> | |
1831 </member> | |
1832 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.At(System.DateTime,System.Int32,System.Int32,System.Int32)"> | |
1833 <summary> | |
1834 Returns a new <see cref="T:System.DateTime"/> value for the specified <paramref name="date"/> and time with the specified | |
1835 <paramref name="hours"/>, <paramref name="minutes"/> and optionally <paramref name="seconds"/>. | |
1836 </summary> | |
1837 </member> | |
1838 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.Before(System.TimeSpan,System.DateTime)"> | |
1839 <summary> | |
1840 Returns a new <see cref="T:System.DateTime"/> value that is the current <see cref="T:System.TimeSpan"/> before the | |
1841 specified <paramref name="sourceDateTime"/>. | |
1842 </summary> | |
1843 </member> | |
1844 <member name="M:FluentAssertions.Common.FluentDateTimeExtensions.After(System.TimeSpan,System.DateTime)"> | |
1845 <summary> | |
1846 Returns a new <see cref="T:System.DateTime"/> value that is the current <see cref="T:System.TimeSpan"/> after the | |
1847 specified <paramref name="sourceDateTime"/>. | |
1848 </summary> | |
1849 </member> | |
1850 <member name="T:FluentAssertions.Assertions.IntegralAssertions`1"> | |
1851 <summary> | |
1852 Contains a number of methods to assert that an integral number is in the correct state. | |
1853 </summary> | |
1854 </member> | |
1855 <member name="T:FluentAssertions.Assertions.NumericAssertions`1"> | |
1856 <summary> | |
1857 Contains a number of methods to assert that an <see cref="T:System.IComparable"/> is in the expected state. | |
1858 </summary> | |
1859 </member> | |
1860 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BePositive"> | |
1861 <summary> | |
1862 Asserts that the numeric value is greater than or equal to zero. | |
1863 </summary> | |
1864 </member> | |
1865 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BePositive(System.String,System.Object[])"> | |
1866 <summary> | |
1867 Asserts that the numeric value is greater than or equal to zero. | |
1868 </summary> | |
1869 <param name="reason"> | |
1870 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1871 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1872 </param> | |
1873 <param name="reasonArgs"> | |
1874 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1875 </param> | |
1876 </member> | |
1877 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeNegative"> | |
1878 <summary> | |
1879 Asserts that the numeric value is less than zero. | |
1880 </summary> | |
1881 </member> | |
1882 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeNegative(System.String,System.Object[])"> | |
1883 <summary> | |
1884 Asserts that the numeric value is less than zero. | |
1885 </summary> | |
1886 <param name="reason"> | |
1887 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1888 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1889 </param> | |
1890 <param name="reasonArgs"> | |
1891 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1892 </param> | |
1893 </member> | |
1894 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeLessThan(`0)"> | |
1895 <summary> | |
1896 Asserts that the numeric value is less than the specified <paramref name="expected"/> value. | |
1897 </summary> | |
1898 <param name="expected">The value to compare the current numeric value with.</param> | |
1899 </member> | |
1900 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeLessThan(`0,System.String,System.Object[])"> | |
1901 <summary> | |
1902 Asserts that the numeric value is less than the specified <paramref name="expected"/> value. | |
1903 </summary> | |
1904 <param name="expected">The value to compare the current numeric value with.</param> | |
1905 <param name="reason"> | |
1906 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1907 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1908 </param> | |
1909 <param name="reasonArgs"> | |
1910 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1911 </param> | |
1912 </member> | |
1913 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeLessOrEqualTo(`0)"> | |
1914 <summary> | |
1915 Asserts that the numeric value is less than or equal to the specified <paramref name="expected"/> value. | |
1916 </summary> | |
1917 <param name="expected">The value to compare the current numeric value with.</param> | |
1918 </member> | |
1919 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeLessOrEqualTo(`0,System.String,System.Object[])"> | |
1920 <summary> | |
1921 Asserts that the numeric value is less than or equal to the specified <paramref name="expected"/> value. | |
1922 </summary> | |
1923 <param name="expected">The value to compare the current numeric value with.</param> | |
1924 <param name="reason"> | |
1925 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1926 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1927 </param> | |
1928 <param name="reasonArgs"> | |
1929 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1930 </param> | |
1931 </member> | |
1932 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeGreaterThan(`0)"> | |
1933 <summary> | |
1934 Asserts that the numeric value is greater than the specified <paramref name="expected"/> value. | |
1935 </summary> | |
1936 <param name="expected">The value to compare the current numeric value with.</param> | |
1937 </member> | |
1938 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeGreaterThan(`0,System.String,System.Object[])"> | |
1939 <summary> | |
1940 Asserts that the numeric value is greater than the specified <paramref name="expected"/> value. | |
1941 </summary> | |
1942 <param name="expected">The value to compare the current numeric value with.</param> | |
1943 <param name="reason"> | |
1944 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1945 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1946 </param> | |
1947 <param name="reasonArgs"> | |
1948 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1949 </param> | |
1950 </member> | |
1951 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeGreaterOrEqualTo(`0)"> | |
1952 <summary> | |
1953 Asserts that the numeric value is greater than or equal to the specified <paramref name="expected"/> value. | |
1954 </summary> | |
1955 <param name="expected">The value to compare the current numeric value with.</param> | |
1956 </member> | |
1957 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeGreaterOrEqualTo(`0,System.String,System.Object[])"> | |
1958 <summary> | |
1959 Asserts that the numeric value is greater than or equal to the specified <paramref name="expected"/> value. | |
1960 </summary> | |
1961 <param name="expected">The value to compare the current numeric value with.</param> | |
1962 <param name="reason"> | |
1963 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1964 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
1965 </param> | |
1966 <param name="reasonArgs"> | |
1967 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
1968 </param> | |
1969 </member> | |
1970 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeInRange(`0,`0)"> | |
1971 <summary> | |
1972 Asserts that a value is within a range. | |
1973 </summary> | |
1974 <remarks> | |
1975 Where the range is continuous or incremental depends on the actual type of the value. | |
1976 </remarks> | |
1977 <param name="minimumValue"> | |
1978 The minimum valid value of the range. | |
1979 </param> | |
1980 <param name="maximumValue"> | |
1981 The maximum valid value of the range. | |
1982 </param> | |
1983 </member> | |
1984 <member name="M:FluentAssertions.Assertions.NumericAssertions`1.BeInRange(`0,`0,System.String,System.Object[])"> | |
1985 <summary> | |
1986 Asserts that a value is within a range. | |
1987 </summary> | |
1988 <remarks> | |
1989 Where the range is continuous or incremental depends on the actual type of the value. | |
1990 </remarks> | |
1991 <param name="minimumValue"> | |
1992 The minimum valid value of the range. | |
1993 </param> | |
1994 <param name="maximumValue"> | |
1995 The maximum valid value of the range. | |
1996 </param> | |
1997 <param name="reason"> | |
1998 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
1999 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2000 </param> | |
2001 <param name="reasonArgs"> | |
2002 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2003 </param> | |
2004 </member> | |
2005 <member name="M:FluentAssertions.Assertions.IntegralAssertions`1.Be(`0)"> | |
2006 <summary> | |
2007 Asserts that the integral number value is exactly the same as the <paramref name="expected"/> value. | |
2008 </summary> | |
2009 <param name="expected">The expected value.</param> | |
2010 </member> | |
2011 <member name="M:FluentAssertions.Assertions.IntegralAssertions`1.Be(`0,System.String,System.Object[])"> | |
2012 <summary> | |
2013 Asserts that the integral number value is exactly the same as the <paramref name="expected"/> value. | |
2014 </summary> | |
2015 <param name="expected">The expected value.</param> | |
2016 <param name="reason"> | |
2017 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2018 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2019 </param> | |
2020 <param name="reasonArgs"> | |
2021 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2022 </param> | |
2023 </member> | |
2024 <member name="M:FluentAssertions.Assertions.IntegralAssertions`1.NotBe(`0)"> | |
2025 <summary> | |
2026 Asserts that the integral number value is not the same as the <paramref name="unexpected"/> value. | |
2027 </summary> | |
2028 <param name="unexpected">The unexpected value.</param> | |
2029 </member> | |
2030 <member name="M:FluentAssertions.Assertions.IntegralAssertions`1.NotBe(`0,System.String,System.Object[])"> | |
2031 <summary> | |
2032 Asserts that the integral number value is not the same as the <paramref name="unexpected"/> value. | |
2033 </summary> | |
2034 <param name="unexpected">The unexpected value.</param> | |
2035 <param name="reason"> | |
2036 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2037 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2038 </param> | |
2039 <param name="reasonArgs"> | |
2040 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2041 </param> | |
2042 </member> | |
2043 <member name="T:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions"> | |
2044 <summary> | |
2045 Contains a number of methods to assert that a nullable <see cref="T:System.TimeSpan"/> is in the expected state. | |
2046 </summary> | |
2047 <remarks> | |
2048 You can use the <see cref="T:FluentAssertions.Common.TimeSpanConversionExtensions"/> for a more fluent way of specifying a <see cref="T:System.TimeSpan"/>. | |
2049 </remarks> | |
2050 </member> | |
2051 <member name="T:FluentAssertions.Assertions.SimpleTimeSpanAssertions"> | |
2052 <summary> | |
2053 Contains a number of methods to assert that a nullable <see cref="T:System.TimeSpan"/> is in the expected state. | |
2054 </summary> | |
2055 </member> | |
2056 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BePositive"> | |
2057 <summary> | |
2058 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than zero. | |
2059 </summary> | |
2060 </member> | |
2061 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BePositive(System.String,System.Object[])"> | |
2062 <summary> | |
2063 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than zero. | |
2064 </summary> | |
2065 <param name="reason"> | |
2066 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2067 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2068 </param> | |
2069 <param name="reasonArgs"> | |
2070 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2071 </param> | |
2072 </member> | |
2073 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeNegative"> | |
2074 <summary> | |
2075 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than zero. | |
2076 </summary> | |
2077 </member> | |
2078 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeNegative(System.String,System.Object[])"> | |
2079 <summary> | |
2080 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than zero. | |
2081 </summary> | |
2082 <param name="reason"> | |
2083 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2084 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2085 </param> | |
2086 <param name="reasonArgs"> | |
2087 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2088 </param> | |
2089 </member> | |
2090 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.Be(System.TimeSpan)"> | |
2091 <summary> | |
2092 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is equal to the | |
2093 specified <paramref name="expected"/> time. | |
2094 </summary> | |
2095 <param name="expected">The expected time difference</param> | |
2096 </member> | |
2097 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.Be(System.TimeSpan,System.String,System.Object[])"> | |
2098 <summary> | |
2099 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is equal to the | |
2100 specified <paramref name="expected"/> time. | |
2101 </summary> | |
2102 <param name="expected">The expected time difference</param> | |
2103 <param name="reason"> | |
2104 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2105 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2106 </param> | |
2107 <param name="reasonArgs"> | |
2108 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2109 </param> | |
2110 </member> | |
2111 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.NotBe(System.TimeSpan)"> | |
2112 <summary> | |
2113 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is not equal to the | |
2114 specified <paramref name="unexpected"/> time. | |
2115 </summary> | |
2116 <param name="unexpected">The unexpected time difference</param> | |
2117 </member> | |
2118 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.NotBe(System.TimeSpan,System.String,System.Object[])"> | |
2119 <summary> | |
2120 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is not equal to the | |
2121 specified <paramref name="unexpected"/> time. | |
2122 </summary> | |
2123 <param name="unexpected">The unexpected time difference</param> | |
2124 <param name="reason"> | |
2125 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2126 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2127 </param> | |
2128 <param name="reasonArgs"> | |
2129 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2130 </param> | |
2131 </member> | |
2132 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeLessThan(System.TimeSpan)"> | |
2133 <summary> | |
2134 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than the | |
2135 specified <paramref name="expected"/> time. | |
2136 </summary> | |
2137 <param name="expected">The time difference to which the current value will be compared</param> | |
2138 </member> | |
2139 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeLessThan(System.TimeSpan,System.String,System.Object[])"> | |
2140 <summary> | |
2141 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than the | |
2142 specified <paramref name="expected"/> time. | |
2143 </summary> | |
2144 <param name="expected">The time difference to which the current value will be compared</param> | |
2145 <param name="reason"> | |
2146 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2147 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2148 </param> | |
2149 <param name="reasonArgs"> | |
2150 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2151 </param> | |
2152 </member> | |
2153 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeLessOrEqualTo(System.TimeSpan)"> | |
2154 <summary> | |
2155 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than or equal to the | |
2156 specified <paramref name="expected"/> time. | |
2157 </summary> | |
2158 <param name="expected">The time difference to which the current value will be compared</param> | |
2159 </member> | |
2160 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeLessOrEqualTo(System.TimeSpan,System.String,System.Object[])"> | |
2161 <summary> | |
2162 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is less than or equal to the | |
2163 specified <paramref name="expected"/> time. | |
2164 </summary> | |
2165 <param name="expected">The time difference to which the current value will be compared</param> | |
2166 <param name="reason"> | |
2167 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2168 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2169 </param> | |
2170 <param name="reasonArgs"> | |
2171 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2172 </param> | |
2173 </member> | |
2174 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeGreaterThan(System.TimeSpan)"> | |
2175 <summary> | |
2176 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than the | |
2177 specified <paramref name="expected"/> time. | |
2178 </summary> | |
2179 <param name="expected">The time difference to which the current value will be compared</param> | |
2180 </member> | |
2181 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeGreaterThan(System.TimeSpan,System.String,System.Object[])"> | |
2182 <summary> | |
2183 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than the | |
2184 specified <paramref name="expected"/> time. | |
2185 </summary> | |
2186 <param name="expected">The time difference to which the current value will be compared</param> | |
2187 <param name="reason"> | |
2188 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2189 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2190 </param> | |
2191 <param name="reasonArgs"> | |
2192 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2193 </param> | |
2194 </member> | |
2195 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeGreaterOrEqualTo(System.TimeSpan)"> | |
2196 <summary> | |
2197 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than or equal to the | |
2198 specified <paramref name="expected"/> time. | |
2199 </summary> | |
2200 <param name="expected">The time difference to which the current value will be compared</param> | |
2201 </member> | |
2202 <member name="M:FluentAssertions.Assertions.SimpleTimeSpanAssertions.BeGreaterOrEqualTo(System.TimeSpan,System.String,System.Object[])"> | |
2203 <summary> | |
2204 Asserts that the time difference of the current <see cref="T:System.TimeSpan"/> is greater than or equal to the | |
2205 specified <paramref name="expected"/> time. | |
2206 </summary> | |
2207 <param name="expected">The time difference to which the current value will be compared</param> | |
2208 <param name="reason"> | |
2209 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2210 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2211 </param> | |
2212 <param name="reasonArgs"> | |
2213 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2214 </param> | |
2215 </member> | |
2216 <member name="P:FluentAssertions.Assertions.SimpleTimeSpanAssertions.Subject"> | |
2217 <summary> | |
2218 Gets the object which value is being asserted. | |
2219 </summary> | |
2220 </member> | |
2221 <member name="M:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions.HaveValue"> | |
2222 <summary> | |
2223 Asserts that a nullable <see cref="T:System.TimeSpan"/> value is not <c>null</c>. | |
2224 </summary> | |
2225 </member> | |
2226 <member name="M:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions.HaveValue(System.String,System.Object[])"> | |
2227 <summary> | |
2228 Asserts that a nullable <see cref="T:System.TimeSpan"/> value is not <c>null</c>. | |
2229 </summary> | |
2230 <param name="reason"> | |
2231 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2232 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2233 </param> | |
2234 <param name="reasonArgs"> | |
2235 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2236 </param> | |
2237 </member> | |
2238 <member name="M:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions.NotHaveValue"> | |
2239 <summary> | |
2240 Asserts that a nullable <see cref="T:System.TimeSpan"/> value is <c>null</c>. | |
2241 </summary> | |
2242 </member> | |
2243 <member name="M:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions.NotHaveValue(System.String,System.Object[])"> | |
2244 <summary> | |
2245 Asserts that a nullable <see cref="T:System.TimeSpan"/> value is <c>null</c>. | |
2246 </summary> | |
2247 <param name="reason"> | |
2248 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2249 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2250 </param> | |
2251 <param name="reasonArgs"> | |
2252 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2253 </param> | |
2254 </member> | |
2255 <member name="T:FluentAssertions.Common.ObjectAlreadyTrackedException"> | |
2256 <summary> | |
2257 Is thrown when the <see cref="T:FluentAssertions.Common.UniqueObjectTracker"/> detects an object that was already processed. | |
2258 </summary> | |
2259 </member> | |
2260 <member name="T:FluentAssertions.Common.UniqueObjectTracker"> | |
2261 <summary> | |
2262 Simple class for detecting an attempt to process an object that were already processed. | |
2263 </summary> | |
2264 </member> | |
2265 <member name="M:FluentAssertions.Common.UniqueObjectTracker.Track(System.Object)"> | |
2266 <summary> | |
2267 Tracks the specified reference but throws an <see cref="T:FluentAssertions.Common.ObjectAlreadyTrackedException"/> | |
2268 if that reference was already tracked. | |
2269 </summary> | |
2270 </member> | |
2271 <member name="T:FluentAssertions.Common.TimeSpanConversionExtensions"> | |
2272 <summary> | |
2273 Extension methods on <see cref="T:System.Int32"/> to allow for a more fluent way of specifying a <see cref="T:System.TimeSpan"/>. | |
2274 </summary> | |
2275 <example> | |
2276 Instead of<br/> | |
2277 <br/> | |
2278 TimeSpan.FromHours(12)<br/> | |
2279 <br/> | |
2280 you can write<br/> | |
2281 <br/> | |
2282 12.Hours()<br/> | |
2283 <br/> | |
2284 Or even<br/> | |
2285 <br/> | |
2286 12.Hours().And(30.Minutes()). | |
2287 </example> | |
2288 <seealso cref="T:FluentAssertions.Common.FluentDateTimeExtensions"/> | |
2289 </member> | |
2290 <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Milliseconds(System.Int32)"> | |
2291 <summary> | |
2292 Returns a <see cref="T:System.TimeSpan"/> based on a number of milliseconds. | |
2293 </summary> | |
2294 </member> | |
2295 <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Seconds(System.Int32)"> | |
2296 <summary> | |
2297 Returns a <see cref="T:System.TimeSpan"/> based on a number of seconds. | |
2298 </summary> | |
2299 </member> | |
2300 <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Seconds(System.Int32,System.TimeSpan)"> | |
2301 <summary> | |
2302 Returns a <see cref="T:System.TimeSpan"/> based on a number of seconds, and add the specified | |
2303 <paramref name="offset"/>. | |
2304 </summary> | |
2305 </member> | |
2306 <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Minutes(System.Int32)"> | |
2307 <summary> | |
2308 Returns a <see cref="T:System.TimeSpan"/> based on a number of minutes. | |
2309 </summary> | |
2310 </member> | |
2311 <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Minutes(System.Int32,System.TimeSpan)"> | |
2312 <summary> | |
2313 Returns a <see cref="T:System.TimeSpan"/> based on a number of minutes, and add the specified | |
2314 <paramref name="offset"/>. | |
2315 </summary> | |
2316 </member> | |
2317 <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Hours(System.Int32)"> | |
2318 <summary> | |
2319 Returns a <see cref="T:System.TimeSpan"/> based on a number of hours. | |
2320 </summary> | |
2321 </member> | |
2322 <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Hours(System.Int32,System.TimeSpan)"> | |
2323 <summary> | |
2324 Returns a <see cref="T:System.TimeSpan"/> based on a number of hours, and add the specified | |
2325 <paramref name="offset"/>. | |
2326 </summary> | |
2327 </member> | |
2328 <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Days(System.Int32)"> | |
2329 <summary> | |
2330 Returns a <see cref="T:System.TimeSpan"/> based on a number of days. | |
2331 </summary> | |
2332 </member> | |
2333 <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.Days(System.Int32,System.TimeSpan)"> | |
2334 <summary> | |
2335 Returns a <see cref="T:System.TimeSpan"/> based on a number of days, and add the specified | |
2336 <paramref name="offset"/>. | |
2337 </summary> | |
2338 </member> | |
2339 <member name="M:FluentAssertions.Common.TimeSpanConversionExtensions.And(System.TimeSpan,System.TimeSpan)"> | |
2340 <summary> | |
2341 Convenience method for chaining multiple calls to the methods provided by this class. | |
2342 </summary> | |
2343 <example> | |
2344 23.Hours().And(59.Minutes()) | |
2345 </example> | |
2346 </member> | |
2347 <member name="T:FluentAssertions.Assertions.ReferenceTypeAssertions`2"> | |
2348 <summary> | |
2349 Contains a number of methods to assert that a reference type object is in the expected state. | |
2350 </summary> | |
2351 </member> | |
2352 <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.BeOfType``1"> | |
2353 <summary> | |
2354 Asserts that the object is of the specified type <typeparamref name="T"/>. | |
2355 </summary> | |
2356 <typeparam name="T">The expected type of the object.</typeparam> | |
2357 </member> | |
2358 <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.BeOfType``1(System.String,System.Object[])"> | |
2359 <summary> | |
2360 Asserts that the object is of the specified type <typeparamref name="T"/>. | |
2361 </summary> | |
2362 <typeparam name="T">The expected type of the object.</typeparam> | |
2363 <param name="reason"> | |
2364 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2365 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2366 </param> | |
2367 <param name="reasonArgs"> | |
2368 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2369 </param> | |
2370 </member> | |
2371 <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.BeAssignableTo``1"> | |
2372 <summary> | |
2373 Asserts that the object is assignable to a variable of type <typeparamref name="T"/>. | |
2374 </summary> | |
2375 <typeparam name="T">The type to which the object should be assignable.</typeparam> | |
2376 <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns> | |
2377 </member> | |
2378 <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.BeAssignableTo``1(System.String,System.Object[])"> | |
2379 <summary> | |
2380 Asserts that the object is assignable to a variable of type <typeparamref name="T"/>. | |
2381 </summary> | |
2382 <typeparam name="T">The type to which the object should be assignable.</typeparam> | |
2383 <param name="reason">The reason why the object should be assignable to the type.</param> | |
2384 <param name="reasonArgs">The parameters used when formatting the <paramref name="reason"/>.</param> | |
2385 <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns> | |
2386 </member> | |
2387 <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Match(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})"> | |
2388 <summary> | |
2389 Asserts that the <paramref name="predicate"/> is statisfied. | |
2390 </summary> | |
2391 <param name="predicate">The predicate which must be satisfied by the <typeparamref name="TSubject"/>.</param> | |
2392 <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns> | |
2393 </member> | |
2394 <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Match(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])"> | |
2395 <summary> | |
2396 Asserts that the <paramref name="predicate"/> is satisfied. | |
2397 </summary> | |
2398 <param name="predicate">The predicate which must be statisfied by the <typeparamref name="TSubject"/>.</param> | |
2399 <param name="reason">The reason why the predicate should be satisfied.</param> | |
2400 <param name="reasonArgs">The parameters used when formatting the <paramref name="reason"/>.</param> | |
2401 <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns> | |
2402 </member> | |
2403 <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Match``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"> | |
2404 <summary> | |
2405 Asserts that the <paramref name="predicate"/> is satisfied. | |
2406 </summary> | |
2407 <param name="predicate">The predicate which must be statisfied by the <typeparamref name="TSubject"/>.</param> | |
2408 <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns> | |
2409 </member> | |
2410 <member name="M:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Match``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.String,System.Object[])"> | |
2411 <summary> | |
2412 Asserts that the <paramref name="predicate"/> is satisfied. | |
2413 </summary> | |
2414 <param name="predicate">The predicate which must be statisfied by the <typeparamref name="TSubject"/>.</param> | |
2415 <param name="reason">The reason why the predicate should be satisfied.</param> | |
2416 <param name="reasonArgs">The parameters used when formatting the <paramref name="reason"/>.</param> | |
2417 <returns>An <see cref="T:FluentAssertions.AndConstraint`1"/> which can be used to chain assertions.</returns> | |
2418 </member> | |
2419 <member name="P:FluentAssertions.Assertions.ReferenceTypeAssertions`2.Subject"> | |
2420 <summary> | |
2421 Gets the object which value is being asserted. | |
2422 </summary> | |
2423 </member> | |
2424 <member name="T:FluentAssertions.Assertions.BooleanAssertions"> | |
2425 <summary> | |
2426 Contains a number of methods to assert that a <see cref="T:System.Boolean"/> is in the expected state. | |
2427 </summary> | |
2428 </member> | |
2429 <member name="M:FluentAssertions.Assertions.BooleanAssertions.BeFalse"> | |
2430 <summary> | |
2431 Asserts that the value is <c>false</c>. | |
2432 </summary> | |
2433 </member> | |
2434 <member name="M:FluentAssertions.Assertions.BooleanAssertions.BeFalse(System.String,System.Object[])"> | |
2435 <summary> | |
2436 Asserts that the value is <c>false</c>. | |
2437 </summary> | |
2438 <param name="reason"> | |
2439 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2440 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2441 </param> | |
2442 <param name="reasonArgs"> | |
2443 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2444 </param> | |
2445 </member> | |
2446 <member name="M:FluentAssertions.Assertions.BooleanAssertions.BeTrue"> | |
2447 <summary> | |
2448 Asserts that the value is <c>true</c>. | |
2449 </summary> | |
2450 </member> | |
2451 <member name="M:FluentAssertions.Assertions.BooleanAssertions.BeTrue(System.String,System.Object[])"> | |
2452 <summary> | |
2453 Asserts that the value is <c>true</c>. | |
2454 </summary> | |
2455 <param name="reason"> | |
2456 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2457 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2458 </param> | |
2459 <param name="reasonArgs"> | |
2460 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2461 </param> | |
2462 </member> | |
2463 <member name="M:FluentAssertions.Assertions.BooleanAssertions.Be(System.Boolean)"> | |
2464 <summary> | |
2465 Asserts that the value is equal to the specified <paramref name="expected"/> value. | |
2466 </summary> | |
2467 <param name="expected">The expected value</param> | |
2468 </member> | |
2469 <member name="M:FluentAssertions.Assertions.BooleanAssertions.Be(System.Boolean,System.String,System.Object[])"> | |
2470 <summary> | |
2471 Asserts that the value is equal to the specified <paramref name="expected"/> value. | |
2472 </summary> | |
2473 <param name="expected">The expected value</param> | |
2474 <param name="reason"> | |
2475 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2476 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2477 </param> | |
2478 <param name="reasonArgs"> | |
2479 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2480 </param> | |
2481 </member> | |
2482 <member name="P:FluentAssertions.Assertions.BooleanAssertions.Subject"> | |
2483 <summary> | |
2484 Gets the object which value is being asserted. | |
2485 </summary> | |
2486 </member> | |
2487 <member name="T:FluentAssertions.Assertions.CollectionAssertions`2"> | |
2488 <summary> | |
2489 Contains a number of methods to assert that an <see cref="T:System.Collections.IEnumerable"/> is in the expected state. | |
2490 </summary> | |
2491 </member> | |
2492 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveCount(System.Int32)"> | |
2493 <summary> | |
2494 Asserts that the number of items in the collection matches the supplied <paramref name="expected" /> amount. | |
2495 </summary> | |
2496 <param name="expected">The expected number of items in the collection.</param> | |
2497 </member> | |
2498 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveCount(System.Int32,System.String,System.Object[])"> | |
2499 <summary> | |
2500 Asserts that the number of items in the collection matches the supplied <paramref name="expected"/> amount. | |
2501 </summary> | |
2502 <param name="expected">The expected number of items in the collection.</param> | |
2503 <param name="reason"> | |
2504 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2505 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2506 </param> | |
2507 <param name="reasonArgs"> | |
2508 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2509 </param> | |
2510 </member> | |
2511 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveCount(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}})"> | |
2512 <summary> | |
2513 Asserts that the number of items in the collection matches a condition stated by the <paramref name="countPredicate"/>. | |
2514 </summary> | |
2515 <param name="countPredicate">A predicate that yields the number of items that is expected to be in the collection.</param> | |
2516 </member> | |
2517 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveCount(System.Linq.Expressions.Expression{System.Func{System.Int32,System.Boolean}},System.String,System.Object[])"> | |
2518 <summary> | |
2519 Asserts that the number of items in the collection matches a condition stated by the <paramref name="countPredicate"/>. | |
2520 </summary> | |
2521 <param name="countPredicate">A predicate that yields the number of items that is expected to be in the collection.</param> | |
2522 <param name="reason"> | |
2523 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2524 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2525 </param> | |
2526 <param name="reasonArgs"> | |
2527 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2528 </param> | |
2529 </member> | |
2530 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEmpty"> | |
2531 <summary> | |
2532 Asserts that the collection does not contain any items. | |
2533 </summary> | |
2534 </member> | |
2535 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEmpty(System.String,System.Object[])"> | |
2536 <summary> | |
2537 Asserts that the collection does not contain any items. | |
2538 </summary> | |
2539 <param name="reason"> | |
2540 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2541 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2542 </param> | |
2543 <param name="reasonArgs"> | |
2544 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2545 </param> | |
2546 </member> | |
2547 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeEmpty"> | |
2548 <summary> | |
2549 Asserts that the collection contains at least 1 item. | |
2550 </summary> | |
2551 </member> | |
2552 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeEmpty(System.String,System.Object[])"> | |
2553 <summary> | |
2554 Asserts that the collection contains at least 1 item. | |
2555 </summary> | |
2556 <param name="reason"> | |
2557 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2558 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2559 </param> | |
2560 <param name="reasonArgs"> | |
2561 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2562 </param> | |
2563 </member> | |
2564 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.OnlyHaveUniqueItems"> | |
2565 <summary> | |
2566 Asserts that the collection does not contain any duplicate items. | |
2567 </summary> | |
2568 </member> | |
2569 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.OnlyHaveUniqueItems(System.String,System.Object[])"> | |
2570 <summary> | |
2571 Asserts that the collection does not contain any duplicate items. | |
2572 </summary> | |
2573 <param name="reason"> | |
2574 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2575 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2576 </param> | |
2577 <param name="reasonArgs"> | |
2578 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2579 </param> | |
2580 </member> | |
2581 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotContainNulls"> | |
2582 <summary> | |
2583 Asserts that the collection does not contain any <c>null</c> items. | |
2584 </summary> | |
2585 </member> | |
2586 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotContainNulls(System.String,System.Object[])"> | |
2587 <summary> | |
2588 Asserts that the collection does not contain any <c>null</c> items. | |
2589 </summary> | |
2590 <param name="reason"> | |
2591 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2592 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2593 </param> | |
2594 <param name="reasonArgs"> | |
2595 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2596 </param> | |
2597 </member> | |
2598 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Equal(System.Collections.IEnumerable)"> | |
2599 <summary> | |
2600 Expects the current collection to contain all the same elements in the same order as the collection identified by | |
2601 <paramref name="expected"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>. | |
2602 </summary> | |
2603 <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected items.</param> | |
2604 </member> | |
2605 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Equal(System.Object[])"> | |
2606 <summary> | |
2607 Expects the current collection to contain all the same elements in the same order as the collection identified by | |
2608 <paramref name="elements"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>. | |
2609 </summary> | |
2610 <param name="elements">A params array with the expected elements.</param> | |
2611 </member> | |
2612 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Equal(System.Collections.IEnumerable,System.String,System.Object[])"> | |
2613 <summary> | |
2614 Expects the current collection to contain all the same elements in the same order as the collection identified by | |
2615 <paramref name="expected"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>. | |
2616 </summary> | |
2617 <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param> | |
2618 <param name="reason"> | |
2619 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2620 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2621 </param> | |
2622 <param name="reasonArgs"> | |
2623 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2624 </param> | |
2625 </member> | |
2626 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotEqual(System.Collections.IEnumerable)"> | |
2627 <summary> | |
2628 Expects the current collection not to contain all the same elements in the same order as the collection identified by | |
2629 <paramref name="unexpected"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>. | |
2630 </summary> | |
2631 <param name="unexpected">An <see cref="T:System.Collections.IEnumerable"/> with the elements that are not expected.</param> | |
2632 </member> | |
2633 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotEqual(System.Collections.IEnumerable,System.String,System.Object[])"> | |
2634 <summary> | |
2635 Expects the current collection not to contain all the same elements in the same order as the collection identified by | |
2636 <paramref name="unexpected"/>. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>. | |
2637 </summary> | |
2638 <param name="unexpected">An <see cref="T:System.Collections.IEnumerable"/> with the elements that are not expected.</param> | |
2639 <param name="reason"> | |
2640 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2641 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2642 </param> | |
2643 <param name="reasonArgs"> | |
2644 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2645 </param> | |
2646 </member> | |
2647 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEquivalentTo(System.Collections.IEnumerable)"> | |
2648 <summary> | |
2649 Expects the current collection to contain all elements of the collection identified by <paramref name="expected"/>, | |
2650 regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>. | |
2651 </summary> | |
2652 <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param> | |
2653 </member> | |
2654 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEquivalentTo(System.Object[])"> | |
2655 <summary> | |
2656 Expects the current collection to contain all elements of the collection identified by <paramref name="elements"/>, | |
2657 regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>. | |
2658 </summary> | |
2659 <param name="elements">A params array with the expected elements.</param> | |
2660 </member> | |
2661 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeEquivalentTo(System.Collections.IEnumerable,System.String,System.Object[])"> | |
2662 <summary> | |
2663 Expects the current collection to contain all elements of the collection identified by <paramref name="expected"/>, | |
2664 regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>. | |
2665 </summary> | |
2666 <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param> | |
2667 <param name="reason"> | |
2668 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2669 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2670 </param> | |
2671 <param name="reasonArgs"> | |
2672 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2673 </param> | |
2674 </member> | |
2675 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeEquivalentTo(System.Collections.IEnumerable)"> | |
2676 <summary> | |
2677 Expects the current collection not to contain all elements of the collection identified by <paramref name="unexpected"/>, | |
2678 regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>. | |
2679 </summary> | |
2680 <param name="unexpected">An <see cref="T:System.Collections.IEnumerable"/> with the unexpected elements.</param> | |
2681 </member> | |
2682 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeEquivalentTo(System.Collections.IEnumerable,System.String,System.Object[])"> | |
2683 <summary> | |
2684 Expects the current collection not to contain all elements of the collection identified by <paramref name="unexpected"/>, | |
2685 regardless of the order. Elements are compared using their <see cref="M:System.Object.Equals(System.Object)"/>. | |
2686 </summary> | |
2687 <param name="unexpected">An <see cref="T:System.Collections.IEnumerable"/> with the unexpected elements.</param> | |
2688 <param name="reason"> | |
2689 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2690 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2691 </param> | |
2692 <param name="reasonArgs"> | |
2693 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2694 </param> | |
2695 </member> | |
2696 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.ContainItemsAssignableTo``1(System.String,System.Object[])"> | |
2697 <summary> | |
2698 Asserts that the current collection only contains items that are assignable to the type <typeparamref name="T"/>. | |
2699 </summary> | |
2700 <param name="reason"> | |
2701 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2702 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2703 </param> | |
2704 <param name="reasonArgs"> | |
2705 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2706 </param> | |
2707 </member> | |
2708 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Contain(System.Collections.IEnumerable)"> | |
2709 <summary> | |
2710 Expects the current collection to contain the specified elements in any order. Elements are compared | |
2711 using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
2712 </summary> | |
2713 <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param> | |
2714 </member> | |
2715 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.Contain(System.Collections.IEnumerable,System.String,System.Object[])"> | |
2716 <summary> | |
2717 Expects the current collection to contain the specified elements in any order. Elements are compared | |
2718 using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
2719 </summary> | |
2720 <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param> | |
2721 <param name="reason"> | |
2722 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2723 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2724 </param> | |
2725 <param name="reasonArgs"> | |
2726 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2727 </param> | |
2728 </member> | |
2729 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.ContainInOrder(System.Collections.IEnumerable)"> | |
2730 <summary> | |
2731 Expects the current collection to contain the specified elements in the exact same order. Elements are compared | |
2732 using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
2733 </summary> | |
2734 <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param> | |
2735 </member> | |
2736 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.ContainInOrder(System.Collections.IEnumerable,System.String,System.Object[])"> | |
2737 <summary> | |
2738 Expects the current collection to contain the specified elements in the exact same order. Elements are compared | |
2739 using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
2740 </summary> | |
2741 <param name="expected">An <see cref="T:System.Collections.IEnumerable"/> with the expected elements.</param> | |
2742 <param name="reason"> | |
2743 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2744 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2745 </param> | |
2746 <param name="reasonArgs"> | |
2747 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2748 </param> | |
2749 </member> | |
2750 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeSubsetOf(System.Collections.IEnumerable)"> | |
2751 <summary> | |
2752 Asserts that the collection is a subset of the <paramref name="expectedSuperset"/>. | |
2753 </summary> | |
2754 <param name="expectedSuperset">An <see cref="T:System.Collections.IEnumerable"/> with the expected superset.</param> | |
2755 </member> | |
2756 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeSubsetOf(System.Collections.IEnumerable,System.String,System.Object[])"> | |
2757 <summary> | |
2758 Asserts that the collection is a subset of the <paramref name="expectedSuperset"/>. | |
2759 </summary> | |
2760 <param name="expectedSuperset">An <see cref="T:System.Collections.IEnumerable"/> with the expected superset.</param> | |
2761 <param name="reason"> | |
2762 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2763 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2764 </param> | |
2765 <param name="reasonArgs"> | |
2766 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2767 </param> | |
2768 </member> | |
2769 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeSubsetOf(System.Collections.IEnumerable)"> | |
2770 <summary> | |
2771 Asserts that the collection is not a subset of the <paramref name="unexpectedSuperset"/>. | |
2772 </summary> | |
2773 <param name="unexpectedSuperset">An <see cref="T:System.Collections.IEnumerable"/> with the unexpected superset.</param> | |
2774 </member> | |
2775 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeSubsetOf(System.Collections.IEnumerable,System.String,System.Object[])"> | |
2776 <summary> | |
2777 Asserts that the collection is not a subset of the <paramref name="unexpectedSuperset"/>. | |
2778 </summary> | |
2779 <param name="unexpectedSuperset">An <see cref="T:System.Collections.IEnumerable"/> with the unexpected superset.</param> | |
2780 <param name="reason"> | |
2781 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2782 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2783 </param> | |
2784 <param name="reasonArgs"> | |
2785 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2786 </param> | |
2787 </member> | |
2788 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveSameCount(System.Collections.IEnumerable)"> | |
2789 <summary> | |
2790 Assert that the current collection has the same number of elements as <paramref name="otherCollection" />. | |
2791 </summary> | |
2792 <param name="otherCollection">The other collection with the same expected number of elements</param> | |
2793 </member> | |
2794 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveSameCount(System.Collections.IEnumerable,System.String,System.Object[])"> | |
2795 <summary> | |
2796 Assert that the current collection has the same number of elements as <paramref name="otherCollection"/>. | |
2797 </summary> | |
2798 <param name="otherCollection">The other collection with the same expected number of elements</param> | |
2799 <param name="reason"> | |
2800 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2801 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2802 </param> | |
2803 <param name="reasonArgs"> | |
2804 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2805 </param> | |
2806 </member> | |
2807 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeNull"> | |
2808 <summary> | |
2809 Asserts that the current collection has not been initialized yet with an actual collection. | |
2810 </summary> | |
2811 </member> | |
2812 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.BeNull(System.String,System.Object[])"> | |
2813 <summary> | |
2814 Asserts that the current collection has not been initialized yet with an actual collection. | |
2815 </summary> | |
2816 <param name="reason"> | |
2817 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2818 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2819 </param> | |
2820 <param name="reasonArgs"> | |
2821 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2822 </param> | |
2823 </member> | |
2824 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeNull"> | |
2825 <summary> | |
2826 Asserts that the current collection has been initialized with an actual collection. | |
2827 </summary> | |
2828 </member> | |
2829 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotBeNull(System.String,System.Object[])"> | |
2830 <summary> | |
2831 Asserts that the current collection has been initialized with an actual collection. | |
2832 </summary> | |
2833 <param name="reason"> | |
2834 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2835 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2836 </param> | |
2837 <param name="reasonArgs"> | |
2838 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2839 </param> | |
2840 </member> | |
2841 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveElementAt(System.Int32,System.Object)"> | |
2842 <summary> | |
2843 Asserts that the current collection has the supplied <paramref name="element" /> at the | |
2844 supplied <paramref name="index" />. | |
2845 </summary> | |
2846 <param name="index">The index where the element is expected</param> | |
2847 <param name="element">The expected element</param> | |
2848 </member> | |
2849 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.HaveElementAt(System.Int32,System.Object,System.String,System.Object[])"> | |
2850 <summary> | |
2851 Asserts that the current collection has the supplied <paramref name="element"/> at the | |
2852 supplied <paramref name="index"/>. | |
2853 </summary> | |
2854 <param name="index">The index where the element is expected</param> | |
2855 <param name="element">The expected element</param> | |
2856 <param name="reason"> | |
2857 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2858 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2859 </param> | |
2860 <param name="reasonArgs"> | |
2861 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2862 </param> | |
2863 </member> | |
2864 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.ContainItemsAssignableTo``1"> | |
2865 <summary> | |
2866 Asserts that the current collection only contains items that are assignable to the type <typeparamref name="T" />. | |
2867 </summary> | |
2868 </member> | |
2869 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotContain(System.Object)"> | |
2870 <summary> | |
2871 Asserts that the current collection does not contain the supplied <paramref name="unexpected" /> item. | |
2872 </summary> | |
2873 <param name="unexpected">The element that is not expected to be in the collection</param> | |
2874 </member> | |
2875 <member name="M:FluentAssertions.Assertions.CollectionAssertions`2.NotContain(System.Object,System.String,System.Object[])"> | |
2876 <summary> | |
2877 Asserts that the current collection does not contain the supplied <paramref name="unexpected"/> item. | |
2878 </summary> | |
2879 <param name="unexpected">The element that is not expected to be in the collection</param> | |
2880 <param name="reason"> | |
2881 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
2882 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
2883 </param> | |
2884 <param name="reasonArgs"> | |
2885 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
2886 </param> | |
2887 </member> | |
2888 <member name="M:FluentAssertions.Common.Extensions.IndexOfFirstMismatch(System.String,System.String)"> | |
2889 <summary> | |
2890 Finds the first index at which the <paramref name="value"/> does not match the <paramref name="expected"/> | |
2891 string anymore, including the exact casing. | |
2892 </summary> | |
2893 </member> | |
2894 <member name="M:FluentAssertions.Common.Extensions.IndexOfFirstMismatch(System.String,System.String,System.StringComparison)"> | |
2895 <summary> | |
2896 Finds the first index at which the <paramref name="value"/> does not match the <paramref name="expected"/> | |
2897 string anymore, accounting for the specified <paramref name="stringComparison"/>. | |
2898 </summary> | |
2899 </member> | |
2900 <member name="M:FluentAssertions.Common.Extensions.IndexedSegmentAt(System.String,System.Int32)"> | |
2901 <summary> | |
2902 Gets the quoted three characters at the specified index of a string, including the index itself. | |
2903 </summary> | |
2904 </member> | |
2905 <member name="M:FluentAssertions.Common.Extensions.FirstLine(System.String)"> | |
2906 <summary> | |
2907 Replaces all characters that might conflict with formatting placeholders and newlines with their escaped counterparts. | |
2908 </summary> | |
2909 </member> | |
2910 <member name="M:FluentAssertions.Common.Extensions.Escape(System.String)"> | |
2911 <summary> | |
2912 Replaces all characters that might conflict with formatting placeholders and newlines with their escaped counterparts. | |
2913 </summary> | |
2914 </member> | |
2915 <member name="T:FluentAssertions.EventMonitoring.EventMonitoringExtensions"> | |
2916 <summary> | |
2917 Provides extension methods for monitoring and querying events. | |
2918 </summary> | |
2919 </member> | |
2920 <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"> | |
2921 <summary> | |
2922 Starts monitoring an object for its events. | |
2923 </summary> | |
2924 <exception cref="T:System.ArgumentNullException">Thrown if eventSource is Null.</exception> | |
2925 </member> | |
2926 <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldRaise(System.Object,System.String)"> | |
2927 <summary> | |
2928 Asserts that an object has raised a particular event at least once. | |
2929 </summary> | |
2930 <param name="eventSource">The object exposing the event.</param> | |
2931 <param name="eventName">The name of the event that should have been raised.</param> | |
2932 <returns></returns> | |
2933 <remarks> | |
2934 You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can | |
2935 subscribe for the events of the object. | |
2936 </remarks> | |
2937 </member> | |
2938 <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldRaise(System.Object,System.String,System.String,System.Object[])"> | |
2939 <summary> | |
2940 Asserts that an object has raised a particular event at least once. | |
2941 </summary> | |
2942 <param name="eventSource">The object exposing the event.</param> | |
2943 <param name="eventName"> | |
2944 The name of the event that should have been raised. | |
2945 </param> | |
2946 <param name="reason"> | |
2947 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
2948 start with the word <i>because</i>, it is prepended to the message. | |
2949 </param> | |
2950 <param name="reasonArgs"> | |
2951 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
2952 </param> | |
2953 <remarks> | |
2954 You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can | |
2955 subscribe for the events of the object. | |
2956 </remarks> | |
2957 </member> | |
2958 <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldNotRaise(System.Object,System.String)"> | |
2959 <summary> | |
2960 Asserts that an object has not raised a particular event. | |
2961 </summary> | |
2962 <param name="eventSource">The object exposing the event.</param> | |
2963 <param name="eventName"> | |
2964 The name of the event that should not be raised. | |
2965 </param> | |
2966 <remarks> | |
2967 You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can | |
2968 subscribe for the events of the object. | |
2969 </remarks> | |
2970 </member> | |
2971 <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldNotRaise(System.Object,System.String,System.String,System.Object[])"> | |
2972 <summary> | |
2973 Asserts that an object has not raised a particular event. | |
2974 </summary> | |
2975 <param name="eventSource">The object exposing the event.</param> | |
2976 <param name="eventName"> | |
2977 The name of the event that should not be raised. | |
2978 </param> | |
2979 <param name="reason"> | |
2980 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
2981 start with the word <i>because</i>, it is prepended to the message. | |
2982 </param> | |
2983 <param name="reasonArgs"> | |
2984 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
2985 </param> | |
2986 <remarks> | |
2987 You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can | |
2988 subscribe for the events of the object. | |
2989 </remarks> | |
2990 </member> | |
2991 <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldRaisePropertyChangeFor``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}})"> | |
2992 <summary> | |
2993 Asserts that an object has raised the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event for a particular property. | |
2994 </summary> | |
2995 <remarks> | |
2996 You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can | |
2997 subscribe for the events of the object. | |
2998 </remarks> | |
2999 </member> | |
3000 <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldRaisePropertyChangeFor``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String,System.Object[])"> | |
3001 <summary> | |
3002 Asserts that an object has raised the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event for a particular property. | |
3003 </summary> | |
3004 <param name="eventSource">The object exposing the event.</param> | |
3005 <param name="propertyExpression"> | |
3006 A lambda expression referring to the property for which the property changed event should have been raised. | |
3007 </param> | |
3008 <param name="reason"> | |
3009 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
3010 start with the word <i>because</i>, it is prepended to the message. | |
3011 </param> | |
3012 <param name="reasonArgs"> | |
3013 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
3014 </param> | |
3015 <remarks> | |
3016 You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can | |
3017 subscribe for the events of the object. | |
3018 </remarks> | |
3019 </member> | |
3020 <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldNotRaisePropertyChangeFor``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}})"> | |
3021 <summary> | |
3022 Asserts that an object has not raised the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event for a particular property. | |
3023 </summary> | |
3024 <remarks> | |
3025 You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can | |
3026 subscribe for the events of the object. | |
3027 </remarks> | |
3028 </member> | |
3029 <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.ShouldNotRaisePropertyChangeFor``1(``0,System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String,System.Object[])"> | |
3030 <summary> | |
3031 Asserts that an object has not raised the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"/> event for a particular property. | |
3032 </summary> | |
3033 <param name="eventSource">The object exposing the event.</param> | |
3034 <param name="propertyExpression"> | |
3035 A lambda expression referring to the property for which the property changed event should have been raised. | |
3036 </param> | |
3037 <param name="reason"> | |
3038 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
3039 start with the word <i>because</i>, it is prepended to the message. | |
3040 </param> | |
3041 <param name="reasonArgs"> | |
3042 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
3043 </param> | |
3044 <remarks> | |
3045 You must call <see cref="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.MonitorEvents(System.Object)"/> on the same object prior to this call so that Fluent Assertions can | |
3046 subscribe for the events of the object. | |
3047 </remarks> | |
3048 </member> | |
3049 <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.WithSender(FluentAssertions.EventMonitoring.IEventRecorder,System.Object)"> | |
3050 <summary> | |
3051 Asserts that all occurences of the event originated from the <param name="expectedSender"/>. | |
3052 </summary> | |
3053 </member> | |
3054 <member name="M:FluentAssertions.EventMonitoring.EventMonitoringExtensions.WithArgs``1(FluentAssertions.EventMonitoring.IEventRecorder,System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"> | |
3055 <summary> | |
3056 Asserts that at least one occurrence of the event had an <see cref="T:System.EventArgs"/> object matching a predicate. | |
3057 </summary> | |
3058 </member> | |
3059 <member name="T:FluentAssertions.EventMonitoring.EventRecorder"> | |
3060 <summary> | |
3061 Records activity for a single event. | |
3062 </summary> | |
3063 </member> | |
3064 <member name="T:FluentAssertions.EventMonitoring.IEventRecorder"> | |
3065 <summary> | |
3066 Records raised events for one event on one object | |
3067 </summary> | |
3068 </member> | |
3069 <member name="M:FluentAssertions.EventMonitoring.IEventRecorder.RecordEvent(System.Object[])"> | |
3070 <summary> | |
3071 Store information about a raised event | |
3072 </summary> | |
3073 <param name = "parameters">Parameters the event was raised with</param> | |
3074 </member> | |
3075 <member name="P:FluentAssertions.EventMonitoring.IEventRecorder.EventObject"> | |
3076 <summary> | |
3077 The object events are recorded from | |
3078 </summary> | |
3079 </member> | |
3080 <member name="P:FluentAssertions.EventMonitoring.IEventRecorder.EventName"> | |
3081 <summary> | |
3082 The name of the event that's recorded | |
3083 </summary> | |
3084 </member> | |
3085 <member name="M:FluentAssertions.EventMonitoring.EventRecorder.#ctor(System.Object,System.String)"> | |
3086 <summary> | |
3087 </summary> | |
3088 <param name = "eventRaiser">The object events are recorded from</param> | |
3089 <param name = "eventName">The name of the event that's recorded</param> | |
3090 </member> | |
3091 <member name="M:FluentAssertions.EventMonitoring.EventRecorder.GetEnumerator"> | |
3092 <summary> | |
3093 Enumerate raised events | |
3094 </summary> | |
3095 </member> | |
3096 <member name="M:FluentAssertions.EventMonitoring.EventRecorder.System#Collections#IEnumerable#GetEnumerator"> | |
3097 <summary> | |
3098 Enumerate raised events | |
3099 </summary> | |
3100 <returns></returns> | |
3101 </member> | |
3102 <member name="M:FluentAssertions.EventMonitoring.EventRecorder.RecordEvent(System.Object[])"> | |
3103 <summary> | |
3104 Called by the auto-generated IL, to record information about a raised event. | |
3105 </summary> | |
3106 </member> | |
3107 <member name="P:FluentAssertions.EventMonitoring.EventRecorder.EventObject"> | |
3108 <summary> | |
3109 The object events are recorded from | |
3110 </summary> | |
3111 </member> | |
3112 <member name="P:FluentAssertions.EventMonitoring.EventRecorder.EventName"> | |
3113 <summary> | |
3114 The name of the event that's recorded | |
3115 </summary> | |
3116 </member> | |
3117 <member name="T:FluentAssertions.EventMonitoring.EventHandlerFactory"> | |
3118 <summary> | |
3119 Static methods that aid in generic event subscription | |
3120 </summary> | |
3121 </member> | |
3122 <member name="M:FluentAssertions.EventMonitoring.EventHandlerFactory.GenerateHandler(System.Type,FluentAssertions.EventMonitoring.IEventRecorder)"> | |
3123 <summary> | |
3124 Generates an eventhandler for an event of type eventSignature that calls RegisterEvent on recorder | |
3125 when invoked. | |
3126 </summary> | |
3127 </member> | |
3128 <member name="M:FluentAssertions.EventMonitoring.EventHandlerFactory.GetDelegateReturnType(System.Type)"> | |
3129 <summary> | |
3130 Finds the Return Type of a Delegate. | |
3131 </summary> | |
3132 </member> | |
3133 <member name="M:FluentAssertions.EventMonitoring.EventHandlerFactory.GetDelegateParameterTypes(System.Type)"> | |
3134 <summary> | |
3135 Returns an Array of Types that make up a delegate's parameter signature. | |
3136 </summary> | |
3137 </member> | |
3138 <member name="M:FluentAssertions.EventMonitoring.EventHandlerFactory.AppendParameterListThisReference(System.Type[])"> | |
3139 <summary> | |
3140 Returns an array of types appended with an EventRecorder reference at the beginning. | |
3141 </summary> | |
3142 </member> | |
3143 <member name="M:FluentAssertions.EventMonitoring.EventHandlerFactory.TypeIsDelegate(System.Type)"> | |
3144 <summary> | |
3145 Returns T/F Dependent on a Type Being a Delegate. | |
3146 </summary> | |
3147 </member> | |
3148 <member name="M:FluentAssertions.EventMonitoring.EventHandlerFactory.DelegateInvokeMethod(System.Type)"> | |
3149 <summary> | |
3150 Returns the MethodInfo for the Delegate's "Invoke" Method. | |
3151 </summary> | |
3152 </member> | |
3153 <member name="T:FluentAssertions.EventMonitoring.RecordedEvent"> | |
3154 <summary> | |
3155 This class is used to store data about an intercepted event | |
3156 </summary> | |
3157 </member> | |
3158 <member name="M:FluentAssertions.EventMonitoring.RecordedEvent.#ctor(System.Object,System.Object[])"> | |
3159 <summary> | |
3160 Default constructor stores the parameters the event was raised with | |
3161 </summary> | |
3162 </member> | |
3163 <member name="P:FluentAssertions.EventMonitoring.RecordedEvent.Parameters"> | |
3164 <summary> | |
3165 Parameters for the event | |
3166 </summary> | |
3167 </member> | |
3168 <member name="T:FluentAssertions.EventMonitoring.EventRecordersMap"> | |
3169 <summary> | |
3170 Simple dictionary that uses a <see cref="T:System.WeakReference"/> to the event source as the key. | |
3171 This should ensure the Garbage Collector can still clean-up the event source object. | |
3172 </summary> | |
3173 </member> | |
3174 <member name="M:FluentAssertions.Formatting.IValueFormatter.CanHandle(System.Object)"> | |
3175 <summary> | |
3176 Indicates whether the current <see cref="T:FluentAssertions.Formatting.IValueFormatter"/> can handle the specified <paramref name="value"/>. | |
3177 </summary> | |
3178 <param name="value">The value for which to create a <see cref="T:System.String"/>.</param> | |
3179 <returns> | |
3180 <c>true</c> if the current <see cref="T:FluentAssertions.Formatting.IValueFormatter"/> can handle the specified value; otherwise, <c>false</c>. | |
3181 </returns> | |
3182 </member> | |
3183 <member name="M:FluentAssertions.Formatting.IValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)"> | |
3184 <summary> | |
3185 Returns a <see cref="T:System.String"/> that represents this instance. | |
3186 </summary> | |
3187 <param name="value">The value for which to create a <see cref="T:System.String"/>.</param> | |
3188 <param name="uniqueObjectTracker"> | |
3189 An object that is passed through recursive calls and which should be used to detect circular references | |
3190 in the object graph that is being converted to a string representation.</param> | |
3191 <param name="nestedPropertyLevel"> | |
3192 The level of nesting for the supplied value. This is used for indenting the format string for objects that have | |
3193 no <see cref="M:System.Object.ToString"/> override. | |
3194 </param> | |
3195 <returns> | |
3196 A <see cref="T:System.String"/> that represents this instance. | |
3197 </returns> | |
3198 </member> | |
3199 <member name="M:FluentAssertions.Formatting.DateTimeValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)"> | |
3200 <summary> | |
3201 Returns a <see cref="T:System.String"/> that represents this instance. | |
3202 </summary> | |
3203 <param name="value">The value for which to create a <see cref="T:System.String"/>.</param> | |
3204 <param name="uniqueObjectTracker"> | |
3205 An object that is passed through recursive calls and which should be used to detect circular references | |
3206 in the object graph that is being converted to a string representation.</param> | |
3207 <param name="nestedPropertyLevel"> | |
3208 The level of nesting for the supplied value. This is used for indenting the format string for objects that have | |
3209 no <see cref="M:System.Object.ToString"/> override. | |
3210 </param> | |
3211 <returns> | |
3212 A <see cref="T:System.String"/> that represents this instance. | |
3213 </returns> | |
3214 </member> | |
3215 <member name="M:FluentAssertions.Formatting.DefaultValueFormatter.CanHandle(System.Object)"> | |
3216 <summary> | |
3217 Determines whether this instance can handle the specified value. | |
3218 </summary> | |
3219 <param name = "value">The value.</param> | |
3220 <returns> | |
3221 <c>true</c> if this instance can handle the specified value; otherwise, <c>false</c>. | |
3222 </returns> | |
3223 </member> | |
3224 <member name="M:FluentAssertions.Formatting.DefaultValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)"> | |
3225 <summary> | |
3226 Returns a <see cref="T:System.String"/> that represents this instance. | |
3227 </summary> | |
3228 <param name="value">The value for which to create a <see cref="T:System.String"/>.</param> | |
3229 <param name="uniqueObjectTracker"> | |
3230 An object that is passed through recursive calls and which should be used to detect circular references | |
3231 in the object graph that is being converted to a string representation.</param> | |
3232 <param name="nestedPropertyLevel"> | |
3233 The level of nesting for the supplied value. This is used for indenting the format string for objects that have | |
3234 no <see cref="M:System.Object.ToString"/> override. | |
3235 </param> | |
3236 <returns> | |
3237 A <see cref="T:System.String"/> that represents this instance. | |
3238 </returns> | |
3239 </member> | |
3240 <member name="M:FluentAssertions.Formatting.EnumerableValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)"> | |
3241 <summary> | |
3242 Returns a <see cref="T:System.String"/> that represents this instance. | |
3243 </summary> | |
3244 <param name="value">The value for which to create a <see cref="T:System.String"/>.</param> | |
3245 <param name="uniqueObjectTracker"> | |
3246 An object that is passed through recursive calls and which should be used to detect circular references | |
3247 in the object graph that is being converted to a string representation.</param> | |
3248 <param name="nestedPropertyLevel"> | |
3249 The level of nesting for the supplied value. This is used for indenting the format string for objects that have | |
3250 no <see cref="M:System.Object.ToString"/> override. | |
3251 </param> | |
3252 <returns> | |
3253 A <see cref="T:System.String"/> that represents this instance. | |
3254 </returns> | |
3255 </member> | |
3256 <member name="T:FluentAssertions.Formatting.Formatter"> | |
3257 <summary> | |
3258 Provides services for formatting an object being used in an assertion in a human readable format. | |
3259 </summary> | |
3260 </member> | |
3261 <member name="F:FluentAssertions.Formatting.Formatter.formatters"> | |
3262 <summary> | |
3263 A list of objects responsible for formatting the objects represented by placeholders. | |
3264 </summary> | |
3265 </member> | |
3266 <member name="M:FluentAssertions.Formatting.Formatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)"> | |
3267 <summary> | |
3268 Returns a human-readable representation of a particular object. | |
3269 </summary> | |
3270 <param name="value">The value for which to create a <see cref="T:System.String"/>.</param> | |
3271 <param name="uniqueObjectTracker"></param> | |
3272 <param name="nestedPropertyLevel"> | |
3273 The level of nesting for the supplied value. This is used for indenting the format string for objects that have | |
3274 no <see cref="M:System.Object.ToString"/> override. | |
3275 </param> | |
3276 <returns> | |
3277 A <see cref="T:System.String"/> that represents this instance. | |
3278 </returns> | |
3279 </member> | |
3280 <member name="M:FluentAssertions.Formatting.Formatter.ToStringLine(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)"> | |
3281 <summary> | |
3282 Returns a human-readable representation of a particular object that starts on a new line. | |
3283 </summary> | |
3284 <param name="value">The value for which to create a <see cref="T:System.String"/>.</param> | |
3285 <param name="nestedPropertyLevel"> | |
3286 The level of nesting for the supplied value. This is used for indenting the format string for objects that have | |
3287 no <see cref="M:System.Object.ToString"/> override. | |
3288 </param> | |
3289 <returns> | |
3290 A <see cref="T:System.String"/> that represents this instance. | |
3291 </returns> | |
3292 </member> | |
3293 <member name="M:FluentAssertions.Formatting.TimeSpanValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)"> | |
3294 <summary> | |
3295 Returns a <see cref="T:System.String"/> that represents this instance. | |
3296 </summary> | |
3297 <param name="value">The value for which to create a <see cref="T:System.String"/>.</param> | |
3298 <param name="uniqueObjectTracker"> | |
3299 An object that is passed through recursive calls and which should be used to detect circular references | |
3300 in the object graph that is being converted to a string representation.</param> | |
3301 <param name="nestedPropertyLevel"> | |
3302 The level of nesting for the supplied value. This is used for indenting the format string for objects that have | |
3303 no <see cref="M:System.Object.ToString"/> override. | |
3304 </param> | |
3305 <returns> | |
3306 A <see cref="T:System.String"/> that represents this instance. | |
3307 </returns> | |
3308 </member> | |
3309 <member name="M:FluentAssertions.Formatting.XAttributeValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)"> | |
3310 <summary> | |
3311 Returns a <see cref="T:System.String"/> that represents this instance. | |
3312 </summary> | |
3313 <param name="value">The value for which to create a <see cref="T:System.String"/>.</param> | |
3314 <param name="uniqueObjectTracker"> | |
3315 An object that is passed through recursive calls and which should be used to detect circular references | |
3316 in the object graph that is being converted to a string representation.</param> | |
3317 <param name="nestedPropertyLevel"> | |
3318 The level of nesting for the supplied value. This is used for indenting the format string for objects that have | |
3319 no <see cref="M:System.Object.ToString"/> override. | |
3320 </param> | |
3321 <returns> | |
3322 A <see cref="T:System.String"/> that represents this instance. | |
3323 </returns> | |
3324 </member> | |
3325 <member name="M:FluentAssertions.Formatting.XDocumentValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)"> | |
3326 <summary> | |
3327 Returns a <see cref="T:System.String"/> that represents this instance. | |
3328 </summary> | |
3329 <param name="value">The value for which to create a <see cref="T:System.String"/>.</param> | |
3330 <param name="uniqueObjectTracker"> | |
3331 An object that is passed through recursive calls and which should be used to detect circular references | |
3332 in the object graph that is being converted to a string representation.</param> | |
3333 <param name="nestedPropertyLevel"> | |
3334 The level of nesting for the supplied value. This is used for indenting the format string for objects that have | |
3335 no <see cref="M:System.Object.ToString"/> override. | |
3336 </param> | |
3337 <returns> | |
3338 A <see cref="T:System.String"/> that represents this instance. | |
3339 </returns> | |
3340 </member> | |
3341 <member name="M:FluentAssertions.Formatting.XElementValueFormatter.ToString(System.Object,FluentAssertions.Common.UniqueObjectTracker,System.Int32)"> | |
3342 <summary> | |
3343 Returns a <see cref="T:System.String"/> that represents this instance. | |
3344 </summary> | |
3345 <param name="value">The value for which to create a <see cref="T:System.String"/>.</param> | |
3346 <param name="uniqueObjectTracker"> | |
3347 An object that is passed through recursive calls and which should be used to detect circular references | |
3348 in the object graph that is being converted to a string representation.</param> | |
3349 <param name="nestedPropertyLevel"> | |
3350 The level of nesting for the supplied value. This is used for indenting the format string for objects that have | |
3351 no <see cref="M:System.Object.ToString"/> override. | |
3352 </param> | |
3353 <returns> | |
3354 A <see cref="T:System.String"/> that represents this instance. | |
3355 </returns> | |
3356 </member> | |
3357 <member name="T:FluentAssertions.Frameworks.FallbackTestFramework"> | |
3358 <summary> | |
3359 Throws a generic exception in case no other test harness is detected. | |
3360 </summary> | |
3361 </member> | |
3362 <member name="T:FluentAssertions.Frameworks.ITestFramework"> | |
3363 <summary> | |
3364 Represents an abstraction of a particular test framework such as MSTest, nUnit, etc. | |
3365 </summary> | |
3366 </member> | |
3367 <member name="M:FluentAssertions.Frameworks.ITestFramework.Throw(System.String)"> | |
3368 <summary> | |
3369 Throws a framework-specific exception to indicate a failing unit test. | |
3370 </summary> | |
3371 </member> | |
3372 <member name="P:FluentAssertions.Frameworks.ITestFramework.IsAvailable"> | |
3373 <summary> | |
3374 Gets a value indicating whether the corresponding test framework is currently available. | |
3375 </summary> | |
3376 </member> | |
3377 <member name="M:FluentAssertions.Frameworks.FallbackTestFramework.Throw(System.String)"> | |
3378 <summary> | |
3379 Throws a framework-specific exception to indicate a failing unit test. | |
3380 </summary> | |
3381 </member> | |
3382 <member name="P:FluentAssertions.Frameworks.FallbackTestFramework.IsAvailable"> | |
3383 <summary> | |
3384 Gets a value indicating whether the corresponding test framework is currently available. | |
3385 </summary> | |
3386 </member> | |
3387 <member name="T:FluentAssertions.Assertions.GenericCollectionAssertions`1"> | |
3388 <summary> | |
3389 Contains a number of methods to assert that an <see cref="T:System.Collections.Generic.IEnumerable`1"/> is in the expected state. | |
3390 </summary> | |
3391 </member> | |
3392 <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(`0)"> | |
3393 <summary> | |
3394 Asserts that the collection contains the specified item. | |
3395 </summary> | |
3396 </member> | |
3397 <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(`0,System.String,System.Object[])"> | |
3398 <summary> | |
3399 Asserts that the collection contains the specified item. | |
3400 </summary> | |
3401 <param name="expected">The expected item.</param> | |
3402 <param name="reason"> | |
3403 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
3404 start with the word <i>because</i>, it is prepended to the message. | |
3405 </param> | |
3406 <param name="reasonArgs"> | |
3407 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
3408 </param> | |
3409 </member> | |
3410 <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(System.Collections.Generic.IEnumerable{`0},`0[])"> | |
3411 <summary> | |
3412 Asserts that the collection contains some extra items in addition to the original items. | |
3413 </summary> | |
3414 <param name="expectedItemsList">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of expected items.</param> | |
3415 <param name="additionalExpectedItems">Additional items that are expected to be contained by the collection.</param> | |
3416 </member> | |
3417 <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})"> | |
3418 <summary> | |
3419 Asserts that the collection contains at least one item that matches the predicate. | |
3420 </summary> | |
3421 <param name="predicate">A predicate to match the items in the collection against.</param> | |
3422 </member> | |
3423 <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.Contain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])"> | |
3424 <summary> | |
3425 Asserts that the collection contains at least one item that matches the predicate. | |
3426 </summary> | |
3427 <param name="predicate">A predicate to match the items in the collection against.</param> | |
3428 <param name="reason"> | |
3429 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
3430 start with the word <i>because</i>, it is prepended to the message. | |
3431 </param> | |
3432 <param name="reasonArgs"> | |
3433 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
3434 </param> | |
3435 </member> | |
3436 <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.OnlyContain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})"> | |
3437 <summary> | |
3438 Asserts that the collection only contains items that match a predicate. | |
3439 </summary> | |
3440 <param name="predicate">A predicate to match the items in the collection against.</param> | |
3441 </member> | |
3442 <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.OnlyContain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])"> | |
3443 <summary> | |
3444 Asserts that the collection only contains items that match a predicate. | |
3445 </summary> | |
3446 <param name="predicate">A predicate to match the items in the collection against.</param> | |
3447 <param name="reason"> | |
3448 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
3449 start with the word <i>because</i>, it is prepended to the message. | |
3450 </param> | |
3451 <param name="reasonArgs"> | |
3452 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
3453 </param> | |
3454 </member> | |
3455 <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.NotContain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})"> | |
3456 <summary> | |
3457 Asserts that the collection does not contain any items that match the predicate. | |
3458 </summary> | |
3459 <param name="predicate">A predicate to match the items in the collection against.</param> | |
3460 </member> | |
3461 <member name="M:FluentAssertions.Assertions.GenericCollectionAssertions`1.NotContain(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])"> | |
3462 <summary> | |
3463 Asserts that the collection does not contain any items that match the predicate. | |
3464 </summary> | |
3465 <param name="predicate">A predicate to match the items in the collection against.</param> | |
3466 <param name="reason"> | |
3467 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
3468 start with the word <i>because</i>, it is prepended to the message. | |
3469 </param> | |
3470 <param name="reasonArgs"> | |
3471 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
3472 </param> | |
3473 </member> | |
3474 <member name="T:FluentAssertions.Assertions.NonGenericCollectionAssertions"> | |
3475 <summary> | |
3476 Contains a number of methods to assert that an <see cref="T:System.Collections.IEnumerable"/> is in the expected state. | |
3477 </summary> | |
3478 </member> | |
3479 <member name="M:FluentAssertions.Assertions.NonGenericCollectionAssertions.Contain(System.Object)"> | |
3480 <summary> | |
3481 Asserts that the current collection contains the specified <paramref name="expected"/> object. Elements are compared | |
3482 using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
3483 </summary> | |
3484 <param name="expected">An object, or <see cref="T:System.Collections.IEnumerable"/> of objects that are expected to be in the collection.</param> | |
3485 </member> | |
3486 <member name="M:FluentAssertions.Assertions.NonGenericCollectionAssertions.Contain(System.Object,System.String,System.Object[])"> | |
3487 <summary> | |
3488 Asserts that the current collection contains the specified <paramref name="expected"/> object. Elements are compared | |
3489 using their <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
3490 </summary> | |
3491 <param name="expected">An object, or <see cref="T:System.Collections.IEnumerable"/> of objects that are expected to be in the collection.</param> | |
3492 <param name="reason"> | |
3493 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
3494 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
3495 </param> | |
3496 <param name="reasonArgs"> | |
3497 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
3498 </param> | |
3499 </member> | |
3500 <member name="T:FluentAssertions.AssertionExtensions"> | |
3501 <summary> | |
3502 Contains extension methods for custom assertions in unit tests. | |
3503 </summary> | |
3504 </member> | |
3505 <member name="M:FluentAssertions.AssertionExtensions.Invoking``1(``0,System.Action{``0})"> | |
3506 <summary> | |
3507 Invokes the specified action on an subject so that you can chain it with any of the ShouldThrow or ShouldNotThrow | |
3508 overloads. | |
3509 </summary> | |
3510 </member> | |
3511 <member name="M:FluentAssertions.AssertionExtensions.ExecutionTimeOf``1(``0,System.Linq.Expressions.Expression{System.Action{``0}})"> | |
3512 <summary> | |
3513 Provides methods for asserting the execution time of a method or property. | |
3514 </summary> | |
3515 <param name="subject">The object that exposes the method or property.</param> | |
3516 <param name="action">A reference to the method or property to measure the execution time of.</param> | |
3517 <returns> | |
3518 Returns an object for asserting that the execution time matches certain conditions. | |
3519 </returns> | |
3520 </member> | |
3521 <member name="M:FluentAssertions.AssertionExtensions.ExecutionTime(System.Action)"> | |
3522 <summary> | |
3523 Provides methods for asserting the execution time of a method or property. | |
3524 </summary> | |
3525 <param name="action">A reference to the method or property to measure the execution time of.</param> | |
3526 <returns> | |
3527 Returns an object for asserting that the execution time matches certain conditions. | |
3528 </returns> | |
3529 </member> | |
3530 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Xml.Linq.XDocument)"> | |
3531 <summary> | |
3532 Returns an <see cref="T:FluentAssertions.Assertions.XDocumentAssertions"/> object that can be used to assert the | |
3533 current <see cref="T:System.Xml.Linq.XElement"/>. | |
3534 </summary> | |
3535 </member> | |
3536 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Xml.Linq.XElement)"> | |
3537 <summary> | |
3538 Returns an <see cref="T:FluentAssertions.Assertions.XElementAssertions"/> object that can be used to assert the | |
3539 current <see cref="T:System.Xml.Linq.XElement"/>. | |
3540 </summary> | |
3541 </member> | |
3542 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Xml.Linq.XAttribute)"> | |
3543 <summary> | |
3544 Returns an <see cref="T:FluentAssertions.Assertions.XAttributeAssertions"/> object that can be used to assert the | |
3545 current <see cref="T:System.Xml.Linq.XAttribute"/>. | |
3546 </summary> | |
3547 </member> | |
3548 <member name="M:FluentAssertions.AssertionExtensions.ShouldThrow``1(System.Action)"> | |
3549 <summary> | |
3550 Asserts that the <paramref name="action"/> throws an exception. | |
3551 </summary> | |
3552 <typeparam name="TException"> | |
3553 The type of the exception it should throw. | |
3554 </typeparam> | |
3555 <returns> | |
3556 Returns an object that allows asserting additional members of the thrown exception. | |
3557 </returns> | |
3558 </member> | |
3559 <member name="M:FluentAssertions.AssertionExtensions.ShouldThrow``1(System.Action,System.String,System.Object[])"> | |
3560 <summary> | |
3561 Asserts that the <paramref name="action"/> throws an exception. | |
3562 </summary> | |
3563 <param name="action">A reference to the method or property.</param> | |
3564 <typeparam name="TException"> | |
3565 The type of the exception it should throw. | |
3566 </typeparam> | |
3567 <param name="reason"> | |
3568 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
3569 start with the word <i>because</i>, it is prepended to the message. | |
3570 </param> | |
3571 <param name="reasonArgs"> | |
3572 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
3573 </param> | |
3574 <returns> | |
3575 Returns an object that allows asserting additional members of the thrown exception. | |
3576 </returns> | |
3577 </member> | |
3578 <member name="M:FluentAssertions.AssertionExtensions.ShouldNotThrow``1(System.Action)"> | |
3579 <summary> | |
3580 Asserts that the <paramref name="action"/> does not throw a particular exception. | |
3581 </summary> | |
3582 <typeparam name="TException"> | |
3583 The type of the exception it should not throw. Any other exceptions are ignored and will satisfy the assertion. | |
3584 </typeparam> | |
3585 </member> | |
3586 <member name="M:FluentAssertions.AssertionExtensions.ShouldNotThrow``1(System.Action,System.String,System.Object[])"> | |
3587 <summary> | |
3588 Asserts that the <paramref name="action"/> does not throw a particular exception. | |
3589 </summary> | |
3590 <param name="action">The current method or property.</param> | |
3591 <typeparam name="TException"> | |
3592 The type of the exception it should not throw. Any other exceptions are ignored and will satisfy the assertion. | |
3593 </typeparam> | |
3594 <param name="reason"> | |
3595 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
3596 start with the word <i>because</i>, it is prepended to the message. | |
3597 </param> | |
3598 <param name="reasonArgs"> | |
3599 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
3600 </param> | |
3601 </member> | |
3602 <member name="M:FluentAssertions.AssertionExtensions.ShouldNotThrow(System.Action)"> | |
3603 <summary> | |
3604 Asserts that the <paramref name="action"/> does not throw any exception at all. | |
3605 </summary> | |
3606 </member> | |
3607 <member name="M:FluentAssertions.AssertionExtensions.ShouldNotThrow(System.Action,System.String,System.Object[])"> | |
3608 <summary> | |
3609 Asserts that the <paramref name="action"/> does not throw any exception at all. | |
3610 </summary> | |
3611 <param name="action">The current method or property.</param> | |
3612 <param name="reason"> | |
3613 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
3614 start with the word <i>because</i>, it is prepended to the message. | |
3615 </param> | |
3616 <param name="reasonArgs"> | |
3617 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
3618 </param> | |
3619 </member> | |
3620 <member name="M:FluentAssertions.AssertionExtensions.Enumerating(System.Func{System.Collections.IEnumerable})"> | |
3621 <summary> | |
3622 Forces enumerating a collection. Should be used to assert that a method that uses the | |
3623 <c>yield</c> keyword throws a particular exception. | |
3624 </summary> | |
3625 </member> | |
3626 <member name="M:FluentAssertions.AssertionExtensions.Enumerating``1(System.Func{System.Collections.Generic.IEnumerable{``0}})"> | |
3627 <summary> | |
3628 Forces enumerating a collection. Should be used to assert that a method that uses the | |
3629 <c>yield</c> keyword throws a particular exception. | |
3630 </summary> | |
3631 </member> | |
3632 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Object)"> | |
3633 <summary> | |
3634 Returns an <see cref="T:FluentAssertions.Assertions.ObjectAssertions"/> object that can be used to assert the | |
3635 current <see cref="T:System.Object"/>. | |
3636 </summary> | |
3637 </member> | |
3638 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Boolean)"> | |
3639 <summary> | |
3640 Returns an <see cref="T:FluentAssertions.Assertions.BooleanAssertions"/> object that can be used to assert the | |
3641 current <see cref="T:System.Boolean"/>. | |
3642 </summary> | |
3643 </member> | |
3644 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Boolean})"> | |
3645 <summary> | |
3646 Returns an <see cref="T:FluentAssertions.Assertions.NullableBooleanAssertions"/> object that can be used to assert the | |
3647 current nullable <see cref="T:System.Boolean"/>. | |
3648 </summary> | |
3649 </member> | |
3650 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Guid)"> | |
3651 <summary> | |
3652 Returns an <see cref="T:FluentAssertions.Assertions.GuidAssertions"/> object that can be used to assert the | |
3653 current <see cref="T:System.Guid"/>. | |
3654 </summary> | |
3655 </member> | |
3656 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Guid})"> | |
3657 <summary> | |
3658 Returns an <see cref="T:FluentAssertions.Assertions.NullableGuidAssertions"/> object that can be used to assert the | |
3659 current nullable <see cref="T:System.Guid"/>. | |
3660 </summary> | |
3661 </member> | |
3662 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Collections.IEnumerable)"> | |
3663 <summary> | |
3664 Returns an <see cref="T:FluentAssertions.Assertions.NonGenericCollectionAssertions"/> object that can be used to assert the | |
3665 current <see cref="T:System.Collections.IEnumerable"/>. | |
3666 </summary> | |
3667 </member> | |
3668 <member name="M:FluentAssertions.AssertionExtensions.Should``1(System.Collections.Generic.IEnumerable{``0})"> | |
3669 <summary> | |
3670 Returns an <see cref="T:FluentAssertions.Assertions.GenericCollectionAssertions`1"/> object that can be used to assert the | |
3671 current <see cref="T:System.Collections.Generic.IEnumerable`1"/>. | |
3672 </summary> | |
3673 </member> | |
3674 <member name="M:FluentAssertions.AssertionExtensions.Should``2(System.Collections.Generic.IDictionary{``0,``1})"> | |
3675 <summary> | |
3676 Returns an <see cref="T:FluentAssertions.Assertions.GenericDictionaryAssertions`2"/> object that can be used to assert the | |
3677 current <see cref="T:System.Collections.Generic.IDictionary`2"/>. | |
3678 </summary> | |
3679 </member> | |
3680 <member name="M:FluentAssertions.AssertionExtensions.Should(System.DateTime)"> | |
3681 <summary> | |
3682 Returns an <see cref="T:FluentAssertions.Assertions.DateTimeAssertions"/> object that can be used to assert the | |
3683 current <see cref="T:System.DateTime"/>. | |
3684 </summary> | |
3685 </member> | |
3686 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.DateTime})"> | |
3687 <summary> | |
3688 Returns an <see cref="T:FluentAssertions.Assertions.NullableDateTimeAssertions"/> object that can be used to assert the | |
3689 current nullable <see cref="T:System.DateTime"/>. | |
3690 </summary> | |
3691 </member> | |
3692 <member name="M:FluentAssertions.AssertionExtensions.Should``1(System.IComparable{``0})"> | |
3693 <summary> | |
3694 Returns an <see cref="T:FluentAssertions.Assertions.ComparableTypeAssertions`1"/> object that can be used to assert the | |
3695 current <see cref="T:System.IComparable`1"/>. | |
3696 </summary> | |
3697 </member> | |
3698 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Int32)"> | |
3699 <summary> | |
3700 Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the | |
3701 current <see cref="T:System.Int32"/>. | |
3702 </summary> | |
3703 </member> | |
3704 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Int32})"> | |
3705 <summary> | |
3706 Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the | |
3707 current nullable <see cref="T:System.Int32"/>. | |
3708 </summary> | |
3709 </member> | |
3710 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Byte)"> | |
3711 <summary> | |
3712 Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the | |
3713 current <see cref="T:System.Byte"/>. | |
3714 </summary> | |
3715 </member> | |
3716 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Byte})"> | |
3717 <summary> | |
3718 Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the | |
3719 current nullable <see cref="T:System.Byte"/>. | |
3720 </summary> | |
3721 </member> | |
3722 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Int16)"> | |
3723 <summary> | |
3724 Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the | |
3725 current <see cref="T:System.Int16"/>. | |
3726 </summary> | |
3727 </member> | |
3728 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Int16})"> | |
3729 <summary> | |
3730 Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the | |
3731 current nullable <see cref="T:System.Int16"/>. | |
3732 </summary> | |
3733 </member> | |
3734 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Int64)"> | |
3735 <summary> | |
3736 Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the | |
3737 current <see cref="T:System.Int64"/>. | |
3738 </summary> | |
3739 </member> | |
3740 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Int64})"> | |
3741 <summary> | |
3742 Returns an <see cref="T:FluentAssertions.Assertions.IntegralAssertions`1"/> object that can be used to assert the | |
3743 current nullable <see cref="T:System.Int64"/>. | |
3744 </summary> | |
3745 </member> | |
3746 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Single)"> | |
3747 <summary> | |
3748 Returns an <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that can be used to assert the | |
3749 current <see cref="T:System.Single"/>. | |
3750 </summary> | |
3751 </member> | |
3752 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Single})"> | |
3753 <summary> | |
3754 Returns an <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that can be used to assert the | |
3755 current nullable <see cref="T:System.Single"/>. | |
3756 </summary> | |
3757 </member> | |
3758 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Double)"> | |
3759 <summary> | |
3760 Returns an <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that can be used to assert the | |
3761 current <see cref="T:System.Double"/>. | |
3762 </summary> | |
3763 </member> | |
3764 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.Double})"> | |
3765 <summary> | |
3766 Returns an <see cref="T:FluentAssertions.Assertions.NumericAssertions`1"/> object that can be used to assert the | |
3767 current nullable <see cref="T:System.Double"/>. | |
3768 </summary> | |
3769 </member> | |
3770 <member name="M:FluentAssertions.AssertionExtensions.Should(System.String)"> | |
3771 <summary> | |
3772 Returns an <see cref="T:FluentAssertions.Assertions.StringAssertions"/> object that can be used to assert the | |
3773 current <see cref="T:System.String"/>. | |
3774 </summary> | |
3775 </member> | |
3776 <member name="M:FluentAssertions.AssertionExtensions.Should(System.TimeSpan)"> | |
3777 <summary> | |
3778 Returns an <see cref="T:FluentAssertions.Assertions.SimpleTimeSpanAssertions"/> object that can be used to assert the | |
3779 current <see cref="T:System.TimeSpan"/>. | |
3780 </summary> | |
3781 </member> | |
3782 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Nullable{System.TimeSpan})"> | |
3783 <summary> | |
3784 Returns an <see cref="T:FluentAssertions.Assertions.NullableSimpleTimeSpanAssertions"/> object that can be used to assert the | |
3785 current nullable <see cref="T:System.TimeSpan"/>. | |
3786 </summary> | |
3787 </member> | |
3788 <member name="M:FluentAssertions.AssertionExtensions.ShouldHave``1(``0)"> | |
3789 <summary> | |
3790 Asserts that the properties of an object matches those of another object. | |
3791 </summary> | |
3792 </member> | |
3793 <member name="M:FluentAssertions.AssertionExtensions.Should(System.Type)"> | |
3794 <summary> | |
3795 Returns a <see cref="T:FluentAssertions.Assertions.TypeAssertions"/> object that can be used to assert the | |
3796 current <see cref="T:System.Type"/>. | |
3797 </summary> | |
3798 </member> | |
3799 <member name="M:FluentAssertions.AssertionExtensions.Should(FluentAssertions.Assertions.MethodInfoSelector)"> | |
3800 <summary> | |
3801 Returns a <see cref="T:FluentAssertions.Assertions.MethodInfoAssertions"/> object that can be used to assert the methods returned by the | |
3802 current <see cref="T:FluentAssertions.Assertions.MethodInfoSelector"/>. | |
3803 </summary> | |
3804 <seealso cref="T:FluentAssertions.Assertions.TypeAssertions"/> | |
3805 </member> | |
3806 <member name="M:FluentAssertions.AssertionExtensions.Should(FluentAssertions.Assertions.PropertyInfoSelector)"> | |
3807 <summary> | |
3808 Returns a <see cref="T:FluentAssertions.Assertions.PropertyInfoAssertions"/> object that can be used to assert the properties returned by the | |
3809 current <see cref="T:FluentAssertions.Assertions.PropertyInfoSelector"/>. | |
3810 </summary> | |
3811 <seealso cref="T:FluentAssertions.Assertions.TypeAssertions"/> | |
3812 </member> | |
3813 <member name="M:FluentAssertions.AssertionExtensions.As``1(System.Object)"> | |
3814 <summary> | |
3815 Safely casts the specified object to the type specified through <typeparamref name="TTo"/>. | |
3816 </summary> | |
3817 <remarks> | |
3818 Has been introduced to allow casting objects without breaking the fluent API. | |
3819 </remarks> | |
3820 <typeparam name="TTo"></typeparam> | |
3821 </member> | |
3822 <member name="T:FluentAssertions.Assertions.DateTimeAssertions"> | |
3823 <summary> | |
3824 Contains a number of methods to assert that a <see cref="T:System.DateTime"/> is in the expected state. | |
3825 </summary> | |
3826 <remarks> | |
3827 You can use the <see cref="T:FluentAssertions.Common.FluentDateTimeExtensions"/> for a more fluent way of specifying a <see cref="T:System.DateTime"/>. | |
3828 </remarks> | |
3829 </member> | |
3830 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.Be(System.DateTime)"> | |
3831 <summary> | |
3832 Asserts that the current <see cref="T:System.DateTime"/> is exactly equal to the <paramref name="expected"/> value. | |
3833 </summary> | |
3834 </member> | |
3835 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.Be(System.DateTime,System.String,System.Object[])"> | |
3836 <summary> | |
3837 Asserts that the current <see cref="T:System.DateTime"/> is exactly equal to the <paramref name="expected"/> value. | |
3838 </summary> | |
3839 <param name="expected">The expected value</param> | |
3840 <param name="reason"> | |
3841 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
3842 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
3843 </param> | |
3844 <param name="reasonArgs"> | |
3845 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
3846 </param> | |
3847 </member> | |
3848 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeBefore(System.DateTime)"> | |
3849 <summary> | |
3850 Asserts that the current <see cref="T:System.DateTime"/> is before the specified value. | |
3851 </summary> | |
3852 <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be before.</param> | |
3853 </member> | |
3854 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeBefore(System.DateTime,System.String,System.Object[])"> | |
3855 <summary> | |
3856 Asserts that the current <see cref="T:System.DateTime"/> is before the specified value. | |
3857 </summary> | |
3858 <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be before.</param> | |
3859 <param name="reason"> | |
3860 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
3861 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
3862 </param> | |
3863 <param name="reasonArgs"> | |
3864 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
3865 </param> | |
3866 </member> | |
3867 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeOnOrBefore(System.DateTime)"> | |
3868 <summary> | |
3869 Asserts that the current <see cref="T:System.DateTime"/> is either on, or before the specified value. | |
3870 </summary> | |
3871 <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be on or before.</param> | |
3872 </member> | |
3873 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeOnOrBefore(System.DateTime,System.String,System.Object[])"> | |
3874 <summary> | |
3875 Asserts that the current <see cref="T:System.DateTime"/> is either on, or before the specified value. | |
3876 </summary> | |
3877 <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be on or before.</param> | |
3878 <param name="reason"> | |
3879 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
3880 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
3881 </param> | |
3882 <param name="reasonArgs"> | |
3883 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
3884 </param> | |
3885 </member> | |
3886 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeAfter(System.DateTime)"> | |
3887 <summary> | |
3888 Asserts that the current <see cref="T:System.DateTime"/> is after the specified value. | |
3889 </summary> | |
3890 <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be after.</param> | |
3891 </member> | |
3892 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeAfter(System.DateTime,System.String,System.Object[])"> | |
3893 <summary> | |
3894 Asserts that the current <see cref="T:System.DateTime"/> is after the specified value. | |
3895 </summary> | |
3896 <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be after.</param> | |
3897 <param name="reason"> | |
3898 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
3899 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
3900 </param> | |
3901 <param name="reasonArgs"> | |
3902 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
3903 </param> | |
3904 </member> | |
3905 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeOnOrAfter(System.DateTime)"> | |
3906 <summary> | |
3907 Asserts that the current <see cref="T:System.DateTime"/> is either on, or after the specified value. | |
3908 </summary> | |
3909 <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be on or after.</param> | |
3910 </member> | |
3911 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeOnOrAfter(System.DateTime,System.String,System.Object[])"> | |
3912 <summary> | |
3913 Asserts that the current <see cref="T:System.DateTime"/> is either on, or after the specified value. | |
3914 </summary> | |
3915 <param name="expected">The <see cref="T:System.DateTime"/> that the current value is expected to be on or after.</param> | |
3916 <param name="reason"> | |
3917 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
3918 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
3919 </param> | |
3920 <param name="reasonArgs"> | |
3921 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
3922 </param> | |
3923 </member> | |
3924 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveYear(System.Int32)"> | |
3925 <summary> | |
3926 Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> year. | |
3927 </summary> | |
3928 <param name="expected">The expected year of the current value.</param> | |
3929 </member> | |
3930 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveYear(System.Int32,System.String,System.Object[])"> | |
3931 <summary> | |
3932 Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> year. | |
3933 </summary> | |
3934 <param name="expected">The expected year of the current value.</param> | |
3935 <param name="reason"> | |
3936 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
3937 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
3938 </param> | |
3939 <param name="reasonArgs"> | |
3940 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
3941 </param> | |
3942 </member> | |
3943 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveMonth(System.Int32)"> | |
3944 <summary> | |
3945 Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> month. | |
3946 </summary> | |
3947 <param name="expected">The expected month of the current value.</param> | |
3948 </member> | |
3949 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveMonth(System.Int32,System.String,System.Object[])"> | |
3950 <summary> | |
3951 Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> month. | |
3952 </summary> | |
3953 <param name="expected">The expected month of the current value.</param> | |
3954 <param name="reason"> | |
3955 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
3956 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
3957 </param> | |
3958 <param name="reasonArgs"> | |
3959 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
3960 </param> | |
3961 </member> | |
3962 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveDay(System.Int32)"> | |
3963 <summary> | |
3964 Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> day. | |
3965 </summary> | |
3966 <param name="expected">The expected day of the current value.</param> | |
3967 </member> | |
3968 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveDay(System.Int32,System.String,System.Object[])"> | |
3969 <summary> | |
3970 Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> day. | |
3971 </summary> | |
3972 <param name="expected">The expected day of the current value.</param> | |
3973 <param name="reason"> | |
3974 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
3975 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
3976 </param> | |
3977 <param name="reasonArgs"> | |
3978 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
3979 </param> | |
3980 </member> | |
3981 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveHour(System.Int32)"> | |
3982 <summary> | |
3983 Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> hour. | |
3984 </summary> | |
3985 <param name="expected">The expected hour of the current value.</param> | |
3986 </member> | |
3987 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveHour(System.Int32,System.String,System.Object[])"> | |
3988 <summary> | |
3989 Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> hour. | |
3990 </summary> | |
3991 <param name="expected">The expected hour of the current value.</param> | |
3992 <param name="reason"> | |
3993 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
3994 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
3995 </param> | |
3996 <param name="reasonArgs"> | |
3997 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
3998 </param> | |
3999 </member> | |
4000 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveMinute(System.Int32)"> | |
4001 <summary> | |
4002 Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> minute. | |
4003 </summary> | |
4004 <param name="expected">The expected minutes of the current value.</param> | |
4005 </member> | |
4006 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveMinute(System.Int32,System.String,System.Object[])"> | |
4007 <summary> | |
4008 Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> minute. | |
4009 </summary> | |
4010 <param name="expected">The expected minutes of the current value.</param> | |
4011 <param name="reason"> | |
4012 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4013 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4014 </param> | |
4015 <param name="reasonArgs"> | |
4016 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4017 </param> | |
4018 </member> | |
4019 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveSecond(System.Int32)"> | |
4020 <summary> | |
4021 Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> second. | |
4022 </summary> | |
4023 <param name="expected">The expected seconds of the current value.</param> | |
4024 </member> | |
4025 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.HaveSecond(System.Int32,System.String,System.Object[])"> | |
4026 <summary> | |
4027 Asserts that the current <see cref="T:System.DateTime"/> has the <paramref name="expected"/> second. | |
4028 </summary> | |
4029 <param name="expected">The expected seconds of the current value.</param> | |
4030 <param name="reason"> | |
4031 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4032 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4033 </param> | |
4034 <param name="reasonArgs"> | |
4035 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4036 </param> | |
4037 </member> | |
4038 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeMoreThan(System.TimeSpan)"> | |
4039 <summary> | |
4040 Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/> | |
4041 exceeds the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>. | |
4042 </summary> | |
4043 <param name="timeSpan"> | |
4044 The amount of time that the current <see cref="T:System.DateTime"/> should exceed compared to another <see cref="T:System.DateTime"/>. | |
4045 </param> | |
4046 </member> | |
4047 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeAtLeast(System.TimeSpan)"> | |
4048 <summary> | |
4049 Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/> | |
4050 is equal to or exceeds the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>. | |
4051 </summary> | |
4052 <param name="timeSpan"> | |
4053 The amount of time that the current <see cref="T:System.DateTime"/> should be equal or exceed compared to | |
4054 another <see cref="T:System.DateTime"/>. | |
4055 </param> | |
4056 </member> | |
4057 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeExactly(System.TimeSpan)"> | |
4058 <summary> | |
4059 Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/> | |
4060 differs exactly the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>. | |
4061 </summary> | |
4062 <param name="timeSpan"> | |
4063 The amount of time that the current <see cref="T:System.DateTime"/> should differ exactly compared to another <see cref="T:System.DateTime"/>. | |
4064 </param> | |
4065 </member> | |
4066 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeWithin(System.TimeSpan)"> | |
4067 <summary> | |
4068 Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/> | |
4069 is within the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>. | |
4070 </summary> | |
4071 <param name="timeSpan"> | |
4072 The amount of time that the current <see cref="T:System.DateTime"/> should be within another <see cref="T:System.DateTime"/>. | |
4073 </param> | |
4074 </member> | |
4075 <member name="M:FluentAssertions.Assertions.DateTimeAssertions.BeLessThan(System.TimeSpan)"> | |
4076 <summary> | |
4077 Returns a <see cref="T:FluentAssertions.Assertions.TimeSpanAssertions"/> object that can be used to assert that the current <see cref="T:System.DateTime"/> | |
4078 differs at maximum the specified <paramref name="timeSpan"/> compared to another <see cref="T:System.DateTime"/>. | |
4079 </summary> | |
4080 <param name="timeSpan"> | |
4081 The maximum amount of time that the current <see cref="T:System.DateTime"/> should differ compared to another <see cref="T:System.DateTime"/>. | |
4082 </param> | |
4083 </member> | |
4084 <member name="P:FluentAssertions.Assertions.DateTimeAssertions.Subject"> | |
4085 <summary> | |
4086 Gets the object which value is being asserted. | |
4087 </summary> | |
4088 </member> | |
4089 <member name="T:FluentAssertions.Assertions.ExceptionAssertions`1"> | |
4090 <summary> | |
4091 Contains a number of methods to assert that an <see cref="T:System.Exception"/> is in the correct state. | |
4092 </summary> | |
4093 </member> | |
4094 <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String)"> | |
4095 <summary> | |
4096 Asserts that the thrown exception has a message that exactly matches the <paramref name = "expectedMessage" /> | |
4097 </summary> | |
4098 <param name = "expectedMessage"> | |
4099 The expected message of the exception. | |
4100 </param> | |
4101 </member> | |
4102 <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String,System.String,System.Object[])"> | |
4103 <summary> | |
4104 Asserts that the thrown exception has a message that matches <paramref name="expectedMessage"/> | |
4105 depending on the specified matching mode. | |
4106 </summary> | |
4107 <param name="expectedMessage"> | |
4108 The expected message of the exception. | |
4109 </param> | |
4110 <param name="reason"> | |
4111 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4112 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4113 </param> | |
4114 <param name="reasonArgs"> | |
4115 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4116 </param> | |
4117 </member> | |
4118 <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String,FluentAssertions.Assertions.ComparisonMode)"> | |
4119 <summary> | |
4120 Asserts that the thrown exception has a message that matches <paramref name = "expectedMessage" /> | |
4121 depending on the specified matching mode. | |
4122 </summary> | |
4123 <param name = "expectedMessage"> | |
4124 The expected message of the exception. | |
4125 </param> | |
4126 <param name = "comparisonMode"> | |
4127 Determines how the expected message is compared with the actual message. | |
4128 </param> | |
4129 </member> | |
4130 <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithMessage(System.String,FluentAssertions.Assertions.ComparisonMode,System.String,System.Object[])"> | |
4131 <summary> | |
4132 Asserts that the thrown exception has a message that matches <paramref name="expectedMessage"/> | |
4133 depending on the specified matching mode. | |
4134 </summary> | |
4135 <param name="expectedMessage"> | |
4136 The expected message of the exception. | |
4137 </param> | |
4138 <param name="comparisonMode"> | |
4139 Determines how the expected message is compared with the actual message. | |
4140 </param> | |
4141 <param name="reason"> | |
4142 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4143 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4144 </param> | |
4145 <param name="reasonArgs"> | |
4146 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4147 </param> | |
4148 </member> | |
4149 <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerException``1"> | |
4150 <summary> | |
4151 Asserts that the thrown exception contains an inner exception of type <typeparamref name = "TInnerException" />. | |
4152 </summary> | |
4153 <typeparam name = "TInnerException">The expected type of the inner exception.</typeparam> | |
4154 </member> | |
4155 <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerException``1(System.String,System.Object[])"> | |
4156 <summary> | |
4157 Asserts that the thrown exception contains an inner exception of type <typeparamref name = "TInnerException" />. | |
4158 </summary> | |
4159 <typeparam name = "TInnerException">The expected type of the inner exception.</typeparam> | |
4160 <param name = "reason">The reason why the inner exception should be of the supplied type.</param> | |
4161 <param name = "reasonArgs">The parameters used when formatting the <paramref name = "reason" />.</param> | |
4162 </member> | |
4163 <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerMessage(System.String)"> | |
4164 <summary> | |
4165 Asserts that the thrown exception contains an inner exception with the <paramref name = "expectedInnerMessage" />. | |
4166 </summary> | |
4167 <param name = "expectedInnerMessage">The expected message of the inner exception.</param> | |
4168 </member> | |
4169 <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerMessage(System.String,FluentAssertions.Assertions.ComparisonMode)"> | |
4170 <summary> | |
4171 Asserts that the thrown exception contains an inner exception with the <paramref name = "expectedInnerMessage" />. | |
4172 </summary> | |
4173 <param name = "expectedInnerMessage">The expected message of the inner exception.</param> | |
4174 <param name = "comparisonMode">Determines how the expected message is compared with the actual message.</param> | |
4175 </member> | |
4176 <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerMessage(System.String,System.String,System.Object[])"> | |
4177 <summary> | |
4178 Asserts that the thrown exception contains an inner exception with the <paramref name = "expectedInnerMessage" />. | |
4179 </summary> | |
4180 <param name = "expectedInnerMessage">The expected message of the inner exception.</param> | |
4181 <param name = "reason"> | |
4182 The reason why the message of the inner exception should match <paramref name = "expectedInnerMessage" />. | |
4183 </param> | |
4184 <param name = "reasonArgs">The parameters used when formatting the <paramref name = "reason" />.</param> | |
4185 </member> | |
4186 <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.WithInnerMessage(System.String,FluentAssertions.Assertions.ComparisonMode,System.String,System.Object[])"> | |
4187 <summary> | |
4188 Asserts that the thrown exception contains an inner exception with the <paramref name = "expectedInnerMessage" />. | |
4189 </summary> | |
4190 <param name = "expectedInnerMessage">The expected message of the inner exception.</param> | |
4191 <param name = "comparisonMode">Determines how the expected message is compared with the actual message.</param> | |
4192 <param name = "reason"> | |
4193 The reason why the message of the inner exception should match <paramref name = "expectedInnerMessage" />. | |
4194 </param> | |
4195 <param name = "reasonArgs">The parameters used when formatting the <paramref name = "reason" />.</param> | |
4196 </member> | |
4197 <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.Where(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})"> | |
4198 <summary> | |
4199 Asserts that the exception matches a particular condition. | |
4200 </summary> | |
4201 <param name = "exceptionExpression"> | |
4202 The condition that the exception must match. | |
4203 </param> | |
4204 </member> | |
4205 <member name="M:FluentAssertions.Assertions.ExceptionAssertions`1.Where(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.String,System.Object[])"> | |
4206 <summary> | |
4207 Asserts that the exception matches a particular condition. | |
4208 </summary> | |
4209 <param name="exceptionExpression"> | |
4210 The condition that the exception must match. | |
4211 </param> | |
4212 <param name="reason"> | |
4213 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
4214 start with the word <i>because</i>, it is prepended to the message. | |
4215 </param> | |
4216 <param name="reasonArgs"> | |
4217 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
4218 </param> | |
4219 </member> | |
4220 <member name="P:FluentAssertions.Assertions.ExceptionAssertions`1.And"> | |
4221 <summary> | |
4222 Gets the exception object of the exception thrown. | |
4223 </summary> | |
4224 </member> | |
4225 <member name="T:FluentAssertions.Assertions.NullableBooleanAssertions"> | |
4226 <summary> | |
4227 Contains a number of methods to assert that a nullable <see cref="T:System.Boolean"/> is in the expected state. | |
4228 </summary> | |
4229 </member> | |
4230 <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.HaveValue"> | |
4231 <summary> | |
4232 Asserts that a nullable boolean value is not <c>null</c>. | |
4233 </summary> | |
4234 </member> | |
4235 <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.HaveValue(System.String,System.Object[])"> | |
4236 <summary> | |
4237 Asserts that a nullable boolean value is not <c>null</c>. | |
4238 </summary> | |
4239 <param name="reason"> | |
4240 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4241 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4242 </param> | |
4243 <param name="reasonArgs"> | |
4244 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4245 </param> | |
4246 </member> | |
4247 <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.NotHaveValue"> | |
4248 <summary> | |
4249 Asserts that a nullable boolean value is <c>null</c>. | |
4250 </summary> | |
4251 </member> | |
4252 <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.NotHaveValue(System.String,System.Object[])"> | |
4253 <summary> | |
4254 Asserts that a nullable boolean value is <c>null</c>. | |
4255 </summary> | |
4256 <param name="reason"> | |
4257 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4258 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4259 </param> | |
4260 <param name="reasonArgs"> | |
4261 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4262 </param> | |
4263 </member> | |
4264 <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.Be(System.Nullable{System.Boolean})"> | |
4265 <summary> | |
4266 Asserts that the value is equal to the specified <paramref name="expected"/> value. | |
4267 </summary> | |
4268 <param name="expected">The expected value</param> | |
4269 </member> | |
4270 <member name="M:FluentAssertions.Assertions.NullableBooleanAssertions.Be(System.Nullable{System.Boolean},System.String,System.Object[])"> | |
4271 <summary> | |
4272 Asserts that the value is equal to the specified <paramref name="expected"/> value. | |
4273 </summary> | |
4274 <param name="expected">The expected value</param> | |
4275 <param name="reason"> | |
4276 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4277 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4278 </param> | |
4279 <param name="reasonArgs"> | |
4280 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4281 </param> | |
4282 </member> | |
4283 <member name="T:FluentAssertions.Assertions.NullableDateTimeAssertions"> | |
4284 <summary> | |
4285 Contains a number of methods to assert that a nullable <see cref="T:System.DateTime"/> is in the expected state. | |
4286 </summary> | |
4287 <remarks> | |
4288 You can use the <see cref="T:FluentAssertions.Common.FluentDateTimeExtensions"/> for a more fluent way of specifying a <see cref="T:System.DateTime"/>. | |
4289 </remarks> | |
4290 </member> | |
4291 <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.HaveValue"> | |
4292 <summary> | |
4293 Asserts that a nullable <see cref="T:System.DateTime"/> value is not <c>null</c>. | |
4294 </summary> | |
4295 </member> | |
4296 <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.HaveValue(System.String,System.Object[])"> | |
4297 <summary> | |
4298 Asserts that a nullable <see cref="T:System.DateTime"/> value is not <c>null</c>. | |
4299 </summary> | |
4300 <param name="reason"> | |
4301 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4302 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4303 </param> | |
4304 <param name="reasonArgs"> | |
4305 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4306 </param> | |
4307 </member> | |
4308 <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.NotHaveValue"> | |
4309 <summary> | |
4310 Asserts that a nullable <see cref="T:System.DateTime"/> value is <c>null</c>. | |
4311 </summary> | |
4312 </member> | |
4313 <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.NotHaveValue(System.String,System.Object[])"> | |
4314 <summary> | |
4315 Asserts that a nullable <see cref="T:System.DateTime"/> value is <c>null</c>. | |
4316 </summary> | |
4317 <param name="reason"> | |
4318 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4319 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4320 </param> | |
4321 <param name="reasonArgs"> | |
4322 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4323 </param> | |
4324 </member> | |
4325 <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.Be(System.Nullable{System.DateTime})"> | |
4326 <summary> | |
4327 Asserts that the value is equal to the specified <paramref name="expected"/> value. | |
4328 </summary> | |
4329 <param name="expected">The expected value</param> | |
4330 </member> | |
4331 <member name="M:FluentAssertions.Assertions.NullableDateTimeAssertions.Be(System.Nullable{System.DateTime},System.String,System.Object[])"> | |
4332 <summary> | |
4333 Asserts that the value is equal to the specified <paramref name="expected"/> value. | |
4334 </summary> | |
4335 <param name="expected">The expected value</param> | |
4336 <param name="reason"> | |
4337 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4338 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4339 </param> | |
4340 <param name="reasonArgs"> | |
4341 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4342 </param> | |
4343 </member> | |
4344 <member name="T:FluentAssertions.Assertions.NullableNumericExtensions"> | |
4345 <summary> | |
4346 Contains a number of methods to assert that a nullable numeric value has the expected value. | |
4347 </summary> | |
4348 </member> | |
4349 <member name="M:FluentAssertions.Assertions.NullableNumericExtensions.HaveValue``1(FluentAssertions.Assertions.NumericAssertions{System.Nullable{``0}})"> | |
4350 <summary> | |
4351 Asserts that a nullable numeric value is not <c>null</c>. | |
4352 </summary> | |
4353 </member> | |
4354 <member name="M:FluentAssertions.Assertions.NullableNumericExtensions.HaveValue``1(FluentAssertions.Assertions.NumericAssertions{System.Nullable{``0}},System.String,System.Object[])"> | |
4355 <summary> | |
4356 Asserts that a nullable numeric value is not <c>null</c>. | |
4357 </summary> | |
4358 <param name="reason"> | |
4359 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4360 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4361 </param> | |
4362 <param name="reasonArgs"> | |
4363 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4364 </param> | |
4365 </member> | |
4366 <member name="M:FluentAssertions.Assertions.NullableNumericExtensions.NotHaveValue``1(FluentAssertions.Assertions.NumericAssertions{System.Nullable{``0}})"> | |
4367 <summary> | |
4368 Asserts that a nullable numeric value is <c>null</c>. | |
4369 </summary> | |
4370 </member> | |
4371 <member name="M:FluentAssertions.Assertions.NullableNumericExtensions.NotHaveValue``1(FluentAssertions.Assertions.NumericAssertions{System.Nullable{``0}},System.String,System.Object[])"> | |
4372 <summary> | |
4373 Asserts that a nullable numeric value is <c>null</c>. | |
4374 </summary> | |
4375 <param name="reason"> | |
4376 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4377 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4378 </param> | |
4379 <param name="reasonArgs"> | |
4380 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4381 </param> | |
4382 </member> | |
4383 <member name="T:FluentAssertions.Assertions.ObjectAssertions"> | |
4384 <summary> | |
4385 Contains a number of methods to assert that an <see cref="T:System.Object"/> is in the expected state. | |
4386 </summary> | |
4387 </member> | |
4388 <member name="M:FluentAssertions.Assertions.ObjectAssertions.Be(System.Object)"> | |
4389 <summary> | |
4390 Asserts that the value of an object equals another object when using it's <see cref="M:System.Object.Equals(System.Object)"/> method. | |
4391 </summary> | |
4392 <param name="expected">The expected value</param> | |
4393 </member> | |
4394 <member name="M:FluentAssertions.Assertions.ObjectAssertions.Be(System.Object,System.String,System.Object[])"> | |
4395 <summary> | |
4396 Asserts that an object equals another object using its <see cref="M:System.Object.Equals(System.Object)"/> implementation. | |
4397 </summary> | |
4398 <param name="expected">The expected value</param> | |
4399 <param name="reason"> | |
4400 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4401 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4402 </param> | |
4403 <param name="reasonArgs"> | |
4404 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4405 </param> | |
4406 </member> | |
4407 <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBe(System.Object)"> | |
4408 <summary> | |
4409 Asserts that an object does not equal another object using it's <see cref="M:System.Object.Equals(System.Object)"/> method. | |
4410 </summary> | |
4411 <param name="unexpected">The unexpected value</param> | |
4412 </member> | |
4413 <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBe(System.Object,System.String,System.Object[])"> | |
4414 <summary> | |
4415 Asserts that an object does not equal another object using it's <see cref="M:System.Object.Equals(System.Object)"/> method. | |
4416 </summary> | |
4417 <param name="unexpected">The unexpected value</param> | |
4418 <param name="reason"> | |
4419 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
4420 start with the word <i>because</i>, it is prepended to the message. | |
4421 </param> | |
4422 <param name="reasonArgs"> | |
4423 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
4424 </param> | |
4425 </member> | |
4426 <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeSameAs(System.Object)"> | |
4427 <summary> | |
4428 Asserts that an object reference refers to the exact same object as another object reference. | |
4429 </summary> | |
4430 <param name="expected">The expected object</param> | |
4431 </member> | |
4432 <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeSameAs(System.Object,System.String,System.Object[])"> | |
4433 <summary> | |
4434 Asserts that an object reference refers to the exact same object as another object reference. | |
4435 </summary> | |
4436 <param name="expected">The expected object</param> | |
4437 <param name="reason"> | |
4438 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
4439 start with the word <i>because</i>, it is prepended to the message. | |
4440 </param> | |
4441 <param name="reasonArgs"> | |
4442 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
4443 </param> | |
4444 </member> | |
4445 <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBeSameAs(System.Object)"> | |
4446 <summary> | |
4447 Asserts that an object reference refers to a different object than another object reference refers to. | |
4448 </summary> | |
4449 <param name="unexpected">The unexpected object</param> | |
4450 </member> | |
4451 <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBeSameAs(System.Object,System.String,System.Object[])"> | |
4452 <summary> | |
4453 Asserts that an object reference refers to a different object than another object reference refers to. | |
4454 </summary> | |
4455 <param name="unexpected">The unexpected object</param> | |
4456 <param name="reason"> | |
4457 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
4458 start with the word <i>because</i>, it is prepended to the message. | |
4459 </param> | |
4460 <param name="reasonArgs"> | |
4461 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
4462 </param> | |
4463 </member> | |
4464 <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeNull"> | |
4465 <summary> | |
4466 Asserts that the object is <c>null</c>. | |
4467 </summary> | |
4468 </member> | |
4469 <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeNull(System.String,System.Object[])"> | |
4470 <summary> | |
4471 Asserts that the object is <c>null</c>. | |
4472 </summary> | |
4473 <param name="reason"> | |
4474 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
4475 start with the word <i>because</i>, it is prepended to the message. | |
4476 </param> | |
4477 <param name="reasonArgs"> | |
4478 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
4479 </param> | |
4480 </member> | |
4481 <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBeNull"> | |
4482 <summary> | |
4483 Asserts that the object is not <c>null</c>. | |
4484 </summary> | |
4485 </member> | |
4486 <member name="M:FluentAssertions.Assertions.ObjectAssertions.NotBeNull(System.String,System.Object[])"> | |
4487 <summary> | |
4488 Asserts that the object is not <c>null</c>. | |
4489 </summary> | |
4490 <param name="reason"> | |
4491 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
4492 start with the word <i>because</i>, it is prepended to the message. | |
4493 </param> | |
4494 <param name="reasonArgs"> | |
4495 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
4496 </param> | |
4497 </member> | |
4498 <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeBinarySerializable"> | |
4499 <summary> | |
4500 Asserts that an object can be serialized and deserialized using the binary serializer and that it stills retains | |
4501 the values of all properties. | |
4502 </summary> | |
4503 </member> | |
4504 <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeBinarySerializable(System.String,System.Object[])"> | |
4505 <summary> | |
4506 Asserts that an object can be serialized and deserialized using the binary serializer and that it stills retains | |
4507 the values of all properties. | |
4508 </summary> | |
4509 <param name="reason"> | |
4510 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4511 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4512 </param> | |
4513 <param name="reasonArgs"> | |
4514 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4515 </param> | |
4516 </member> | |
4517 <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeXmlSerializable"> | |
4518 <summary> | |
4519 Asserts that an object can be serialized and deserialized using the XML serializer and that it stills retains | |
4520 the values of all properties. | |
4521 </summary> | |
4522 </member> | |
4523 <member name="M:FluentAssertions.Assertions.ObjectAssertions.BeXmlSerializable(System.String,System.Object[])"> | |
4524 <summary> | |
4525 Asserts that an object can be serialized and deserialized using the XML serializer and that it stills retains | |
4526 the values of all properties. | |
4527 </summary> | |
4528 <param name="reason"> | |
4529 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4530 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4531 </param> | |
4532 <param name="reasonArgs"> | |
4533 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4534 </param> | |
4535 </member> | |
4536 <member name="T:FluentAssertions.Assertions.PropertyAssertions`1"> | |
4537 <summary> | |
4538 Provides methods for selecting one or more properties of an object and comparing them with another object. | |
4539 </summary> | |
4540 </member> | |
4541 <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.AllProperties"> | |
4542 <summary> | |
4543 Includes all properties of <typeparamref name="T"/> when comparing the subject with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>. | |
4544 </summary> | |
4545 </member> | |
4546 <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.AllRuntimeProperties"> | |
4547 <summary> | |
4548 Includes all properties of <typeparamref name="T"/> including those of the run-time type when comparing the subject | |
4549 with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>. | |
4550 </summary> | |
4551 </member> | |
4552 <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.SharedProperties"> | |
4553 <summary> | |
4554 Includes all properties of <typeparamref name="T"/> when comparing the subject with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>, | |
4555 except those that the other object does not have. | |
4556 </summary> | |
4557 </member> | |
4558 <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.IncludingNestedObjects"> | |
4559 <summary> | |
4560 Perform recursive property comparison of the child properties for objects that are of incompatible type. | |
4561 </summary> | |
4562 </member> | |
4563 <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.AllPropertiesBut(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])"> | |
4564 <summary> | |
4565 Includes all properties of <typeparamref name="T"/> when comparing the subject with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/>, | |
4566 except those specified using a property expression. | |
4567 </summary> | |
4568 <param name="propertyExpression">A single property expression to exclude.</param> | |
4569 <param name="propertyExpressions">Optional list of additional property expressions to exclude.</param> | |
4570 </member> | |
4571 <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.But(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])"> | |
4572 <summary> | |
4573 Excludes the properties specified by the <paramref name="propertyExpression"/> from the comparison. | |
4574 </summary> | |
4575 <param name="propertyExpression">A single property expression to exclude.</param> | |
4576 <param name="propertyExpressions">Optional list of additional property expressions to exclude.</param> | |
4577 </member> | |
4578 <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.Properties(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])"> | |
4579 <summary> | |
4580 Includes only those properties of <typeparamref name="T"/> when comparing the subject with another object using <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/> | |
4581 that were specified using a property expression. | |
4582 </summary> | |
4583 <param name="propertyExpression">A single property expression to include.</param> | |
4584 <param name="propertyExpressions">Optional list of additional property expressions to include.</param> | |
4585 </member> | |
4586 <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"> | |
4587 <summary> | |
4588 Asserts that the previously selected properties of <typeparamref name="T"/> have the same value as the equally named | |
4589 properties of <paramref name="otherObject"/>. | |
4590 </summary> | |
4591 <param name="otherObject">The object to compare the current object with</param> | |
4592 <remarks> | |
4593 Property values are considered equal if, after converting them to the requested type, calling <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/> | |
4594 returns <c>true</c>. | |
4595 </remarks> | |
4596 </member> | |
4597 <member name="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object,System.String,System.Object[])"> | |
4598 <summary> | |
4599 Asserts that the previously selected properties of <typeparamref name="T"/> have the same value as the equally named | |
4600 properties of <paramref name="otherObject"/>. | |
4601 </summary> | |
4602 <param name="otherObject">The object to compare the current object with</param> | |
4603 <remarks> | |
4604 Property values are considered equal if, after converting them to the requested type, calling <see cref="M:FluentAssertions.Assertions.PropertyAssertions`1.EqualTo(System.Object)"/> | |
4605 returns <c>true</c>. | |
4606 </remarks> | |
4607 <param name="reason"> | |
4608 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4609 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4610 </param> | |
4611 <param name="reasonArgs"> | |
4612 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4613 </param> | |
4614 </member> | |
4615 <member name="P:FluentAssertions.Assertions.PropertyAssertions`1.Subject"> | |
4616 <summary> | |
4617 Gets the object which value is being asserted. | |
4618 </summary> | |
4619 </member> | |
4620 <member name="T:FluentAssertions.Assertions.StringAssertions"> | |
4621 <summary> | |
4622 Contains a number of methods to assert that a <see cref="T:System.String"/> is in the expected state. | |
4623 </summary> | |
4624 </member> | |
4625 <member name="M:FluentAssertions.Assertions.StringAssertions.#ctor(System.String)"> | |
4626 <summary> | |
4627 Initializes a new instance of the <see cref="T:System.Object" /> class. | |
4628 </summary> | |
4629 </member> | |
4630 <member name="M:FluentAssertions.Assertions.StringAssertions.Be(System.String)"> | |
4631 <summary> | |
4632 Asserts that a string is equal to another string. | |
4633 </summary> | |
4634 <param name="expected">The expected string.</param> | |
4635 </member> | |
4636 <member name="M:FluentAssertions.Assertions.StringAssertions.Be(System.String,System.String,System.Object[])"> | |
4637 <summary> | |
4638 Asserts that a string is exactly the same as another string, including the casing and any leading or trailing whitespace. | |
4639 </summary> | |
4640 <param name="expected">The expected string.</param> | |
4641 <param name="reason"> | |
4642 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4643 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4644 </param> | |
4645 <param name="reasonArgs"> | |
4646 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4647 </param> | |
4648 </member> | |
4649 <member name="M:FluentAssertions.Assertions.StringAssertions.BeEquivalentTo(System.String)"> | |
4650 <summary> | |
4651 Asserts that a string is exactly the same as another string, including any leading or trailing whitespace, with | |
4652 the exception of the casing. | |
4653 </summary> | |
4654 <param name="expected"> | |
4655 The string that the subject is expected to be equivalent to. | |
4656 </param> | |
4657 </member> | |
4658 <member name="M:FluentAssertions.Assertions.StringAssertions.BeEquivalentTo(System.String,System.String,System.Object[])"> | |
4659 <summary> | |
4660 Asserts that a string is exactly the same as another string, including any leading or trailing whitespace, with | |
4661 the exception of the casing. | |
4662 </summary> | |
4663 <param name="expected"> | |
4664 The string that the subject is expected to be equivalent to. | |
4665 </param> | |
4666 <param name="reason"> | |
4667 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4668 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4669 </param> | |
4670 <param name="reasonArgs"> | |
4671 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4672 </param> | |
4673 </member> | |
4674 <member name="M:FluentAssertions.Assertions.StringAssertions.NotBe(System.String)"> | |
4675 <summary> | |
4676 Asserts that a string is not exactly the same as the specified <paramref name="unexpected"/>, | |
4677 including any leading or trailing whitespace, with the exception of the casing. | |
4678 </summary> | |
4679 <param name="unexpected">The string that the subject is not expected to be equivalent to.</param> | |
4680 </member> | |
4681 <member name="M:FluentAssertions.Assertions.StringAssertions.NotBe(System.String,System.String,System.Object[])"> | |
4682 <summary> | |
4683 Asserts that a string is not exactly the same as the specified <paramref name="unexpected"/>, | |
4684 including any leading or trailing whitespace, with the exception of the casing. | |
4685 </summary> | |
4686 <param name="unexpected">The string that the subject is not expected to be equivalent to.</param> | |
4687 <param name="reason"> | |
4688 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4689 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4690 </param> | |
4691 <param name="reasonArgs"> | |
4692 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4693 </param> | |
4694 </member> | |
4695 <member name="M:FluentAssertions.Assertions.StringAssertions.Match(System.String)"> | |
4696 <summary> | |
4697 Asserts that a string matches a wildcard pattern. | |
4698 </summary> | |
4699 <param name="wildcardPattern"> | |
4700 The wildcard pattern with which the subject is matched, where * and ? have special meanings. | |
4701 </param> | |
4702 </member> | |
4703 <member name="M:FluentAssertions.Assertions.StringAssertions.Match(System.String,System.String,System.Object[])"> | |
4704 <summary> | |
4705 Asserts that a string matches a wildcard pattern. | |
4706 </summary> | |
4707 <param name="wildcardPattern"> | |
4708 The wildcard pattern with which the subject is matched, where * and ? have special meanings. | |
4709 </param> | |
4710 <param name="reason"> | |
4711 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4712 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4713 </param> | |
4714 <param name="reasonArgs"> | |
4715 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4716 </param> | |
4717 </member> | |
4718 <member name="M:FluentAssertions.Assertions.StringAssertions.NotMatch(System.String)"> | |
4719 <summary> | |
4720 Asserts that a string does not match a wildcard pattern. | |
4721 </summary> | |
4722 <param name="wildcardPattern"> | |
4723 The wildcard pattern with which the subject is matched, where * and ? have special meanings. | |
4724 </param> | |
4725 </member> | |
4726 <member name="M:FluentAssertions.Assertions.StringAssertions.NotMatch(System.String,System.String,System.Object[])"> | |
4727 <summary> | |
4728 Asserts that a string does not match a wildcard pattern. | |
4729 </summary> | |
4730 <param name="wildcardPattern"> | |
4731 The wildcard pattern with which the subject is matched, where * and ? have special meanings. | |
4732 </param> | |
4733 <param name="reason"> | |
4734 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4735 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4736 </param> | |
4737 <param name="reasonArgs"> | |
4738 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4739 </param> | |
4740 </member> | |
4741 <member name="M:FluentAssertions.Assertions.StringAssertions.MatchEquivalentOf(System.String)"> | |
4742 <summary> | |
4743 Asserts that a string matches a wildcard pattern. | |
4744 </summary> | |
4745 <param name="wildcardPattern"> | |
4746 The wildcard pattern with which the subject is matched, where * and ? have special meanings. | |
4747 </param> | |
4748 </member> | |
4749 <member name="M:FluentAssertions.Assertions.StringAssertions.MatchEquivalentOf(System.String,System.String,System.Object[])"> | |
4750 <summary> | |
4751 Asserts that a string matches a wildcard pattern. | |
4752 </summary> | |
4753 <param name="wildcardPattern"> | |
4754 The wildcard pattern with which the subject is matched, where * and ? have special meanings. | |
4755 </param> | |
4756 <param name="reason"> | |
4757 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4758 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4759 </param> | |
4760 <param name="reasonArgs"> | |
4761 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4762 </param> | |
4763 </member> | |
4764 <member name="M:FluentAssertions.Assertions.StringAssertions.NotMatchEquivalentOf(System.String)"> | |
4765 <summary> | |
4766 Asserts that a string does not match a wildcard pattern. | |
4767 </summary> | |
4768 <param name="wildcardPattern"> | |
4769 The wildcard pattern with which the subject is matched, where * and ? have special meanings. | |
4770 </param> | |
4771 </member> | |
4772 <member name="M:FluentAssertions.Assertions.StringAssertions.NotMatchEquivalentOf(System.String,System.String,System.Object[])"> | |
4773 <summary> | |
4774 Asserts that a string does not match a wildcard pattern. | |
4775 </summary> | |
4776 <param name="wildcardPattern"> | |
4777 The wildcard pattern with which the subject is matched, where * and ? have special meanings. | |
4778 </param> | |
4779 <param name="reason"> | |
4780 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4781 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4782 </param> | |
4783 <param name="reasonArgs"> | |
4784 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4785 </param> | |
4786 </member> | |
4787 <member name="M:FluentAssertions.Assertions.StringAssertions.StartWith(System.String)"> | |
4788 <summary> | |
4789 Asserts that a string starts exactly with the specified <paramref name="expected"/>, | |
4790 including the casing and any leading or trailing whitespace. | |
4791 </summary> | |
4792 <param name="expected">The string that the subject is expected to start with.</param> | |
4793 </member> | |
4794 <member name="M:FluentAssertions.Assertions.StringAssertions.StartWith(System.String,System.String,System.Object[])"> | |
4795 <summary> | |
4796 Asserts that a string starts exactly with the specified <paramref name="expected"/>, | |
4797 including the casing and any leading or trailing whitespace. | |
4798 </summary> | |
4799 <param name="expected">The string that the subject is expected to start with.</param> | |
4800 <param name="reason"> | |
4801 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4802 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4803 </param> | |
4804 <param name="reasonArgs"> | |
4805 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4806 </param> | |
4807 </member> | |
4808 <member name="M:FluentAssertions.Assertions.StringAssertions.StartWithEquivalent(System.String)"> | |
4809 <summary> | |
4810 Asserts that a string starts with the specified <paramref name="expected"/>, | |
4811 including any leading or trailing whitespace, with the exception of the casing. | |
4812 </summary> | |
4813 <param name="expected">The string that the subject is expected to start with.</param> | |
4814 </member> | |
4815 <member name="M:FluentAssertions.Assertions.StringAssertions.StartWithEquivalent(System.String,System.String,System.Object[])"> | |
4816 <summary> | |
4817 Asserts that a string starts with the specified <paramref name="expected"/>, | |
4818 including any leading or trailing whitespace, with the exception of the casing. | |
4819 </summary> | |
4820 <param name="expected">The string that the subject is expected to start with.</param> | |
4821 <param name="reason"> | |
4822 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4823 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4824 </param> | |
4825 <param name="reasonArgs"> | |
4826 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4827 </param> | |
4828 </member> | |
4829 <member name="M:FluentAssertions.Assertions.StringAssertions.EndWith(System.String)"> | |
4830 <summary> | |
4831 Asserts that a string ends exactly with the specified <paramref name="expected"/>, | |
4832 including the casing and any leading or trailing whitespace. | |
4833 </summary> | |
4834 <param name="expected">The string that the subject is expected to end with.</param> | |
4835 </member> | |
4836 <member name="M:FluentAssertions.Assertions.StringAssertions.EndWith(System.String,System.String,System.Object[])"> | |
4837 <summary> | |
4838 Asserts that a string ends exactly with the specified <paramref name="expected"/>, | |
4839 including the casing and any leading or trailing whitespace. | |
4840 </summary> | |
4841 <param name="expected">The string that the subject is expected to end with.</param> | |
4842 <param name="reason"> | |
4843 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4844 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4845 </param> | |
4846 <param name="reasonArgs"> | |
4847 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4848 </param> | |
4849 </member> | |
4850 <member name="M:FluentAssertions.Assertions.StringAssertions.EndWithEquivalent(System.String)"> | |
4851 <summary> | |
4852 Asserts that a string ends with the specified <paramref name="expected"/>, | |
4853 including any leading or trailing whitespace, with the exception of the casing. | |
4854 </summary> | |
4855 <param name="expected">The string that the subject is expected to end with.</param> | |
4856 </member> | |
4857 <member name="M:FluentAssertions.Assertions.StringAssertions.EndWithEquivalent(System.String,System.String,System.Object[])"> | |
4858 <summary> | |
4859 Asserts that a string ends with the specified <paramref name="expected"/>, | |
4860 including any leading or trailing whitespace, with the exception of the casing. | |
4861 </summary> | |
4862 <param name="expected">The string that the subject is expected to end with.</param> | |
4863 <param name="reason"> | |
4864 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4865 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4866 </param> | |
4867 <param name="reasonArgs"> | |
4868 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4869 </param> | |
4870 </member> | |
4871 <member name="M:FluentAssertions.Assertions.StringAssertions.Contain(System.String)"> | |
4872 <summary> | |
4873 Asserts that a string contains another (fragment of a) string. | |
4874 </summary> | |
4875 <param name="expected"> | |
4876 The (fragement of a) string that the current string should contain. | |
4877 </param> | |
4878 </member> | |
4879 <member name="M:FluentAssertions.Assertions.StringAssertions.Contain(System.String,System.String,System.Object[])"> | |
4880 <summary> | |
4881 Asserts that a string contains another (fragment of a) string. | |
4882 </summary> | |
4883 <param name="expected"> | |
4884 The (fragement of a) string that the current string should contain. | |
4885 </param> | |
4886 <param name="reason"> | |
4887 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4888 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4889 </param> | |
4890 <param name="reasonArgs"> | |
4891 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4892 </param> | |
4893 </member> | |
4894 <member name="M:FluentAssertions.Assertions.StringAssertions.ContainEquivalentOf(System.String)"> | |
4895 <summary> | |
4896 Asserts that a string contains the specified <paramref name="expected"/>, | |
4897 including any leading or trailing whitespace, with the exception of the casing. | |
4898 </summary> | |
4899 <param name="expected">The string that the subject is expected to contain.</param> | |
4900 </member> | |
4901 <member name="M:FluentAssertions.Assertions.StringAssertions.ContainEquivalentOf(System.String,System.String,System.Object[])"> | |
4902 <summary> | |
4903 Asserts that a string contains the specified <paramref name="expected"/>, | |
4904 including any leading or trailing whitespace, with the exception of the casing. | |
4905 </summary> | |
4906 <param name="expected">The string that the subject is expected to contain.</param> | |
4907 <param name="reason"> | |
4908 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4909 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4910 </param> | |
4911 <param name="reasonArgs"> | |
4912 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4913 </param> | |
4914 </member> | |
4915 <member name="M:FluentAssertions.Assertions.StringAssertions.NotContain(System.String)"> | |
4916 <summary> | |
4917 Asserts that a string does not contain another (fragment of a) string. | |
4918 </summary> | |
4919 <param name="expected"> | |
4920 The (fragement of a) string that the current string should not contain. | |
4921 </param> | |
4922 </member> | |
4923 <member name="M:FluentAssertions.Assertions.StringAssertions.NotContain(System.String,System.String,System.Object[])"> | |
4924 <summary> | |
4925 Asserts that a string does not contain another (fragment of a) string. | |
4926 </summary> | |
4927 <param name="expected"> | |
4928 The (fragement of a) string that the current string should not contain. | |
4929 </param> | |
4930 <param name="reason"> | |
4931 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4932 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4933 </param> | |
4934 <param name="reasonArgs"> | |
4935 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4936 </param> | |
4937 </member> | |
4938 <member name="M:FluentAssertions.Assertions.StringAssertions.NotContainEquivalentOf(System.String)"> | |
4939 <summary> | |
4940 Asserts that a string does not contain the specified <paramref name="unexpected"/> string, | |
4941 including any leading or trailing whitespace, with the exception of the casing. | |
4942 </summary> | |
4943 <param name="unexpected">The string that the subject is not expected to contain.</param> | |
4944 </member> | |
4945 <member name="M:FluentAssertions.Assertions.StringAssertions.NotContainEquivalentOf(System.String,System.String,System.Object[])"> | |
4946 <summary> | |
4947 Asserts that a string does not contain the specified <paramref name="unexpected"/> string, | |
4948 including any leading or trailing whitespace, with the exception of the casing. | |
4949 </summary> | |
4950 <param name="unexpected">The string that the subject is not expected to contain.</param> | |
4951 <param name="reason"> | |
4952 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4953 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4954 </param> | |
4955 <param name="reasonArgs"> | |
4956 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4957 </param> | |
4958 </member> | |
4959 <member name="M:FluentAssertions.Assertions.StringAssertions.BeEmpty"> | |
4960 <summary> | |
4961 Asserts that a string is <see cref="F:System.String.Empty"/>. | |
4962 </summary> | |
4963 </member> | |
4964 <member name="M:FluentAssertions.Assertions.StringAssertions.BeEmpty(System.String,System.Object[])"> | |
4965 <summary> | |
4966 Asserts that a string is <see cref="F:System.String.Empty"/>. | |
4967 </summary> | |
4968 <param name="reason"> | |
4969 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4970 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4971 </param> | |
4972 <param name="reasonArgs"> | |
4973 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4974 </param> | |
4975 </member> | |
4976 <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeEmpty"> | |
4977 <summary> | |
4978 Asserts that a string is not <see cref="F:System.String.Empty"/>. | |
4979 </summary> | |
4980 </member> | |
4981 <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeEmpty(System.String,System.Object[])"> | |
4982 <summary> | |
4983 Asserts that a string is not <see cref="F:System.String.Empty"/>. | |
4984 </summary> | |
4985 <param name="reason"> | |
4986 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
4987 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
4988 </param> | |
4989 <param name="reasonArgs"> | |
4990 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
4991 </param> | |
4992 </member> | |
4993 <member name="M:FluentAssertions.Assertions.StringAssertions.HaveLength(System.Int32)"> | |
4994 <summary> | |
4995 Asserts that a string has the specified <paramref name="expected"/> length. | |
4996 </summary> | |
4997 <param name="expected">The expected length of the string</param> | |
4998 </member> | |
4999 <member name="M:FluentAssertions.Assertions.StringAssertions.HaveLength(System.Int32,System.String,System.Object[])"> | |
5000 <summary> | |
5001 Asserts that a string has the specified <paramref name="expected"/> length. | |
5002 </summary> | |
5003 <param name="expected">The expected length of the string</param> | |
5004 <param name="reason"> | |
5005 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
5006 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
5007 </param> | |
5008 <param name="reasonArgs"> | |
5009 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
5010 </param> | |
5011 </member> | |
5012 <member name="M:FluentAssertions.Assertions.StringAssertions.BeNull"> | |
5013 <summary> | |
5014 Asserts that a string is <c>null</c>. | |
5015 </summary> | |
5016 </member> | |
5017 <member name="M:FluentAssertions.Assertions.StringAssertions.BeNull(System.String,System.Object[])"> | |
5018 <summary> | |
5019 Asserts that a string is <c>null</c>. | |
5020 </summary> | |
5021 <param name="reason"> | |
5022 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
5023 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
5024 </param> | |
5025 <param name="reasonArgs"> | |
5026 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
5027 </param> | |
5028 </member> | |
5029 <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeNull"> | |
5030 <summary> | |
5031 Asserts that a string is not <c>null</c>. | |
5032 </summary> | |
5033 </member> | |
5034 <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeNull(System.String,System.Object[])"> | |
5035 <summary> | |
5036 Asserts that a string is not <c>null</c>. | |
5037 </summary> | |
5038 <param name="reason"> | |
5039 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
5040 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
5041 </param> | |
5042 <param name="reasonArgs"> | |
5043 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
5044 </param> | |
5045 </member> | |
5046 <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeNullOrEmpty"> | |
5047 <summary> | |
5048 Asserts that a string is neither <c>null</c> nor <see cref="F:System.String.Empty"/>. | |
5049 </summary> | |
5050 </member> | |
5051 <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeNullOrEmpty(System.String,System.Object[])"> | |
5052 <summary> | |
5053 Asserts that a string is neither <c>null</c> nor <see cref="F:System.String.Empty"/>. | |
5054 </summary> | |
5055 <param name="reason"> | |
5056 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
5057 start with the word <i>because</i>, it is prepended to the message. | |
5058 </param> | |
5059 <param name="reasonArgs"> | |
5060 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
5061 </param> | |
5062 </member> | |
5063 <member name="M:FluentAssertions.Assertions.StringAssertions.BeNullOrEmpty"> | |
5064 <summary> | |
5065 Asserts that a string is either <c>null</c> or <see cref="F:System.String.Empty"/>. | |
5066 </summary> | |
5067 </member> | |
5068 <member name="M:FluentAssertions.Assertions.StringAssertions.BeNullOrEmpty(System.String,System.Object[])"> | |
5069 <summary> | |
5070 Asserts that a string is either <c>null</c> or <see cref="F:System.String.Empty"/>. | |
5071 </summary> | |
5072 <param name="reason"> | |
5073 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
5074 start with the word <i>because</i>, it is prepended to the message. | |
5075 </param> | |
5076 <param name="reasonArgs"> | |
5077 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
5078 </param> | |
5079 </member> | |
5080 <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeBlank"> | |
5081 <summary> | |
5082 Asserts that a string is neither <c>null</c> nor <see cref="F:System.String.Empty"/> nor white space | |
5083 </summary> | |
5084 </member> | |
5085 <member name="M:FluentAssertions.Assertions.StringAssertions.NotBeBlank(System.String,System.Object[])"> | |
5086 <summary> | |
5087 Asserts that a string is neither <c>null</c> nor <see cref="F:System.String.Empty"/> nor white space | |
5088 </summary> | |
5089 <param name="reason"> | |
5090 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
5091 start with the word <i>because</i>, it is prepended to the message. | |
5092 </param> | |
5093 <param name="reasonArgs"> | |
5094 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
5095 </param> | |
5096 </member> | |
5097 <member name="M:FluentAssertions.Assertions.StringAssertions.BeBlank"> | |
5098 <summary> | |
5099 Asserts that a string is either <c>null</c> or <see cref="F:System.String.Empty"/> or white space | |
5100 </summary> | |
5101 </member> | |
5102 <member name="M:FluentAssertions.Assertions.StringAssertions.BeBlank(System.String,System.Object[])"> | |
5103 <summary> | |
5104 Asserts that a string is either <c>null</c> or <see cref="F:System.String.Empty"/> or white space | |
5105 </summary> | |
5106 <param name="reason"> | |
5107 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
5108 start with the word <i>because</i>, it is prepended to the message. | |
5109 </param> | |
5110 <param name="reasonArgs"> | |
5111 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
5112 </param> | |
5113 </member> | |
5114 <member name="P:FluentAssertions.Assertions.StringAssertions.Subject"> | |
5115 <summary> | |
5116 Gets the object which value is being asserted. | |
5117 </summary> | |
5118 </member> | |
5119 <member name="T:FluentAssertions.Assertions.TimeSpanAssertions"> | |
5120 <summary> | |
5121 Contains a number of methods to assert that two <see cref="T:System.DateTime"/> objects differ in the expected way. | |
5122 </summary> | |
5123 <remarks> | |
5124 You can use the <see cref="T:FluentAssertions.Common.FluentDateTimeExtensions"/> and <see cref="T:FluentAssertions.Common.TimeSpanConversionExtensions"/> for a more fluent | |
5125 way of specifying a <see cref="T:System.DateTime"/> or a <see cref="T:System.TimeSpan"/>. | |
5126 </remarks> | |
5127 </member> | |
5128 <member name="M:FluentAssertions.Assertions.TimeSpanAssertions.Before(System.DateTime)"> | |
5129 <summary> | |
5130 Asserts that a <see cref="T:System.DateTime"/> occurs a specified amount of time before another <see cref="T:System.DateTime"/>. | |
5131 </summary> | |
5132 <param name="target"> | |
5133 The <see cref="T:System.DateTime"/> to compare the subject with. | |
5134 </param> | |
5135 </member> | |
5136 <member name="M:FluentAssertions.Assertions.TimeSpanAssertions.Before(System.DateTime,System.String,System.Object[])"> | |
5137 <summary> | |
5138 Asserts that a <see cref="T:System.DateTime"/> occurs a specified amount of time before another <see cref="T:System.DateTime"/>. | |
5139 </summary> | |
5140 <param name="target"> | |
5141 The <see cref="T:System.DateTime"/> to compare the subject with. | |
5142 </param> | |
5143 <param name="reason"> | |
5144 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
5145 start with the word <i>because</i>, it is prepended to the message. | |
5146 </param> | |
5147 <param name="reasonArgs"> | |
5148 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
5149 </param> | |
5150 </member> | |
5151 <member name="M:FluentAssertions.Assertions.TimeSpanAssertions.After(System.DateTime)"> | |
5152 <summary> | |
5153 Asserts that a <see cref="T:System.DateTime"/> occurs a specified amount of time after another <see cref="T:System.DateTime"/>. | |
5154 </summary> | |
5155 <param name="target"> | |
5156 The <see cref="T:System.DateTime"/> to compare the subject with. | |
5157 </param> | |
5158 </member> | |
5159 <member name="M:FluentAssertions.Assertions.TimeSpanAssertions.After(System.DateTime,System.String,System.Object[])"> | |
5160 <summary> | |
5161 Asserts that a <see cref="T:System.DateTime"/> occurs a specified amount of time after another <see cref="T:System.DateTime"/>. | |
5162 </summary> | |
5163 <param name="target"> | |
5164 The <see cref="T:System.DateTime"/> to compare the subject with. | |
5165 </param> | |
5166 <param name="reason"> | |
5167 A formatted phrase explaining why the assertion should be satisfied. If the phrase does not | |
5168 start with the word <i>because</i>, it is prepended to the message. | |
5169 </param> | |
5170 <param name="reasonArgs"> | |
5171 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
5172 </param> | |
5173 </member> | |
5174 <member name="T:FluentAssertions.Assertions.TimeSpanAssertions.TimeSpanPredicate"> | |
5175 <summary> | |
5176 Provides the logic and the display text for a <see cref="T:FluentAssertions.Assertions.TimeSpanCondition"/>. | |
5177 </summary> | |
5178 </member> | |
5179 <member name="T:FluentAssertions.Execute"> | |
5180 <summary> | |
5181 Helper class for verifying a condition and/or throwing a test harness specific exception representing an assertion failure. | |
5182 </summary> | |
5183 </member> | |
5184 <member name="M:FluentAssertions.Execute.Verify(System.Func{System.Boolean},System.String,System.Object,System.Object,System.String,System.Object[])"> | |
5185 <summary> | |
5186 Asserts that the supplied <paramref name = "condition" /> is met. | |
5187 </summary> | |
5188 <param name = "condition">The condition to assert.</param> | |
5189 <param name = "failureMessage"> | |
5190 The message that will be used in the exception. This should describe what was expected and why. This message | |
5191 can contain the following three placeholders:<br /> | |
5192 <list type = "bullet"> | |
5193 <item>{0} = the expected value</item> | |
5194 <item>{1} = the actual value</item> | |
5195 <item>{2} = a reason explaining the expectations</item> | |
5196 </list><br /> | |
5197 </param> | |
5198 <param name = "expected"> | |
5199 The expected value, or <c>null</c> if there is no explicit expected value. | |
5200 </param> | |
5201 <param name = "actual">The actual value, or <c>null</c> if there is no explicit actual value.</param> | |
5202 <param name = "reason">Should describe the reason for the expectation.</param> | |
5203 <param name = "reasonArgs">Optional args for formatting placeholders in the <paramref name = "reason" />.</param> | |
5204 </member> | |
5205 <member name="M:FluentAssertions.Execute.Verify(System.Boolean,System.String,System.Object,System.Object,System.String,System.Object[])"> | |
5206 <summary> | |
5207 Asserts that the supplied <paramref name = "condition" /> is met. | |
5208 </summary> | |
5209 <param name = "condition">The condition to assert.</param> | |
5210 <param name = "failureMessage"> | |
5211 The message that will be used in the exception. This should describe what was expected and why. This message | |
5212 can contain the following three placeholders:<br /> | |
5213 <list type = "bullet"> | |
5214 <item>{0} = the expected value</item> | |
5215 <item>{1} = the actual value</item> | |
5216 <item>{2} = a reason explaining the expectations</item> | |
5217 </list><br /> | |
5218 </param> | |
5219 <param name = "expected"> | |
5220 The expected value, or <c>null</c> if there is no explicit expected value. | |
5221 </param> | |
5222 <param name = "actual">The actual value, or <c>null</c> if there is no explicit actual value.</param> | |
5223 <param name = "reason">Should describe the reason for the expectation.</param> | |
5224 <param name = "reasonArgs">Optional args for formatting placeholders in the <paramref name = "reason" />.</param> | |
5225 </member> | |
5226 <member name="M:FluentAssertions.Execute.Fail(System.String,System.Object,System.Object,System.String,System.Object[],System.Object[])"> | |
5227 <summary> | |
5228 Handles an assertion failure. | |
5229 </summary> | |
5230 <param name = "failureMessage"> | |
5231 The message that will be used in the exception. This should describe what was expected and why. This message | |
5232 can contain the following three placeholders:<br /> | |
5233 <list type = "bullet"> | |
5234 <item>{0} = the expected value</item> | |
5235 <item>{1} = the actual value</item> | |
5236 <item>{2} = a reason explaining the expectations</item> | |
5237 </list><br /> | |
5238 Any additional placeholders are allowed and will be satisfied using the <paramref name = "failureMessageArgs" />. | |
5239 </param> | |
5240 <param name = "expected"> | |
5241 The expected value, or <c>null</c> if there is no explicit expected value. | |
5242 </param> | |
5243 <param name = "actual">The actual value, or <c>null</c> if there is no explicit actual value.</param> | |
5244 <param name = "reason">Should describe the reason for the expectation.</param> | |
5245 <param name = "reasonArgs">Optional args for formatting placeholders in the <paramref name = "reason" />.</param> | |
5246 <param name = "failureMessageArgs"> | |
5247 Optional arguments to satisfy any additional placeholders in the <paramref name = "failureMessage" /> | |
5248 </param> | |
5249 </member> | |
5250 <member name="P:FluentAssertions.Execute.Verification"> | |
5251 <summary> | |
5252 Gets an object that wraps and executes a conditional or unconditional verification. | |
5253 </summary> | |
5254 </member> | |
5255 <member name="T:FluentAssertions.Assertions.TypeAssertions"> | |
5256 <summary> | |
5257 Contains a number of methods to assert that a <see cref="T:System.Type"/> meets certain expectations. | |
5258 </summary> | |
5259 </member> | |
5260 <member name="M:FluentAssertions.Assertions.TypeAssertions.#ctor(System.Type)"> | |
5261 <summary> | |
5262 Initializes a new instance of the <see cref="T:System.Object" /> class. | |
5263 </summary> | |
5264 </member> | |
5265 <member name="M:FluentAssertions.Assertions.TypeAssertions.Be``1"> | |
5266 <summary> | |
5267 Asserts that the current type is equal to the specified <typeparamref name="TExpected"/> type. | |
5268 </summary> | |
5269 </member> | |
5270 <member name="M:FluentAssertions.Assertions.TypeAssertions.Be``1(System.String,System.Object[])"> | |
5271 <summary> | |
5272 Asserts that the current type is equal to the specified <typeparamref name="TExpected"/> type. | |
5273 </summary> | |
5274 <param name="reason"> | |
5275 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
5276 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
5277 </param> | |
5278 <param name="reasonArgs"> | |
5279 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
5280 </param> | |
5281 </member> | |
5282 <member name="M:FluentAssertions.Assertions.TypeAssertions.Be(System.Type)"> | |
5283 <summary> | |
5284 Asserts that the current type is equal to the specified <paramref name="expected"/> type. | |
5285 </summary> | |
5286 <param name="expected">The expected type</param> | |
5287 </member> | |
5288 <member name="M:FluentAssertions.Assertions.TypeAssertions.Be(System.Type,System.String,System.Object[])"> | |
5289 <summary> | |
5290 Asserts that the current type is equal to the specified <paramref name="expected"/> type. | |
5291 </summary> | |
5292 <param name="expected">The expected type</param> | |
5293 <param name="reason"> | |
5294 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
5295 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
5296 </param> | |
5297 <param name="reasonArgs"> | |
5298 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
5299 </param> | |
5300 </member> | |
5301 <member name="M:FluentAssertions.Assertions.TypeAssertions.GetFailureMessageIfTypesAreDifferent(System.Type,System.Type)"> | |
5302 <summary> | |
5303 Creates an error message in case the specifed <paramref name="actual"/> type differs from the | |
5304 <paramref name="expected"/> type. | |
5305 </summary> | |
5306 <returns> | |
5307 An empty <see cref="T:System.String"/> if the two specified types are the same, or an error message that describes that | |
5308 the two specified types are not the same. | |
5309 </returns> | |
5310 </member> | |
5311 <member name="M:FluentAssertions.Assertions.TypeAssertions.NotBe``1"> | |
5312 <summary> | |
5313 Asserts that the current type is not equal to the specified <typeparamref name="TUnexpected"/> type. | |
5314 </summary> | |
5315 </member> | |
5316 <member name="M:FluentAssertions.Assertions.TypeAssertions.NotBe``1(System.String,System.Object[])"> | |
5317 <summary> | |
5318 Asserts that the current type is not equal to the specified <typeparamref name="TUnexpected"/> type. | |
5319 </summary> | |
5320 <param name="reason"> | |
5321 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
5322 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
5323 </param> | |
5324 <param name="reasonArgs"> | |
5325 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
5326 </param> | |
5327 </member> | |
5328 <member name="M:FluentAssertions.Assertions.TypeAssertions.NotBe(System.Type)"> | |
5329 <summary> | |
5330 Asserts that the current type is not equal to the specified <paramref name="unexpected"/> type. | |
5331 </summary> | |
5332 <param name="unexpected">The unexpected type</param> | |
5333 </member> | |
5334 <member name="M:FluentAssertions.Assertions.TypeAssertions.NotBe(System.Type,System.String,System.Object[])"> | |
5335 <summary> | |
5336 Asserts that the current type is not equal to the specified <paramref name="unexpected"/> type. | |
5337 </summary> | |
5338 <param name="unexpected">The unexpected type</param> | |
5339 <param name="reason"> | |
5340 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
5341 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
5342 </param> | |
5343 <param name="reasonArgs"> | |
5344 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
5345 </param> | |
5346 </member> | |
5347 <member name="M:FluentAssertions.Assertions.TypeAssertions.BeDecoratedWith``1"> | |
5348 <summary> | |
5349 Asserts that the <see cref="T:System.Type"/> is decorated with the specified <typeparamref name="TAttribute"/>. | |
5350 </summary> | |
5351 </member> | |
5352 <member name="M:FluentAssertions.Assertions.TypeAssertions.BeDecoratedWith``1(System.String,System.Object[])"> | |
5353 <summary> | |
5354 Asserts that the <see cref="T:System.Type"/> is decorated with the specified <typeparamref name="TAttribute"/>. | |
5355 </summary> | |
5356 <param name="reason"> | |
5357 A formatted phrase as is supported by <see cref="M:System.String.Format(System.String,System.Object[])"/> explaining why the assertion | |
5358 is needed. If the phrase does not start with the word <i>because</i>, it is prepended automatically. | |
5359 </param> | |
5360 <param name="reasonArgs"> | |
5361 Zero or more objects to format using the placeholders in <see cref="!:reason"/>. | |
5362 </param> | |
5363 </member> | |
5364 <member name="P:FluentAssertions.Assertions.TypeAssertions.Subject"> | |
5365 <summary> | |
5366 Gets the object which value is being asserted. | |
5367 </summary> | |
5368 </member> | |
5369 <member name="T:FluentAssertions.Verification"> | |
5370 <summary> | |
5371 Provides a fluent API for verifying an arbitrary condition. | |
5372 </summary> | |
5373 </member> | |
5374 <member name="F:FluentAssertions.Verification.ReasonTag"> | |
5375 <summary> | |
5376 Represents the phrase that can be used in <see cref="M:FluentAssertions.Verification.FailWith(System.String,System.Object[])"/> as a placeholder for the reason of an assertion. | |
5377 </summary> | |
5378 </member> | |
5379 <member name="M:FluentAssertions.Verification.#ctor"> | |
5380 <summary> | |
5381 Initializes a new instance of the <see cref="T:FluentAssertions.Verification"/> class. | |
5382 </summary> | |
5383 </member> | |
5384 <member name="M:FluentAssertions.Verification.SubjectNameOr(System.String)"> | |
5385 <summary> | |
5386 Gets the name or identifier of the current subject, or a default value if the subject is not known. | |
5387 </summary> | |
5388 </member> | |
5389 <member name="M:FluentAssertions.Verification.ForCondition(System.Boolean)"> | |
5390 <summary> | |
5391 Specify the condition that must be satisfied. | |
5392 </summary> | |
5393 <param name="condition">If <c>true</c> the verification will be succesful.</param> | |
5394 </member> | |
5395 <member name="M:FluentAssertions.Verification.ForCondition(System.Func{System.Boolean})"> | |
5396 <summary> | |
5397 Specify a predicate that with the condition that must be satisfied. | |
5398 </summary> | |
5399 </member> | |
5400 <member name="M:FluentAssertions.Verification.BecauseOf(System.String,System.Object[])"> | |
5401 <summary> | |
5402 Specify the reason why you expect the condition to be <c>true</c>. | |
5403 </summary> | |
5404 <param name="reason"> | |
5405 A formatted phrase explaining why the condition should be satisfied. If the phrase does not | |
5406 start with the word <i>because</i>, it is prepended to the message. | |
5407 </param> | |
5408 <param name="reasonArgs"> | |
5409 Zero or more values to use for filling in any <see cref="M:System.String.Format(System.String,System.Object[])"/> compatible placeholders. | |
5410 </param> | |
5411 </member> | |
5412 <member name="M:FluentAssertions.Verification.FailWith(System.String,System.Object[])"> | |
5413 <summary> | |
5414 Define the failure message for the verification. | |
5415 </summary> | |
5416 <remarks> | |
5417 If the <paramref name="failureMessage"/> contains the text "{reason}", this will be replaced by the reason as | |
5418 defined through <see cref="M:FluentAssertions.Verification.BecauseOf(System.String,System.Object[])"/>. Only 10 <paramref name="failureArgs"/> are supported in combination with | |
5419 a {reason}. | |
5420 </remarks> | |
5421 <param name="failureMessage">The format string that represents the failure message.</param> | |
5422 <param name="failureArgs">Optional arguments for the <paramref name="failureMessage"/></param> | |
5423 </member> | |
5424 <member name="P:FluentAssertions.Verification.UsingLineBreaks"> | |
5425 <summary> | |
5426 Indicates that every argument passed into <see cref="M:FluentAssertions.Verification.FailWith(System.String,System.Object[])"/> is displayed on a separate line. | |
5427 </summary> | |
5428 </member> | |
5429 <member name="P:FluentAssertions.Verification.SubjectName"> | |
5430 <summary> | |
5431 Gets or sets the name of the subject for the next verification. | |
5432 </summary> | |
5433 </member> | |
5434 </members> | |
5435 </doc> |