master
1<?xml version="1.0" encoding="utf-8"?>
2<doc>
3 <assembly>
4 <name>MbUnit</name>
5 </assembly>
6 <members>
7 <member name="T:MbUnit.Core.MbUnitTestFrameworkExtension">
8 <summary>A <see cref="T:Gallio.Framework.Pattern.IPatternTestFrameworkExtension" /> that registers MbUnit as a tool when the test assembly contains a reference to the MbUnit assembly.</summary>
9 </member>
10 <member name="M:MbUnit.Core.MbUnitTestFrameworkExtension.GetReferencedTools(Gallio.Reflection.IAssemblyInfo)">
11 <summary>
12 <para> Gets information about the tools that are used by the specified test assembly. The tool information will be included in the report as part of the framework node that contains the assembly. </para>
13 <para> This method is used by authors of tools that are derived from the <see cref="T:Gallio.Framework.Pattern.PatternTestFramework" /> to provide brand and version information about the tool so that it will be visible to end users. </para>
14 <para> If no tools are referenced by the assembly, it will be ignored by the <see cref="T:Gallio.Framework.Pattern.PatternTestExplorer" />. </para>
15 </summary>
16 <param name="assembly">The test assembly</param>
17 <returns>The tool information</returns>
18 </member>
19 <member name="T:MbUnit.Framework.ArrayAssert">
20 <summary>Array Assertion class This is a <see langword="static class" /> and so cannot be inherited or instantiated.</summary>
21 </member>
22 <member name="M:MbUnit.Framework.ArrayAssert.AreEqual(System.Boolean[],System.Boolean[])">
23 <summary>Verifies that both array have the same dimension and elements.</summary>
24 <param name="expected" />
25 <param name="actual" />
26 </member>
27 <member name="T:MbUnit.Framework.AssemblyFixtureAttribute">
28 <summary>
29 <para> The assembly fixture attribute is applied to a class that contains setup and teardown methods that are to be applied at the assembly level. Conceptually, the <see cref="T:MbUnit.Framework.AssemblyFixtureAttribute" /> adds new behavior to an assembly-level test fixture that contains all of the test fixtures within the assembly. </para>
30 <para> The following attributes are typically used within an assembly fixture: <list type="bullet"><item><see cref="T:MbUnit.Framework.FixtureSetUpAttribute" />: Performs setup activities before any test fixtures within the assembly are executed.</item><item><see cref="T:MbUnit.Framework.FixtureTearDownAttribute" />: Performs teardown activities after all test fixtures within the assembly are executed.</item><item><see cref="T:MbUnit.Framework.SetUpAttribute" />: Performs setup activities before each test fixture within the assembly is executed.</item><item><see cref="T:MbUnit.Framework.TearDownAttribute" />: Performs teardown activities after eacj test fixture within the assembly is executed.</item></list></para>
31 <para> It is also possible to use other attributes as with an ordinary <see cref="T:MbUnit.Framework.TestFixtureAttribute" />. An assembly fixture also supports data binding. When data binding is used on an assembly fixture, it will cause all test fixtures within the assembly to run once for each combination of data values used. </para>
32 </summary>
33 </member>
34 <member name="M:MbUnit.Framework.AssemblyFixtureAttribute.Consume(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo,System.Boolean)">
35 <summary>
36 <para> Consumes the <paramref name="codeElement" /> and applies its contributions to the <paramref name="containingTestBuilder" />. </para>
37 <para> This method is used to declare new tests, test parameters and other components and add them to a containing test that was defined by some other <paramref name="codeElement" />. </para>
38 <para> For example, when enumerating tests, the <see cref="M:Gallio.Framework.Pattern.IPattern.Consume(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo,System.Boolean)" /> will call the <see cref="M:Gallio.Framework.Pattern.IPattern.ProcessTest(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo)" /> method of all patterns associated with the public types in an assembly. Some of these patterns will create new test fixture objects and add them as children of the containing assembly-level test. They will then call <see cref="T:Gallio.Framework.Pattern.BootstrapAssemblyPattern" /> for each of the other patterns defined by this <paramref name="codeElement" />. A test fixture pattern will then typically recurse into the fixture to apply contributions defined by patterns associated with methods, fields, properties, events, constructors and generic type parameters. </para>
39 </summary>
40 <param name="containingTestBuilder">The containing test builder</param>
41 <param name="codeElement">The code element to process</param>
42 <param name="skipChildren">If true, skips generating child tests. Instead the children may be populated on demand using <see cref="P:Gallio.Framework.Pattern.IPatternTestBuilder.PopulateChildrenChain" />. The implementation may safely ignore the value of this flag so long as subsequent attempts to populate children on demand have no adverse side-effects.</param>
43 </member>
44 <member name="M:MbUnit.Framework.AssemblyFixtureAttribute.SetTestSemantics(Gallio.Framework.Pattern.PatternTest,Gallio.Reflection.ITypeInfo)">
45 <summary>
46 <para> Applies semantic actions to the <see cref="P:Gallio.Framework.Pattern.PatternTest.TestActions" /> member of a test to set the test's runtime behavior. </para>
47 <para> This method is called after <see cref="M:Gallio.Framework.Pattern.TestTypePatternAttribute.InitializeTest(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ITypeInfo)" />. </para>
48 </summary>
49 <param name="test">The test</param>
50 <param name="type">The test type</param>
51 </member>
52 <member name="T:MbUnit.Framework.AssemblyResolverAttribute">
53 <summary>Registers a custom assembly resolver. This class cannot be inherited.</summary>
54 </member>
55 <member name="P:MbUnit.Framework.AssemblyResolverAttribute.AssemblyResolverType">
56 <summary>Gets the assembly resolver type.</summary>
57 </member>
58 <member name="M:MbUnit.Framework.AssemblyResolverAttribute.Initialize(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.IAssemblyInfo)">
59 <summary>Performs early initialization for the specified assembly.</summary>
60 <param name="topLevelTestBuilder">The top level test builder that will contain the assembly-level test</param>
61 <param name="assembly">The assembly to process</param>
62 </member>
63 <member name="T:MbUnit.Framework.Assert">
64 <summary>Assertion class This is a <see langword="static class" /> and so cannot be inherited or instantiated.</summary>
65 </member>
66 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Double,System.Double,System.Double,System.String)">
67 <summary>Verifies that two doubles are equal considering a delta. If the expected value is infinity then the delta value is ignored. If they are not equals then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
68 <param name="expected">The expected value</param>
69 <param name="actual">The actual value</param>
70 <param name="delta">The maximum acceptable difference between the the expected and the actual</param>
71 <param name="message">The message printed out upon failure</param>
72 </member>
73 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Double,System.Double,System.Double)">
74 <summary>Verifies that two doubles are equal considering a delta. If the expected value is infinity then the delta value is ignored. If they are not equals then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
75 <param name="expected">The expected value</param>
76 <param name="actual">The actual value</param>
77 <param name="delta">The maximum acceptable difference between the the expected and the actual</param>
78 </member>
79 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Single,System.Single,System.Single,System.String)">
80 <summary>Verifies that two floats are equal considering a delta. If the expected value is infinity then the delta value is ignored. If they are not equals then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
81 <param name="message">The message printed out upon failure</param>
82 <param name="expected">The expected value</param>
83 <param name="actual">The actual value</param>
84 <param name="delta">The maximum acceptable difference between the the expected and the actual</param>
85 </member>
86 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Single,System.Single,System.Single)">
87 <summary>Verifies that two floats are equal considering a delta. If the expected value is infinity then the delta value is ignored. If they are not equals then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
88 <param name="expected">The expected value</param>
89 <param name="actual">The actual value</param>
90 <param name="delta">The maximum acceptable difference between the the expected and the actual</param>
91 </member>
92 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Decimal,System.Decimal,System.String)">
93 <summary>Verifies that two decimals are equal. If they are not equals then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
94 <param name="message">The message printed out upon failure</param>
95 <param name="expected">The expected value</param>
96 <param name="actual">The actual value</param>
97 </member>
98 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Decimal,System.Decimal,System.String,System.Object[])">
99 <summary>Verifies that two decimals are equal. If they are not equals then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
100 <param name="expected">The expected value</param>
101 <param name="actual">The actual value</param>
102 <param name="format">The format of the message to display if the assertion fails, containing zero or more format items.</param>
103 <param name="args">An <see cref="T:System.Object" /> array containing zero or more objects to format.</param>
104 </member>
105 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Decimal,System.Decimal)">
106 <summary>Verifies that two decimals are equal. If they are not equals then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
107 <param name="expected">The expected value</param>
108 <param name="actual">The actual value</param>
109 </member>
110 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Int32,System.Int32,System.String)">
111 <summary>Verifies that two ints are equal. If they are not equals then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
112 <param name="message">The message printed out upon failure</param>
113 <param name="expected">The expected value</param>
114 <param name="actual">The actual value</param>
115 </member>
116 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Int32,System.Int32,System.String,System.Object[])">
117 <summary>Verifies that two ints are equal. If they are not equals then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
118 <param name="expected">The expected value</param>
119 <param name="actual">The actual value</param>
120 <param name="format">The format of the message to display if the assertion fails, containing zero or more format items.</param>
121 <param name="args">An <see cref="T:System.Object" /> array containing zero or more objects to format.</param>
122 </member>
123 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Int32,System.Int32)">
124 <summary>Verifies that two ints are equal. If they are not equals then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
125 <param name="expected">The expected value</param>
126 <param name="actual">The actual value</param>
127 </member>
128 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Object,System.Object,System.String,System.Object[])">
129 <summary>Verifies that two objects are equal. Two objects are considered equal if both are null, or if both have the same value. All non-numeric types are compared by using the <c>Equals</c> method. If they are not equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
130 <param name="expected">The value that is expected</param>
131 <param name="actual">The actual value</param>
132 <param name="format">The format of the message to display if the assertion fails, containing zero or more format items.</param>
133 <param name="args">An <see cref="T:System.Object" /> array containing zero or more objects to format.</param>
134 </member>
135 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Object,System.Object,System.String)">
136 <summary>Verifies that two objects are equal. Two objects are considered equal if both are null, or if both have the same value. All non-numeric types are compared by using the <c>Equals</c> method. If they are not equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
137 <param name="expected">The value that is expected</param>
138 <param name="actual">The actual value</param>
139 <param name="message">The message to display if objects are not equal</param>
140 </member>
141 <member name="M:MbUnit.Framework.Assert.AreEqual(System.Object,System.Object)">
142 <summary>Verifies that two objects are equal. Two objects are considered equal if both are null, or if both have the same value. All non-numeric types are compared by using the <c>Equals</c> method. If they are not equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
143 <param name="expected">The value that is expected</param>
144 <param name="actual">The actual value</param>
145 </member>
146 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Object,System.Object,System.String,System.Object[])">
147 <summary>Asserts that two objects are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
148 <param name="expected">The expected object</param>
149 <param name="actual">The actual object</param>
150 <param name="message">The message to be displayed when the two objects are the same object.</param>
151 <param name="args">Arguments to be used in formatting the message</param>
152 </member>
153 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Object,System.Object,System.String)">
154 <summary>Asserts that two objects are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
155 <param name="expected">The expected object</param>
156 <param name="actual">The actual object</param>
157 <param name="message">The message to be displayed when the objects are the same</param>
158 </member>
159 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Object,System.Object)">
160 <summary>Asserts that two objects are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
161 <param name="expected">The expected object</param>
162 <param name="actual">The actual object</param>
163 </member>
164 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Int32,System.Int32,System.String,System.Object[])">
165 <summary>Asserts that two ints are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
166 <param name="expected">The expected object</param>
167 <param name="actual">The actual object</param>
168 <param name="message">The message to be displayed when the two objects are the same object.</param>
169 <param name="args">Arguments to be used in formatting the message</param>
170 </member>
171 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Int32,System.Int32,System.String)">
172 <summary>Asserts that two ints are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
173 <param name="expected">The expected object</param>
174 <param name="actual">The actual object</param>
175 <param name="message">The message to be displayed when the objects are the same</param>
176 </member>
177 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Int32,System.Int32)">
178 <summary>Asserts that two ints are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
179 <param name="expected">The expected object</param>
180 <param name="actual">The actual object</param>
181 </member>
182 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.UInt32,System.UInt32,System.String,System.Object[])">
183 <summary>Asserts that two uints are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
184 <param name="expected">The expected object</param>
185 <param name="actual">The actual object</param>
186 <param name="message">The message to be displayed when the two objects are the same object.</param>
187 <param name="args">Arguments to be used in formatting the message</param>
188 </member>
189 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.UInt32,System.UInt32,System.String)">
190 <summary>Asserts that two uints are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
191 <param name="expected">The expected object</param>
192 <param name="actual">The actual object</param>
193 <param name="message">The message to be displayed when the objects are the same</param>
194 </member>
195 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.UInt32,System.UInt32)">
196 <summary>Asserts that two uints are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
197 <param name="expected">The expected object</param>
198 <param name="actual">The actual object</param>
199 </member>
200 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Decimal,System.Decimal,System.String,System.Object[])">
201 <summary>Asserts that two decimals are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
202 <param name="expected">The expected object</param>
203 <param name="actual">The actual object</param>
204 <param name="message">The message to be displayed when the two objects are the same object.</param>
205 <param name="args">Arguments to be used in formatting the message</param>
206 </member>
207 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Decimal,System.Decimal,System.String)">
208 <summary>Asserts that two decimals are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
209 <param name="expected">The expected object</param>
210 <param name="actual">The actual object</param>
211 <param name="message">The message to be displayed when the objects are the same</param>
212 </member>
213 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Decimal,System.Decimal)">
214 <summary>Asserts that two decimals are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
215 <param name="expected">The expected object</param>
216 <param name="actual">The actual object</param>
217 </member>
218 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Single,System.Single,System.String,System.Object[])">
219 <summary>Asserts that two floats are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
220 <param name="expected">The expected object</param>
221 <param name="actual">The actual object</param>
222 <param name="message">The message to be displayed when the two objects are the same object.</param>
223 <param name="args">Arguments to be used in formatting the message</param>
224 </member>
225 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Single,System.Single,System.String)">
226 <summary>Asserts that two floats are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
227 <param name="expected">The expected object</param>
228 <param name="actual">The actual object</param>
229 <param name="message">The message to be displayed when the objects are the same</param>
230 </member>
231 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Single,System.Single)">
232 <summary>Asserts that two floats are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
233 <param name="expected">The expected object</param>
234 <param name="actual">The actual object</param>
235 </member>
236 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Double,System.Double,System.String,System.Object[])">
237 <summary>Asserts that two doubles are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
238 <param name="expected">The expected object</param>
239 <param name="actual">The actual object</param>
240 <param name="message">The message to be displayed when the two objects are the same object.</param>
241 <param name="args">Arguments to be used in formatting the message</param>
242 </member>
243 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Double,System.Double,System.String)">
244 <summary>Asserts that two doubles are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
245 <param name="expected">The expected object</param>
246 <param name="actual">The actual object</param>
247 <param name="message">The message to be displayed when the objects are the same</param>
248 </member>
249 <member name="M:MbUnit.Framework.Assert.AreNotEqual(System.Double,System.Double)">
250 <summary>Asserts that two doubles are not equal. If they are equal an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
251 <param name="expected">The expected object</param>
252 <param name="actual">The actual object</param>
253 </member>
254 <member name="M:MbUnit.Framework.Assert.AreSame(System.Object,System.Object,System.String)">
255 <summary>Asserts that two objects refer to the same object. If they are not the same an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
256 <param name="message">The message to be printed when the two objects are not the same object.</param>
257 <param name="expected">The expected object</param>
258 <param name="actual">The actual object</param>
259 </member>
260 <member name="M:MbUnit.Framework.Assert.AreSame(System.Object,System.Object,System.String,System.Object[])">
261 <summary>Asserts that two objects refer to the same object. If they are not the same an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
262 <param name="expected">The expected object</param>
263 <param name="actual">The actual object</param>
264 <param name="format">The format of the message to display if the assertion fails, containing zero or more format items.</param>
265 <param name="args">An <see cref="T:System.Object" /> array containing zero or more objects to format.</param>
266 </member>
267 <member name="M:MbUnit.Framework.Assert.AreSame(System.Object,System.Object)">
268 <summary>Asserts that two objects refer to the same object. If they are not the same an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
269 <param name="expected">The expected object</param>
270 <param name="actual">The actual object</param>
271 </member>
272 <member name="M:MbUnit.Framework.Assert.AreValueEqual(System.Reflection.PropertyInfo,System.Object,System.Object,System.Object[])">
273 <summary>Verifies that the value of the property described by <paramref name="pi" /> is the same in both ojects.</summary>
274 <param name="pi">Property describing the value to test</param>
275 <param name="expected">Reference object</param>
276 <param name="actual">Actual object</param>
277 <param name="indices">Index of the property.</param>
278 </member>
279 <member name="M:MbUnit.Framework.Assert.Between(System.Int32,System.Int32,System.Int32)">
280 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
281 </member>
282 <member name="M:MbUnit.Framework.Assert.Between(System.Int32,System.Int32,System.Int32,System.String)">
283 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
284 </member>
285 <member name="M:MbUnit.Framework.Assert.Between(System.Int32,System.Int32,System.Int32,System.String,System.Object[])">
286 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
287 </member>
288 <member name="M:MbUnit.Framework.Assert.Between(System.Int16,System.Int16,System.Int16)">
289 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
290 </member>
291 <member name="M:MbUnit.Framework.Assert.Between(System.Int16,System.Int16,System.Int16,System.String)">
292 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
293 </member>
294 <member name="M:MbUnit.Framework.Assert.Between(System.Int16,System.Int16,System.Int16,System.String,System.Object[])">
295 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
296 </member>
297 <member name="M:MbUnit.Framework.Assert.Between(System.Byte,System.Byte,System.Byte)">
298 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
299 </member>
300 <member name="M:MbUnit.Framework.Assert.Between(System.Byte,System.Byte,System.Byte,System.String)">
301 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
302 </member>
303 <member name="M:MbUnit.Framework.Assert.Between(System.Byte,System.Byte,System.Byte,System.String,System.Object[])">
304 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
305 </member>
306 <member name="M:MbUnit.Framework.Assert.Between(System.Int64,System.Int64,System.Int64)">
307 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
308 </member>
309 <member name="M:MbUnit.Framework.Assert.Between(System.Int64,System.Int64,System.Int64,System.String)">
310 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
311 </member>
312 <member name="M:MbUnit.Framework.Assert.Between(System.Int64,System.Int64,System.Int64,System.String,System.Object[])">
313 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
314 </member>
315 <member name="M:MbUnit.Framework.Assert.Between(System.Double,System.Double,System.Double)">
316 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
317 </member>
318 <member name="M:MbUnit.Framework.Assert.Between(System.Double,System.Double,System.Double,System.String)">
319 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
320 </member>
321 <member name="M:MbUnit.Framework.Assert.Between(System.Double,System.Double,System.Double,System.String,System.Object[])">
322 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
323 </member>
324 <member name="M:MbUnit.Framework.Assert.Between(System.Single,System.Single,System.Single)">
325 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
326 </member>
327 <member name="M:MbUnit.Framework.Assert.Between(System.Single,System.Single,System.Single,System.String)">
328 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
329 </member>
330 <member name="M:MbUnit.Framework.Assert.Between(System.Single,System.Single,System.Single,System.String,System.Object[])">
331 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
332 </member>
333 <member name="M:MbUnit.Framework.Assert.Between(System.IComparable,System.IComparable,System.IComparable)">
334 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
335 </member>
336 <member name="M:MbUnit.Framework.Assert.Between(System.IComparable,System.IComparable,System.IComparable,System.String)">
337 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
338 </member>
339 <member name="M:MbUnit.Framework.Assert.Between(System.IComparable,System.IComparable,System.IComparable,System.String,System.Object[])">
340 <summary>Asserts that <paramref name="test" /> is between <paramref name="left" /> and <paramref name="right" />.</summary>
341 </member>
342 <member name="M:MbUnit.Framework.Assert.Equals(System.Object,System.Object)">
343 <summary>The Equals method throws an AssertionException. This is done to make sure there is no mistake by calling this function.</summary>
344 <param name="a" />
345 <param name="b" />
346 </member>
347 <member name="M:MbUnit.Framework.Assert.Fail(System.String,System.Object[])">
348 <summary>Throws an <see cref="T:MbUnit.Framework.AssertionException" /> with the message that is passed in. This is used by the other Assert functions.</summary>
349 <param name="format">The format of the message to initialize the <see cref="T:MbUnit.Framework.AssertionException" /> with.</param>
350 <param name="args">An <see cref="T:System.Object" /> array containing zero or more objects to format.</param>
351 </member>
352 <member name="M:MbUnit.Framework.Assert.Fail(System.String)">
353 <summary>Throws an <see cref="T:MbUnit.Framework.AssertionException" /> with the message that is passed in. This is used by the other Assert functions.</summary>
354 <param name="message">The message to initialize the <see cref="T:MbUnit.Framework.AssertionException" /> with.</param>
355 </member>
356 <member name="M:MbUnit.Framework.Assert.Fail">
357 <summary>Throws an <see cref="T:MbUnit.Framework.AssertionException" /> with the message that is passed in. This is used by the other Assert functions.</summary>
358 </member>
359 <member name="M:MbUnit.Framework.Assert.Greater(System.Int32,System.Int32,System.String,System.Object[])">
360 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
361 <param name="arg1">The first value, expected to be greater</param>
362 <param name="arg2">The second value, expected to be less</param>
363 <param name="message">The message that will be displayed on failure</param>
364 <param name="args">Arguments to be used in formatting the message</param>
365 </member>
366 <member name="M:MbUnit.Framework.Assert.Greater(System.Int32,System.Int32,System.String)">
367 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
368 <param name="arg1">The first value, expected to be greater</param>
369 <param name="arg2">The second value, expected to be less</param>
370 <param name="message">The message that will be displayed on failure</param>
371 </member>
372 <member name="M:MbUnit.Framework.Assert.Greater(System.Int32,System.Int32)">
373 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
374 <param name="arg1">The first value, expected to be greater</param>
375 <param name="arg2">The second value, expected to be less</param>
376 </member>
377 <member name="M:MbUnit.Framework.Assert.Greater(System.UInt32,System.UInt32,System.String,System.Object[])">
378 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
379 <param name="arg1">The first value, expected to be greater</param>
380 <param name="arg2">The second value, expected to be less</param>
381 <param name="message">The message that will be displayed on failure</param>
382 <param name="args">Arguments to be used in formatting the message</param>
383 </member>
384 <member name="M:MbUnit.Framework.Assert.Greater(System.UInt32,System.UInt32,System.String)">
385 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
386 <param name="arg1">The first value, expected to be greater</param>
387 <param name="arg2">The second value, expected to be less</param>
388 <param name="message">The message that will be displayed on failure</param>
389 </member>
390 <member name="M:MbUnit.Framework.Assert.Greater(System.UInt32,System.UInt32)">
391 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
392 <param name="arg1">The first value, expected to be greater</param>
393 <param name="arg2">The second value, expected to be less</param>
394 </member>
395 <member name="M:MbUnit.Framework.Assert.Greater(System.Decimal,System.Decimal,System.String,System.Object[])">
396 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
397 <param name="arg1">The first value, expected to be greater</param>
398 <param name="arg2">The second value, expected to be less</param>
399 <param name="message">The message that will be displayed on failure</param>
400 <param name="args">Arguments to be used in formatting the message</param>
401 </member>
402 <member name="M:MbUnit.Framework.Assert.Greater(System.Decimal,System.Decimal,System.String)">
403 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
404 <param name="arg1">The first value, expected to be greater</param>
405 <param name="arg2">The second value, expected to be less</param>
406 <param name="message">The message that will be displayed on failure</param>
407 </member>
408 <member name="M:MbUnit.Framework.Assert.Greater(System.Decimal,System.Decimal)">
409 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
410 <param name="arg1">The first value, expected to be greater</param>
411 <param name="arg2">The second value, expected to be less</param>
412 </member>
413 <member name="M:MbUnit.Framework.Assert.Greater(System.Int64,System.Int64,System.String,System.Object[])">
414 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
415 <param name="arg1">The first value, expected to be greater</param>
416 <param name="arg2">The second value, expected to be less</param>
417 <param name="message">The message that will be displayed on failure</param>
418 <param name="args">Arguments to be used in formatting the message</param>
419 </member>
420 <member name="M:MbUnit.Framework.Assert.Greater(System.Int64,System.Int64,System.String)">
421 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
422 <param name="arg1">The first value, expected to be greater</param>
423 <param name="arg2">The second value, expected to be less</param>
424 <param name="message">The message that will be displayed on failure</param>
425 </member>
426 <member name="M:MbUnit.Framework.Assert.Greater(System.Int64,System.Int64)">
427 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
428 <param name="arg1">The first value, expected to be greater</param>
429 <param name="arg2">The second value, expected to be less</param>
430 </member>
431 <member name="M:MbUnit.Framework.Assert.Greater(System.Double,System.Double,System.String,System.Object[])">
432 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
433 <param name="arg1">The first value, expected to be greater</param>
434 <param name="arg2">The second value, expected to be less</param>
435 <param name="message">The message that will be displayed on failure</param>
436 <param name="args">Arguments to be used in formatting the message</param>
437 </member>
438 <member name="M:MbUnit.Framework.Assert.Greater(System.Double,System.Double,System.String)">
439 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
440 <param name="arg1">The first value, expected to be greater</param>
441 <param name="arg2">The second value, expected to be less</param>
442 <param name="message">The message that will be displayed on failure</param>
443 </member>
444 <member name="M:MbUnit.Framework.Assert.Greater(System.Double,System.Double)">
445 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
446 <param name="arg1">The first value, expected to be greater</param>
447 <param name="arg2">The second value, expected to be less</param>
448 </member>
449 <member name="M:MbUnit.Framework.Assert.Greater(System.Single,System.Single,System.String,System.Object[])">
450 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
451 <param name="arg1">The first value, expected to be greater</param>
452 <param name="arg2">The second value, expected to be less</param>
453 <param name="message">The message that will be displayed on failure</param>
454 <param name="args">Arguments to be used in formatting the message</param>
455 </member>
456 <member name="M:MbUnit.Framework.Assert.Greater(System.Single,System.Single,System.String)">
457 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
458 <param name="arg1">The first value, expected to be greater</param>
459 <param name="arg2">The second value, expected to be less</param>
460 <param name="message">The message that will be displayed on failure</param>
461 </member>
462 <member name="M:MbUnit.Framework.Assert.Greater(System.Single,System.Single)">
463 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
464 <param name="arg1">The first value, expected to be greater</param>
465 <param name="arg2">The second value, expected to be less</param>
466 </member>
467 <member name="M:MbUnit.Framework.Assert.Greater(System.IComparable,System.IComparable,System.String,System.Object[])">
468 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
469 <param name="arg1">The first value, expected to be greater</param>
470 <param name="arg2">The second value, expected to be less</param>
471 <param name="message">The message that will be displayed on failure</param>
472 <param name="args">Arguments to be used in formatting the message</param>
473 </member>
474 <member name="M:MbUnit.Framework.Assert.Greater(System.IComparable,System.IComparable,System.String)">
475 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
476 <param name="arg1">The first value, expected to be greater</param>
477 <param name="arg2">The second value, expected to be less</param>
478 <param name="message">The message that will be displayed on failure</param>
479 </member>
480 <member name="M:MbUnit.Framework.Assert.Greater(System.IComparable,System.IComparable)">
481 <summary>Verifies that the first value is greater than the second value. If they are not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
482 <param name="arg1">The first value, expected to be greater</param>
483 <param name="arg2">The second value, expected to be less</param>
484 </member>
485 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Int32,System.Int32)">
486 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
487 </member>
488 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Int32,System.Int32,System.String)">
489 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
490 </member>
491 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Int32,System.Int32,System.String,System.Object[])">
492 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
493 </member>
494 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Int16,System.Int16)">
495 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
496 </member>
497 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Int16,System.Int16,System.String)">
498 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
499 </member>
500 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Int16,System.Int16,System.String,System.Object[])">
501 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
502 </member>
503 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Byte,System.Byte)">
504 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
505 </member>
506 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Byte,System.Byte,System.String)">
507 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
508 </member>
509 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Byte,System.Byte,System.String,System.Object[])">
510 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
511 </member>
512 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Int64,System.Int64)">
513 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
514 </member>
515 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Int64,System.Int64,System.String)">
516 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
517 </member>
518 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Int64,System.Int64,System.String,System.Object[])">
519 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
520 </member>
521 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Double,System.Double)">
522 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
523 </member>
524 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Double,System.Double,System.String)">
525 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
526 </member>
527 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Double,System.Double,System.String,System.Object[])">
528 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
529 </member>
530 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Single,System.Single)">
531 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
532 </member>
533 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Single,System.Single,System.String)">
534 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
535 </member>
536 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.Single,System.Single,System.String,System.Object[])">
537 <summary>Verifies that <paramref name="left" /> is greater than <paramref name="right" />.</summary>
538 </member>
539 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.IComparable,System.IComparable)">
540 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
541 </member>
542 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.IComparable,System.IComparable,System.String)">
543 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
544 </member>
545 <member name="M:MbUnit.Framework.Assert.GreaterEqualThan(System.IComparable,System.IComparable,System.String,System.Object[])">
546 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
547 </member>
548 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Int32,System.Int32)">
549 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
550 </member>
551 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Int32,System.Int32,System.String)">
552 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
553 </member>
554 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Int32,System.Int32,System.String,System.Object[])">
555 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
556 </member>
557 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Int16,System.Int16)">
558 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
559 </member>
560 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Int16,System.Int16,System.String)">
561 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
562 </member>
563 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Int16,System.Int16,System.String,System.Object[])">
564 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
565 </member>
566 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Byte,System.Byte)">
567 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
568 </member>
569 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Byte,System.Byte,System.String)">
570 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
571 </member>
572 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Byte,System.Byte,System.String,System.Object[])">
573 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
574 </member>
575 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Int64,System.Int64)">
576 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
577 </member>
578 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Int64,System.Int64,System.String)">
579 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
580 </member>
581 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Int64,System.Int64,System.String,System.Object[])">
582 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
583 </member>
584 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Double,System.Double)">
585 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
586 </member>
587 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Double,System.Double,System.String)">
588 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
589 </member>
590 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Double,System.Double,System.String,System.Object[])">
591 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
592 </member>
593 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Single,System.Single)">
594 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
595 </member>
596 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Single,System.Single,System.String)">
597 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
598 </member>
599 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.Single,System.Single,System.String,System.Object[])">
600 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
601 </member>
602 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.IComparable,System.IComparable)">
603 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
604 </member>
605 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.IComparable,System.IComparable,System.String)">
606 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
607 </member>
608 <member name="M:MbUnit.Framework.Assert.GreaterThan(System.IComparable,System.IComparable,System.String,System.Object[])">
609 <summary>Verifies that <paramref name="left" /> is strictly greater than <paramref name="right" />.</summary>
610 </member>
611 <member name="M:MbUnit.Framework.Assert.In(System.Object,System.Collections.IDictionary)">
612 <summary>Asserts that <paramref name="test" /> is in the dic <paramref name="list" />.</summary>
613 </member>
614 <member name="M:MbUnit.Framework.Assert.In(System.Object,System.Collections.IDictionary,System.String)">
615 <summary>Asserts that <paramref name="test" /> is in the dic <paramref name="list" />.</summary>
616 </member>
617 <member name="M:MbUnit.Framework.Assert.In(System.Object,System.Collections.IList)">
618 <summary>Asserts that <paramref name="test" /> is in the list <paramref name="list" />.</summary>
619 </member>
620 <member name="M:MbUnit.Framework.Assert.In(System.Object,System.Collections.IList,System.String)">
621 <summary>Asserts that <paramref name="test" /> is in the list <paramref name="list" />.</summary>
622 </member>
623 <member name="M:MbUnit.Framework.Assert.In(System.Object,System.Collections.IEnumerable,System.String)">
624 <summary>Asserts that <paramref name="test" /> is in the enumerable collection <paramref name="enumerable" />.</summary>
625 </member>
626 <member name="M:MbUnit.Framework.Assert.In(System.Object,System.Collections.IEnumerable)">
627 <summary>Asserts that <paramref name="test" /> is in the enumerable collection <paramref name="enumerable" />.</summary>
628 </member>
629 <member name="M:MbUnit.Framework.Assert.IsAssignableFrom(System.Type,System.Object)">
630 <summary>Asserts that an object may be assigned a value of a given Type.</summary>
631 <param name="expected">The expected Type.</param>
632 <param name="actual">The object under examination</param>
633 </member>
634 <member name="M:MbUnit.Framework.Assert.IsAssignableFrom(System.Type,System.Object,System.String)">
635 <summary>Asserts that an object may be assigned a value of a given Type.</summary>
636 <param name="expected">The expected Type.</param>
637 <param name="actual">The object under examination</param>
638 <param name="message">The messge to display in case of failure</param>
639 </member>
640 <member name="M:MbUnit.Framework.Assert.IsAssignableFrom(System.Type,System.Object,System.String,System.Object[])">
641 <summary>Asserts that an object may be assigned a value of a given Type.</summary>
642 <param name="expected">The expected Type.</param>
643 <param name="actual">The object under examination</param>
644 <param name="message">The message to display in case of failure</param>
645 <param name="args">Array of objects to be used in formatting the message</param>
646 </member>
647 <member name="M:MbUnit.Framework.Assert.IsEmpty(System.String,System.String,System.Object[])">
648 <summary>Assert that a string is empty - that is equal to string.Empty</summary>
649 <param name="aString">The string to be tested</param>
650 <param name="message">The message to be displayed on failure</param>
651 <param name="args">Arguments to be used in formatting the message</param>
652 </member>
653 <member name="M:MbUnit.Framework.Assert.IsEmpty(System.String,System.String)">
654 <summary>Assert that a string is empty - that is equal to string.Emtpy</summary>
655 <param name="aString">The string to be tested</param>
656 <param name="message">The message to be displayed on failure</param>
657 </member>
658 <member name="M:MbUnit.Framework.Assert.IsEmpty(System.String)">
659 <summary>Assert that a string is empty - that is equal to string.Emtpy</summary>
660 <param name="aString">The string to be tested</param>
661 </member>
662 <member name="M:MbUnit.Framework.Assert.IsEmpty(System.Collections.ICollection,System.String,System.Object[])">
663 <summary>Assert that an array, list or other collection is empty</summary>
664 <param name="collection">An array, list or other collection implementing ICollection</param>
665 <param name="message">The message to be displayed on failure</param>
666 <param name="args">Arguments to be used in formatting the message</param>
667 </member>
668 <member name="M:MbUnit.Framework.Assert.IsEmpty(System.Collections.ICollection,System.String)">
669 <summary>Assert that an array, list or other collection is empty</summary>
670 <param name="collection">An array, list or other collection implementing ICollection</param>
671 <param name="message">The message to be displayed on failure</param>
672 </member>
673 <member name="M:MbUnit.Framework.Assert.IsEmpty(System.Collections.ICollection)">
674 <summary>Assert that an array,list or other collection is empty</summary>
675 <param name="collection">An array, list or other collection implementing ICollection</param>
676 </member>
677 <member name="M:MbUnit.Framework.Assert.IsFalse(System.Boolean,System.String,System.Object[])">
678 <summary>Asserts that a condition is false. If the condition is true the method throws an <see cref="T:MbUnit.Framework.AssertionException" />.</summary>
679 <param name="condition">The evaluated condition</param>
680 <param name="format">The format of the message to display if the condition is false, containing zero or more format items.</param>
681 <param name="args">An <see cref="T:System.Object" /> array containing zero or more objects to format.</param>
682 </member>
683 <member name="M:MbUnit.Framework.Assert.IsFalse(System.Boolean)">
684 <summary>Asserts that a condition is false. If the condition is true the method throws an <see cref="T:MbUnit.Framework.AssertionException" />.</summary>
685 <param name="condition">The evaluated condition</param>
686 </member>
687 <member name="M:MbUnit.Framework.Assert.IsInstanceOfType(System.Type,System.Object)">
688 <summary>Asserts that an object is an instance of a given type.</summary>
689 <param name="expected">The expected Type</param>
690 <param name="actual">The object being examined</param>
691 </member>
692 <member name="M:MbUnit.Framework.Assert.IsInstanceOfType(System.Type,System.Object,System.String)">
693 <summary>Asserts that an object is an instance of a given type.</summary>
694 <param name="expected">The expected Type</param>
695 <param name="actual">The object being examined</param>
696 <param name="message">A message to display in case of failure</param>
697 </member>
698 <member name="M:MbUnit.Framework.Assert.IsInstanceOfType(System.Type,System.Object,System.String,System.Object[])">
699 <summary>Asserts that an object is an instance of a given type.</summary>
700 <param name="expected">The expected Type</param>
701 <param name="actual">The object being examined</param>
702 <param name="message">A message to display in case of failure</param>
703 <param name="args">An array of objects to be used in formatting the message</param>
704 </member>
705 <member name="M:MbUnit.Framework.Assert.IsNaN(System.Double,System.String,System.Object[])">
706 <summary>Verifies that the double is passed is an <code>NaN</code> value. If the object is not <code>NaN</code> then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
707 <param name="aDouble">The value that is to be tested</param>
708 <param name="message">The message to be displayed when the object is not null</param>
709 <param name="args">Arguments to be used in formatting the message</param>
710 </member>
711 <member name="M:MbUnit.Framework.Assert.IsNaN(System.Double,System.String)">
712 <summary>Verifies that the double is passed is an <code>NaN</code> value. If the object is not <code>NaN</code> then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
713 <param name="aDouble">The object that is to be tested</param>
714 <param name="message">The message to be displayed when the object is not null</param>
715 </member>
716 <member name="M:MbUnit.Framework.Assert.IsNaN(System.Double)">
717 <summary>Verifies that the double is passed is an <code>NaN</code> value. If the object is not <code>NaN</code> then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
718 <param name="aDouble">The object that is to be tested</param>
719 </member>
720 <member name="M:MbUnit.Framework.Assert.IsNotAssignableFrom(System.Type,System.Object)">
721 <summary>Asserts that an object may not be assigned a value of a given Type.</summary>
722 <param name="expected">The expected Type.</param>
723 <param name="actual">The object under examination</param>
724 </member>
725 <member name="M:MbUnit.Framework.Assert.IsNotAssignableFrom(System.Type,System.Object,System.String)">
726 <summary>Asserts that an object may not be assigned a value of a given Type.</summary>
727 <param name="expected">The expected Type.</param>
728 <param name="actual">The object under examination</param>
729 <param name="message">The messge to display in case of failure</param>
730 </member>
731 <member name="M:MbUnit.Framework.Assert.IsNotAssignableFrom(System.Type,System.Object,System.String,System.Object[])">
732 <summary>Asserts that an object may not be assigned a value of a given Type.</summary>
733 <param name="expected">The expected Type.</param>
734 <param name="actual">The object under examination</param>
735 <param name="message">The message to display in case of failure</param>
736 <param name="args">Array of objects to be used in formatting the message</param>
737 </member>
738 <member name="M:MbUnit.Framework.Assert.IsNotEmpty(System.String,System.String,System.Object[])">
739 <summary>Assert that a string is empty - that is equal to string.Emtpy</summary>
740 <param name="aString">The string to be tested</param>
741 <param name="message">The message to be displayed on failure</param>
742 <param name="args">Arguments to be used in formatting the message</param>
743 </member>
744 <member name="M:MbUnit.Framework.Assert.IsNotEmpty(System.String,System.String)">
745 <summary>Assert that a string is empty - that is equal to string.Emtpy</summary>
746 <param name="aString">The string to be tested</param>
747 <param name="message">The message to be displayed on failure</param>
748 </member>
749 <member name="M:MbUnit.Framework.Assert.IsNotEmpty(System.String)">
750 <summary>Assert that a string is empty - that is equal to string.Emtpy</summary>
751 <param name="aString">The string to be tested</param>
752 </member>
753 <member name="M:MbUnit.Framework.Assert.IsNotEmpty(System.Collections.ICollection,System.String,System.Object[])">
754 <summary>Assert that an array, list or other collection is empty</summary>
755 <param name="collection">An array, list or other collection implementing ICollection</param>
756 <param name="message">The message to be displayed on failure</param>
757 <param name="args">Arguments to be used in formatting the message</param>
758 </member>
759 <member name="M:MbUnit.Framework.Assert.IsNotEmpty(System.Collections.ICollection,System.String)">
760 <summary>Assert that an array, list or other collection is empty</summary>
761 <param name="collection">An array, list or other collection implementing ICollection</param>
762 <param name="message">The message to be displayed on failure</param>
763 </member>
764 <member name="M:MbUnit.Framework.Assert.IsNotEmpty(System.Collections.ICollection)">
765 <summary>Assert that an array,list or other collection is empty</summary>
766 <param name="collection">An array, list or other collection implementing ICollection</param>
767 </member>
768 <member name="M:MbUnit.Framework.Assert.IsNotInstanceOfType(System.Type,System.Object)">
769 <summary>Asserts that an object is not an instance of a given type.</summary>
770 <param name="expected">The expected Type</param>
771 <param name="actual">The object being examined</param>
772 </member>
773 <member name="M:MbUnit.Framework.Assert.IsNotInstanceOfType(System.Type,System.Object,System.String)">
774 <summary>Asserts that an object is not an instance of a given type.</summary>
775 <param name="expected">The expected Type</param>
776 <param name="actual">The object being examined</param>
777 <param name="message">A message to display in case of failure</param>
778 </member>
779 <member name="M:MbUnit.Framework.Assert.IsNotInstanceOfType(System.Type,System.Object,System.String,System.Object[])">
780 <summary>Asserts that an object is not an instance of a given type.</summary>
781 <param name="expected">The expected Type</param>
782 <param name="actual">The object being examined</param>
783 <param name="message">A message to display in case of failure</param>
784 <param name="args">An array of objects to be used in formatting the message</param>
785 </member>
786 <member name="M:MbUnit.Framework.Assert.IsNotNull(System.Object,System.String,System.Object[])">
787 <summary>Verifies that the object that is passed in is not equal to <code>null</code> If the object is not <code>null</code> then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
788 <param name="anObject">The object that is to be tested</param>
789 <param name="format">The format of the message to display if the assertion fails, containing zero or more format items.</param>
790 <param name="args">An <see cref="T:System.Object" /> array containing zero or more objects to format.</param>
791 </member>
792 <member name="M:MbUnit.Framework.Assert.IsNotNull(System.Object,System.String)">
793 <summary>Verifies that the object that is passed in is not equal to <code>null</code> If the object is <code>null</code> then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown with the message that is passed in.</summary>
794 <param name="anObject">The object that is to be tested</param>
795 <param name="message">The message to initialize the <see cref="T:MbUnit.Framework.AssertionException" /> with.</param>
796 </member>
797 <member name="M:MbUnit.Framework.Assert.IsNotNull(System.Object)">
798 <summary>Verifies that the object that is passed in is not equal to <code>null</code> If the object is not <code>null</code> then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
799 <param name="anObject">The object that is to be tested</param>
800 </member>
801 <member name="M:MbUnit.Framework.Assert.IsNull(System.Object,System.String,System.Object[])">
802 <summary>Verifies that the object that is passed in is equal to <code>null</code> If the object is <code>null</code> then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
803 <param name="anObject">The object that is to be tested</param>
804 <param name="format">The format of the message to display if the assertion fails, containing zero or more format items.</param>
805 <param name="args">An <see cref="T:System.Object" /> array containing zero or more objects to format.</param>
806 </member>
807 <member name="M:MbUnit.Framework.Assert.IsNull(System.Object,System.String)">
808 <summary>Verifies that the object that is passed in is equal to <code>null</code> If the object is <code>null</code> then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown with the message that is passed in.</summary>
809 <param name="anObject">The object that is to be tested</param>
810 <param name="message">The message to initialize the <see cref="T:MbUnit.Framework.AssertionException" /> with.</param>
811 </member>
812 <member name="M:MbUnit.Framework.Assert.IsNull(System.Object)">
813 <summary>Verifies that the object that is passed in is equal to <code>null</code> If the object is <code>null</code> then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
814 <param name="anObject">The object that is to be tested</param>
815 </member>
816 <member name="M:MbUnit.Framework.Assert.IsTrue(System.Boolean,System.String,System.Object[])">
817 <summary>Asserts that a condition is true. If the condition is false the method throws an <see cref="T:MbUnit.Framework.AssertionException" />.</summary>
818 <param name="condition">The evaluated condition</param>
819 <param name="format">The format of the message to display if the condition is false, containing zero or more format items.</param>
820 <param name="args">An <see cref="T:System.Object" /> array containing zero or more objects to format.</param>
821 </member>
822 <member name="M:MbUnit.Framework.Assert.IsTrue(System.Boolean)">
823 <summary>Asserts that a condition is true. If the condition is false the method throws an <see cref="T:MbUnit.Framework.AssertionException" />.</summary>
824 <param name="condition">The evaluated condition</param>
825 </member>
826 <member name="M:MbUnit.Framework.Assert.Less(System.Int32,System.Int32,System.String,System.Object[])">
827 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
828 <param name="arg1">The first value, expected to be less</param>
829 <param name="arg2">The second value, expected to be greater</param>
830 <param name="message">The message that will be displayed on failure</param>
831 <param name="args">Arguments to be used in formatting the message</param>
832 </member>
833 <member name="M:MbUnit.Framework.Assert.Less(System.Int32,System.Int32,System.String)">
834 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
835 <param name="arg1">The first value, expected to be less</param>
836 <param name="arg2">The second value, expected to be greater</param>
837 <param name="message">The message that will be displayed on failure</param>
838 </member>
839 <member name="M:MbUnit.Framework.Assert.Less(System.Int32,System.Int32)">
840 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
841 <param name="arg1">The first value, expected to be less</param>
842 <param name="arg2">The second value, expected to be greater</param>
843 </member>
844 <member name="M:MbUnit.Framework.Assert.Less(System.UInt32,System.UInt32,System.String,System.Object[])">
845 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
846 <param name="arg1">The first value, expected to be less</param>
847 <param name="arg2">The second value, expected to be greater</param>
848 <param name="message">The message that will be displayed on failure</param>
849 <param name="args">Arguments to be used in formatting the message</param>
850 </member>
851 <member name="M:MbUnit.Framework.Assert.Less(System.UInt32,System.UInt32,System.String)">
852 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
853 <param name="arg1">The first value, expected to be less</param>
854 <param name="arg2">The second value, expected to be greater</param>
855 <param name="message">The message that will be displayed on failure</param>
856 </member>
857 <member name="M:MbUnit.Framework.Assert.Less(System.UInt32,System.UInt32)">
858 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
859 <param name="arg1">The first value, expected to be less</param>
860 <param name="arg2">The second value, expected to be greater</param>
861 </member>
862 <member name="M:MbUnit.Framework.Assert.Less(System.Decimal,System.Decimal,System.String,System.Object[])">
863 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
864 <param name="arg1">The first value, expected to be less</param>
865 <param name="arg2">The second value, expected to be greater</param>
866 <param name="message">The message that will be displayed on failure</param>
867 <param name="args">Arguments to be used in formatting the message</param>
868 </member>
869 <member name="M:MbUnit.Framework.Assert.Less(System.Decimal,System.Decimal,System.String)">
870 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
871 <param name="arg1">The first value, expected to be less</param>
872 <param name="arg2">The second value, expected to be greater</param>
873 <param name="message">The message that will be displayed on failure</param>
874 </member>
875 <member name="M:MbUnit.Framework.Assert.Less(System.Decimal,System.Decimal)">
876 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
877 <param name="arg1">The first value, expected to be less</param>
878 <param name="arg2">The second value, expected to be greater</param>
879 </member>
880 <member name="M:MbUnit.Framework.Assert.Less(System.Int64,System.Int64,System.String,System.Object[])">
881 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
882 <param name="arg1">The first value, expected to be less</param>
883 <param name="arg2">The second value, expected to be greater</param>
884 <param name="message">The message that will be displayed on failure</param>
885 <param name="args">Arguments to be used in formatting the message</param>
886 </member>
887 <member name="M:MbUnit.Framework.Assert.Less(System.Int64,System.Int64,System.String)">
888 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
889 <param name="arg1">The first value, expected to be less</param>
890 <param name="arg2">The second value, expected to be greater</param>
891 <param name="message">The message that will be displayed on failure</param>
892 </member>
893 <member name="M:MbUnit.Framework.Assert.Less(System.Int64,System.Int64)">
894 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
895 <param name="arg1">The first value, expected to be less</param>
896 <param name="arg2">The second value, expected to be greater</param>
897 </member>
898 <member name="M:MbUnit.Framework.Assert.Less(System.Double,System.Double,System.String,System.Object[])">
899 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
900 <param name="arg1">The first value, expected to be less</param>
901 <param name="arg2">The second value, expected to be greater</param>
902 <param name="message">The message that will be displayed on failure</param>
903 <param name="args">Arguments to be used in formatting the message</param>
904 </member>
905 <member name="M:MbUnit.Framework.Assert.Less(System.Double,System.Double,System.String)">
906 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
907 <param name="arg1">The first value, expected to be less</param>
908 <param name="arg2">The second value, expected to be greater</param>
909 <param name="message">The message that will be displayed on failure</param>
910 </member>
911 <member name="M:MbUnit.Framework.Assert.Less(System.Double,System.Double)">
912 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
913 <param name="arg1">The first value, expected to be less</param>
914 <param name="arg2">The second value, expected to be greater</param>
915 </member>
916 <member name="M:MbUnit.Framework.Assert.Less(System.Single,System.Single,System.String,System.Object[])">
917 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
918 <param name="arg1">The first value, expected to be less</param>
919 <param name="arg2">The second value, expected to be greater</param>
920 <param name="message">The message that will be displayed on failure</param>
921 <param name="args">Arguments to be used in formatting the message</param>
922 </member>
923 <member name="M:MbUnit.Framework.Assert.Less(System.Single,System.Single,System.String)">
924 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
925 <param name="arg1">The first value, expected to be less</param>
926 <param name="arg2">The second value, expected to be greater</param>
927 <param name="message">The message that will be displayed on failure</param>
928 </member>
929 <member name="M:MbUnit.Framework.Assert.Less(System.Single,System.Single)">
930 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
931 <param name="arg1">The first value, expected to be less</param>
932 <param name="arg2">The second value, expected to be greater</param>
933 </member>
934 <member name="M:MbUnit.Framework.Assert.Less(System.IComparable,System.IComparable,System.String,System.Object[])">
935 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
936 <param name="arg1">The first value, expected to be less</param>
937 <param name="arg2">The second value, expected to be greater</param>
938 <param name="message">The message that will be displayed on failure</param>
939 <param name="args">Arguments to be used in formatting the message</param>
940 </member>
941 <member name="M:MbUnit.Framework.Assert.Less(System.IComparable,System.IComparable,System.String)">
942 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
943 <param name="arg1">The first value, expected to be less</param>
944 <param name="arg2">The second value, expected to be greater</param>
945 <param name="message">The message that will be displayed on failure</param>
946 </member>
947 <member name="M:MbUnit.Framework.Assert.Less(System.IComparable,System.IComparable)">
948 <summary>Verifies that the first value is less than the second value. If it is not, then an <see cref="T:MbUnit.Framework.AssertionException" /> is thrown.</summary>
949 <param name="arg1">The first value, expected to be less</param>
950 <param name="arg2">The second value, expected to be greater</param>
951 </member>
952 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Int32,System.Int32)">
953 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
954 </member>
955 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Int32,System.Int32,System.String)">
956 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
957 </member>
958 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Int32,System.Int32,System.String,System.Object[])">
959 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
960 </member>
961 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Int16,System.Int16)">
962 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
963 </member>
964 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Int16,System.Int16,System.String)">
965 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
966 </member>
967 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Int16,System.Int16,System.String,System.Object[])">
968 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
969 </member>
970 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Byte,System.Byte)">
971 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
972 </member>
973 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Byte,System.Byte,System.String)">
974 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
975 </member>
976 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Byte,System.Byte,System.String,System.Object[])">
977 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
978 </member>
979 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Int64,System.Int64)">
980 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
981 </member>
982 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Int64,System.Int64,System.String)">
983 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
984 </member>
985 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Int64,System.Int64,System.String,System.Object[])">
986 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
987 </member>
988 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Double,System.Double)">
989 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
990 </member>
991 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Double,System.Double,System.String)">
992 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
993 </member>
994 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Double,System.Double,System.String,System.Object[])">
995 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
996 </member>
997 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Single,System.Single)">
998 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
999 </member>
1000 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Single,System.Single,System.String)">
1001 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1002 </member>
1003 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.Single,System.Single,System.String,System.Object[])">
1004 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1005 </member>
1006 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.IComparable,System.IComparable)">
1007 <summary>Verifies that <paramref name="left" /> is lower equal than <paramref name="right" />.</summary>
1008 </member>
1009 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.IComparable,System.IComparable,System.String)">
1010 <summary>Verifies that <paramref name="left" /> is lower equal than <paramref name="right" />.</summary>
1011 </member>
1012 <member name="M:MbUnit.Framework.Assert.LowerEqualThan(System.IComparable,System.IComparable,System.String,System.Object[])">
1013 <summary>Verifies that <paramref name="left" /> is lower equal than <paramref name="right" />.</summary>
1014 </member>
1015 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Int32,System.Int32)">
1016 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1017 </member>
1018 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Int32,System.Int32,System.String)">
1019 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1020 </member>
1021 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Int32,System.Int32,System.String,System.Object[])">
1022 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1023 </member>
1024 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Int16,System.Int16)">
1025 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1026 </member>
1027 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Int16,System.Int16,System.String)">
1028 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1029 </member>
1030 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Int16,System.Int16,System.String,System.Object[])">
1031 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1032 </member>
1033 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Byte,System.Byte)">
1034 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1035 </member>
1036 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Byte,System.Byte,System.String)">
1037 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1038 </member>
1039 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Byte,System.Byte,System.String,System.Object[])">
1040 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1041 </member>
1042 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Int64,System.Int64)">
1043 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1044 </member>
1045 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Int64,System.Int64,System.String)">
1046 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1047 </member>
1048 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Int64,System.Int64,System.String,System.Object[])">
1049 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1050 </member>
1051 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Double,System.Double)">
1052 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1053 </member>
1054 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Double,System.Double,System.String)">
1055 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1056 </member>
1057 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Double,System.Double,System.String,System.Object[])">
1058 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1059 </member>
1060 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Single,System.Single)">
1061 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1062 </member>
1063 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Single,System.Single,System.String)">
1064 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1065 </member>
1066 <member name="M:MbUnit.Framework.Assert.LowerThan(System.Single,System.Single,System.String,System.Object[])">
1067 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1068 </member>
1069 <member name="M:MbUnit.Framework.Assert.LowerThan(System.IComparable,System.IComparable)">
1070 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1071 </member>
1072 <member name="M:MbUnit.Framework.Assert.LowerThan(System.IComparable,System.IComparable,System.String)">
1073 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1074 </member>
1075 <member name="M:MbUnit.Framework.Assert.LowerThan(System.IComparable,System.IComparable,System.String,System.Object[])">
1076 <summary>Verifies that <paramref name="left" /> is strictly lower than <paramref name="right" />.</summary>
1077 </member>
1078 <member name="M:MbUnit.Framework.Assert.NotBetween(System.Int32,System.Int32,System.Int32)">
1079 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> between <paramref name="left" /> and <paramref name="right" />.</summary>
1080 </member>
1081 <member name="M:MbUnit.Framework.Assert.NotBetween(System.Int16,System.Int16,System.Int16)">
1082 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> between <paramref name="left" /> and <paramref name="right" />.</summary>
1083 </member>
1084 <member name="M:MbUnit.Framework.Assert.NotBetween(System.Byte,System.Byte,System.Byte)">
1085 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> between <paramref name="left" /> and <paramref name="right" />.</summary>
1086 </member>
1087 <member name="M:MbUnit.Framework.Assert.NotBetween(System.Int64,System.Int64,System.Int64)">
1088 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> between <paramref name="left" /> and <paramref name="right" />.</summary>
1089 </member>
1090 <member name="M:MbUnit.Framework.Assert.NotBetween(System.Double,System.Double,System.Double)">
1091 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> between <paramref name="left" /> and <paramref name="right" />.</summary>
1092 </member>
1093 <member name="M:MbUnit.Framework.Assert.NotBetween(System.Single,System.Single,System.Single)">
1094 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> between <paramref name="left" /> and <paramref name="right" />.</summary>
1095 </member>
1096 <member name="M:MbUnit.Framework.Assert.NotBetween(System.IComparable,System.IComparable,System.IComparable)">
1097 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> between <paramref name="left" /> and <paramref name="right" />.</summary>
1098 </member>
1099 <member name="M:MbUnit.Framework.Assert.NotIn(System.Object,System.Collections.IDictionary,System.String)">
1100 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> in the dic <paramref name="list" />.</summary>
1101 </member>
1102 <member name="M:MbUnit.Framework.Assert.NotIn(System.Object,System.Collections.IDictionary)">
1103 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> in the dic <paramref name="list" />.</summary>
1104 </member>
1105 <member name="M:MbUnit.Framework.Assert.NotIn(System.Object,System.Collections.IList,System.String)">
1106 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> in the list <paramref name="list" />.</summary>
1107 </member>
1108 <member name="M:MbUnit.Framework.Assert.NotIn(System.Object,System.Collections.IList)">
1109 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> in the list <paramref name="list" />.</summary>
1110 </member>
1111 <member name="M:MbUnit.Framework.Assert.NotIn(System.Object,System.Collections.IEnumerable,System.String)">
1112 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> in the enumerable collection <paramref name="enumerable" />.</summary>
1113 </member>
1114 <member name="M:MbUnit.Framework.Assert.NotIn(System.Object,System.Collections.IEnumerable)">
1115 <summary>Asserts that <paramref name="test" /> is <strong>not</strong> in the enumerable collection <paramref name="enumerable" />.</summary>
1116 </member>
1117 <member name="M:MbUnit.Framework.Assert.ReferenceEquals(System.Object,System.Object)">
1118 <summary>override the default ReferenceEquals to throw an AssertionException. This implementation makes sure there is no mistake in calling this function as part of Assert.</summary>
1119 <param name="a" />
1120 <param name="b" />
1121 </member>
1122 <member name="T:MbUnit.Framework.AssertionException">
1123 <summary>The exception type used to signal MbUnit assertion failures.</summary>
1124 </member>
1125 <member name="T:MbUnit.Framework.AuthorAttribute">
1126 <summary>Associates the author's name and email address with a test fixture, test method, test parameter or other test component.</summary>
1127 </member>
1128 <member name="P:MbUnit.Framework.AuthorAttribute.AuthorEmail">
1129 <summary>Gets or sets the author's email address or an empty string if none.</summary>
1130 </member>
1131 <member name="P:MbUnit.Framework.AuthorAttribute.AuthorHomepage">
1132 <summary>Gets or sets the author's homepage or an empty string if none.</summary>
1133 </member>
1134 <member name="P:MbUnit.Framework.AuthorAttribute.AuthorName">
1135 <summary>Gets or sets the author's name.</summary>
1136 </member>
1137 <member name="M:MbUnit.Framework.AuthorAttribute.Apply(Gallio.Model.MetadataMap)">
1138 <summary>Applies metadata contributions the metadata map of a test component.</summary>
1139 <param name="metadata">The metadata map</param>
1140 </member>
1141 <member name="T:MbUnit.Framework.BindAttribute">
1142 <summary>The bind attribute overrides the default binding rules for a test parameter by specifying a different data source, a binding path or an index. At most one such attribute may appear on any given test parameter.</summary>
1143 </member>
1144 <member name="P:MbUnit.Framework.BindAttribute.Index">
1145 <summary>Gets the binding index, or null if none.</summary>
1146 </member>
1147 <member name="P:MbUnit.Framework.BindAttribute.Path">
1148 <summary>Gets the binding path, or null if none.</summary>
1149 </member>
1150 <member name="P:MbUnit.Framework.BindAttribute.Source">
1151 <summary>
1152 <para> Gets or sets the name of the data source to bind, or null to bind the default data source for the test parameter. </para>
1153 <para> The default source for a test parameter is the anonymous data source defined within the scope of the test parameter or by its enclosing test. </para>
1154 </summary>
1155 </member>
1156 <member name="M:MbUnit.Framework.BindAttribute.DecorateTestParameter(Gallio.Framework.Pattern.IPatternTestParameterBuilder,Gallio.Reflection.ISlotInfo)">
1157 <summary>
1158 <para> Applies decorations to a <see cref="T:Gallio.Framework.Pattern.PatternTestParameter" />. </para>
1159 <para> A typical use of this method is to augment the test parameter with additional metadata or to add additional behaviors to the test parameter. </para>
1160 </summary>
1161 <param name="builder">The test builder</param>
1162 <param name="slot">The slot</param>
1163 </member>
1164 <member name="T:MbUnit.Framework.CategoryAttribute">
1165 <summary>Associates a category name with a test fixture, test method, test parameter or other test component. The category name can be used to classify tests and build test suites of related tests.</summary>
1166 </member>
1167 <member name="P:MbUnit.Framework.CategoryAttribute.CategoryName">
1168 <summary>Gets the category name.</summary>
1169 </member>
1170 <member name="M:MbUnit.Framework.CategoryAttribute.Apply(Gallio.Model.MetadataMap)">
1171 <summary>Applies metadata contributions the metadata map of a test component.</summary>
1172 <param name="metadata">The metadata map</param>
1173 </member>
1174 <member name="T:MbUnit.Framework.CollectionAssert">
1175 <summary>Assertion helper for the <see cref="T:System.Collections.ICollection" /> class. This is a <see langword="static class" /> and so cannot be inherited or instantiated.</summary>
1176 </member>
1177 <member name="M:MbUnit.Framework.CollectionAssert.AllItemsAreInstancesOfType(System.Collections.ICollection,System.Type)">
1178 <summary>Asserts that all items contained in collection are of the type specified by expectedType.</summary>
1179 <param name="collection">ICollection of objects to be considered</param>
1180 <param name="expectedType">System.Type that all objects in collection must be instances of</param>
1181 </member>
1182 <member name="M:MbUnit.Framework.CollectionAssert.AllItemsAreInstancesOfType(System.Collections.ICollection,System.Type,System.String)">
1183 <summary>Asserts that all items contained in collection are of the type specified by expectedType.</summary>
1184 <param name="collection">ICollection of objects to be considered</param>
1185 <param name="expectedType">System.Type that all objects in collection must be instances of</param>
1186 <param name="message">The message that will be displayed on failure</param>
1187 </member>
1188 <member name="M:MbUnit.Framework.CollectionAssert.AllItemsAreInstancesOfType(System.Collections.ICollection,System.Type,System.String,System.Object[])">
1189 <summary>Asserts that all items contained in collection are of the type specified by expectedType.</summary>
1190 <param name="collection">ICollection of objects to be considered</param>
1191 <param name="expectedType">System.Type that all objects in collection must be instances of</param>
1192 <param name="message">The message that will be displayed on failure</param>
1193 <param name="args">Arguments to be used in formatting the message</param>
1194 </member>
1195 <member name="M:MbUnit.Framework.CollectionAssert.AllItemsAreNotNull(System.Collections.ICollection)">
1196 <summary>Asserts that all items contained in collection are not equal to null.</summary>
1197 <param name="collection">ICollection of objects to be considered</param>
1198 </member>
1199 <member name="M:MbUnit.Framework.CollectionAssert.AllItemsAreNotNull(System.Collections.ICollection,System.String)">
1200 <summary>Asserts that all items contained in collection are not equal to null.</summary>
1201 <param name="collection">ICollection of objects to be considered</param>
1202 <param name="message">The message that will be displayed on failure</param>
1203 </member>
1204 <member name="M:MbUnit.Framework.CollectionAssert.AllItemsAreNotNull(System.Collections.ICollection,System.String,System.Object[])">
1205 <summary>Asserts that all items contained in collection are not equal to null.</summary>
1206 <param name="collection">ICollection of objects to be considered</param>
1207 <param name="message">The message that will be displayed on failure</param>
1208 <param name="args">Arguments to be used in formatting the message</param>
1209 </member>
1210 <member name="M:MbUnit.Framework.CollectionAssert.AllItemsAreUnique(System.Collections.ICollection)">
1211 <summary>Ensures that every object contained in collection exists within the collection once and only once.</summary>
1212 <param name="collection">ICollection of objects to be considered</param>
1213 </member>
1214 <member name="M:MbUnit.Framework.CollectionAssert.AllItemsAreUnique(System.Collections.ICollection,System.String)">
1215 <summary>Ensures that every object contained in collection exists within the collection once and only once.</summary>
1216 <param name="collection">ICollection of objects to be considered</param>
1217 <param name="message">The message that will be displayed on failure</param>
1218 </member>
1219 <member name="M:MbUnit.Framework.CollectionAssert.AllItemsAreUnique(System.Collections.ICollection,System.String,System.Object[])">
1220 <summary>Ensures that every object contained in collection exists within the collection once and only once.</summary>
1221 <param name="collection">ICollection of objects to be considered</param>
1222 <param name="message">The message that will be displayed on failure</param>
1223 <param name="args">Arguments to be used in formatting the message</param>
1224 </member>
1225 <member name="M:MbUnit.Framework.CollectionAssert.AreCountEqual(System.Collections.ICollection,System.Collections.ICollection)">
1226 <summary>Verifies that the property value <see cref="P:System.Collections.ICollection.Count" /> of <paramref name="expected" /> and <paramref name="actual" /> are equal.</summary>
1227 <param name="expected">Instance containing the expected value.</param>
1228 <param name="actual">Instance containing the tested value.</param>
1229 </member>
1230 <member name="M:MbUnit.Framework.CollectionAssert.AreCountEqual(System.Int32,System.Collections.ICollection)">
1231 <summary>Verifies that the property value <see cref="P:System.Collections.ICollection.Count" /> of <paramref name="actual" /> is equal to <paramref name="expected" />.</summary>
1232 <param name="expected">Expected value.</param>
1233 <param name="actual">Instance containing the tested value.</param>
1234 </member>
1235 <member name="M:MbUnit.Framework.CollectionAssert.AreElementsEqual(System.Collections.IEnumerable,System.Collections.IEnumerable)">
1236 <summary>Verifies that <paramref name="expected" /> and <paramref name="actual" /> are equal collections. Element count and element wize equality is verified.</summary>
1237 <param name="expected">Expected value.</param>
1238 <param name="actual">Instance containing the tested value.</param>
1239 </member>
1240 <member name="M:MbUnit.Framework.CollectionAssert.AreEqual(System.Collections.ICollection,System.Collections.ICollection)">
1241 <summary>Verifies that <paramref name="expected" /> and <paramref name="actual" /> are equal collections. Element count and element wize equality is verified.</summary>
1242 <param name="expected">Expected value.</param>
1243 <param name="actual">Instance containing the tested value.</param>
1244 </member>
1245 <member name="M:MbUnit.Framework.CollectionAssert.AreEquivalent(System.Collections.ICollection,System.Collections.ICollection)">
1246 <summary>Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order.</summary>
1247 <param name="expected">The first ICollection of objects to be considered</param>
1248 <param name="actual">The second ICollection of objects to be considered</param>
1249 </member>
1250 <member name="M:MbUnit.Framework.CollectionAssert.AreEquivalent(System.Collections.ICollection,System.Collections.ICollection,System.String)">
1251 <summary>Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order.</summary>
1252 <param name="expected">The first ICollection of objects to be considered</param>
1253 <param name="actual">The second ICollection of objects to be considered</param>
1254 <param name="message">The message that will be displayed on failure</param>
1255 </member>
1256 <member name="M:MbUnit.Framework.CollectionAssert.AreEquivalent(System.Collections.ICollection,System.Collections.ICollection,System.String,System.Object[])">
1257 <summary>Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order.</summary>
1258 <param name="expected">The first ICollection of objects to be considered</param>
1259 <param name="actual">The second ICollection of objects to be considered</param>
1260 <param name="message">The message that will be displayed on failure</param>
1261 <param name="args">Arguments to be used in formatting the message</param>
1262 </member>
1263 <member name="M:MbUnit.Framework.CollectionAssert.AreIsSynchronizedEqual(System.Collections.ICollection,System.Collections.ICollection)">
1264 <summary>Verifies that the property value <see cref="P:System.Collections.ICollection.IsSynchronized" /> of <paramref name="expected" /> and <paramref name="actual" /> are equal.</summary>
1265 <param name="expected">Instance containing the expected value.</param>
1266 <param name="actual">Instance containing the tested value.</param>
1267 </member>
1268 <member name="M:MbUnit.Framework.CollectionAssert.AreIsSynchronizedEqual(System.Boolean,System.Collections.ICollection)">
1269 <summary>Verifies that the property value <see cref="P:System.Collections.ICollection.IsSynchronized" /> of <paramref name="actual" /> is equal to <paramref name="expected" />.</summary>
1270 <param name="expected">Expected value.</param>
1271 <param name="actual">Instance containing the tested value.</param>
1272 </member>
1273 <member name="M:MbUnit.Framework.CollectionAssert.AreNotEqual(System.Collections.ICollection,System.Collections.ICollection)">
1274 <summary>Asserts that expected and actual are not exactly equal.</summary>
1275 <param name="expected">The first ICollection of objects to be considered</param>
1276 <param name="actual">The second ICollection of objects to be considered</param>
1277 </member>
1278 <member name="M:MbUnit.Framework.CollectionAssert.AreNotEqual(System.Collections.ICollection,System.Collections.ICollection,System.Collections.IComparer)">
1279 <summary>Asserts that expected and actual are not exactly equal. If comparer is not null then it will be used to compare the objects.</summary>
1280 <param name="expected">The first ICollection of objects to be considered</param>
1281 <param name="actual">The second ICollection of objects to be considered</param>
1282 <param name="comparer">The IComparer to use in comparing objects from each ICollection</param>
1283 </member>
1284 <member name="M:MbUnit.Framework.CollectionAssert.AreNotEqual(System.Collections.ICollection,System.Collections.ICollection,System.String)">
1285 <summary>Asserts that expected and actual are not exactly equal.</summary>
1286 <param name="expected">The first ICollection of objects to be considered</param>
1287 <param name="actual">The second ICollection of objects to be considered</param>
1288 <param name="message">The message that will be displayed on failure</param>
1289 </member>
1290 <member name="M:MbUnit.Framework.CollectionAssert.AreNotEqual(System.Collections.ICollection,System.Collections.ICollection,System.Collections.IComparer,System.String)">
1291 <summary>Asserts that expected and actual are not exactly equal. If comparer is not null then it will be used to compare the objects.</summary>
1292 <param name="expected">The first ICollection of objects to be considered</param>
1293 <param name="actual">The second ICollection of objects to be considered</param>
1294 <param name="comparer">The IComparer to use in comparing objects from each ICollection</param>
1295 <param name="message">The message that will be displayed on failure</param>
1296 </member>
1297 <member name="M:MbUnit.Framework.CollectionAssert.AreNotEqual(System.Collections.ICollection,System.Collections.ICollection,System.String,System.Object[])">
1298 <summary>Asserts that expected and actual are not exactly equal.</summary>
1299 <param name="expected">The first ICollection of objects to be considered</param>
1300 <param name="actual">The second ICollection of objects to be considered</param>
1301 <param name="message">The message that will be displayed on failure</param>
1302 <param name="args">Arguments to be used in formatting the message</param>
1303 </member>
1304 <member name="M:MbUnit.Framework.CollectionAssert.AreNotEqual(System.Collections.ICollection,System.Collections.ICollection,System.Collections.IComparer,System.String,System.Object[])">
1305 <summary>Asserts that expected and actual are not exactly equal. If comparer is not null then it will be used to compare the objects.</summary>
1306 <param name="expected">The first ICollection of objects to be considered</param>
1307 <param name="actual">The second ICollection of objects to be considered</param>
1308 <param name="comparer">The IComparer to use in comparing objects from each ICollection</param>
1309 <param name="message">The message that will be displayed on failure</param>
1310 <param name="args">Arguments to be used in formatting the message</param>
1311 </member>
1312 <member name="M:MbUnit.Framework.CollectionAssert.AreNotEquivalent(System.Collections.ICollection,System.Collections.ICollection)">
1313 <summary>Asserts that expected and actual are not equivalent.</summary>
1314 <param name="expected">The first ICollection of objects to be considered</param>
1315 <param name="actual">The second ICollection of objects to be considered</param>
1316 </member>
1317 <member name="M:MbUnit.Framework.CollectionAssert.AreNotEquivalent(System.Collections.ICollection,System.Collections.ICollection,System.String)">
1318 <summary>Asserts that expected and actual are not equivalent.</summary>
1319 <param name="expected">The first ICollection of objects to be considered</param>
1320 <param name="actual">The second ICollection of objects to be considered</param>
1321 <param name="message">The message that will be displayed on failure</param>
1322 </member>
1323 <member name="M:MbUnit.Framework.CollectionAssert.AreNotEquivalent(System.Collections.ICollection,System.Collections.ICollection,System.String,System.Object[])">
1324 <summary>Asserts that expected and actual are not equivalent.</summary>
1325 <param name="expected">The first ICollection of objects to be considered</param>
1326 <param name="actual">The second ICollection of objects to be considered</param>
1327 <param name="message">The message that will be displayed on failure</param>
1328 <param name="args">Arguments to be used in formatting the message</param>
1329 </member>
1330 <member name="M:MbUnit.Framework.CollectionAssert.AreSyncRootEqual(System.Collections.ICollection,System.Collections.ICollection)">
1331 <summary>Verifies that the property value <see cref="P:System.Collections.ICollection.SyncRoot" /> of <paramref name="expected" /> and <paramref name="actual" /> are equal.</summary>
1332 <param name="expected">Instance containing the expected value.</param>
1333 <param name="actual">Instance containing the tested value.</param>
1334 </member>
1335 <member name="M:MbUnit.Framework.CollectionAssert.AreSyncRootEqual(System.Object,System.Collections.ICollection)">
1336 <summary>Verifies that the property value <see cref="P:System.Collections.ICollection.SyncRoot" /> of <paramref name="actual" /> is equal to <paramref name="expected" />.</summary>
1337 <param name="expected">Expected value.</param>
1338 <param name="actual">Instance containing the tested value.</param>
1339 </member>
1340 <member name="M:MbUnit.Framework.CollectionAssert.Contains(System.Collections.ICollection,System.Object)">
1341 <summary>Asserts that collection contains actual as an item.</summary>
1342 <param name="collection">ICollection of objects to be considered</param>
1343 <param name="actual">Object to be found within collection</param>
1344 </member>
1345 <member name="M:MbUnit.Framework.CollectionAssert.Contains(System.Collections.ICollection,System.Object,System.String)">
1346 <summary>Asserts that collection contains actual as an item.</summary>
1347 <param name="collection">ICollection of objects to be considered</param>
1348 <param name="actual">Object to be found within collection</param>
1349 <param name="message">The message that will be displayed on failure</param>
1350 </member>
1351 <member name="M:MbUnit.Framework.CollectionAssert.Contains(System.Collections.ICollection,System.Object,System.String,System.Object[])">
1352 <summary>Asserts that collection contains actual as an item.</summary>
1353 <param name="collection">ICollection of objects to be considered</param>
1354 <param name="actual">Object to be found within collection</param>
1355 <param name="message">The message that will be displayed on failure</param>
1356 <param name="args">Arguments to be used in formatting the message</param>
1357 </member>
1358 <member name="M:MbUnit.Framework.CollectionAssert.DoesNotContain(System.Collections.ICollection,System.Object)">
1359 <summary>Asserts that collection does not contain actual as an item.</summary>
1360 <param name="collection">ICollection of objects to be considered</param>
1361 <param name="actual">Object that cannot exist within collection</param>
1362 </member>
1363 <member name="M:MbUnit.Framework.CollectionAssert.DoesNotContain(System.Collections.ICollection,System.Object,System.String)">
1364 <summary>Asserts that collection does not contain actual as an item.</summary>
1365 <param name="collection">ICollection of objects to be considered</param>
1366 <param name="actual">Object that cannot exist within collection</param>
1367 <param name="message">The message that will be displayed on failure</param>
1368 </member>
1369 <member name="M:MbUnit.Framework.CollectionAssert.DoesNotContain(System.Collections.ICollection,System.Object,System.String,System.Object[])">
1370 <summary>Asserts that collection does not contain actual as an item.</summary>
1371 <param name="collection">ICollection of objects to be considered</param>
1372 <param name="actual">Object that cannot exist within collection</param>
1373 <param name="message">The message that will be displayed on failure</param>
1374 <param name="args">Arguments to be used in formatting the message</param>
1375 </member>
1376 <member name="M:MbUnit.Framework.CollectionAssert.IsCountCorrect(System.Collections.ICollection)">
1377 <summary>Verifies that the <see cref="P:System.Collections.ICollection.Count" /> property is synchronized with the number of iterated elements.</summary>
1378 <param name="col">Collection to test</param>
1379 <exception cref="T:System.ArgumentNullException">
1380 <paramref name="col" /> is a null reference (Nothing in Visual Basic) </exception>
1381 </member>
1382 <member name="M:MbUnit.Framework.CollectionAssert.IsNotSubsetOf(System.Collections.ICollection,System.Collections.ICollection)">
1383 <summary>Asserts that subset is not a subset of superset.</summary>
1384 <param name="subset">The ICollection subset to be considered</param>
1385 <param name="superset">The ICollection superset to be considered</param>
1386 </member>
1387 <member name="M:MbUnit.Framework.CollectionAssert.IsNotSubsetOf(System.Collections.ICollection,System.Collections.ICollection,System.String)">
1388 <summary>Asserts that subset is not a subset of superset.</summary>
1389 <param name="subset">The ICollection subset to be considered</param>
1390 <param name="superset">The ICollection superset to be considered</param>
1391 <param name="message">The message that will be displayed on failure</param>
1392 </member>
1393 <member name="M:MbUnit.Framework.CollectionAssert.IsNotSubsetOf(System.Collections.ICollection,System.Collections.ICollection,System.String,System.Object[])">
1394 <summary>Asserts that subset is not a subset of superset.</summary>
1395 <param name="subset">The ICollection subset to be considered</param>
1396 <param name="superset">The ICollection superset to be considered</param>
1397 <param name="message">The message that will be displayed on failure</param>
1398 <param name="args">Arguments to be used in formatting the message</param>
1399 </member>
1400 <member name="M:MbUnit.Framework.CollectionAssert.IsNotSynchronized(System.Collections.ICollection)">
1401 <summary>Verifies that the property value <see cref="P:System.Collections.ICollection.IsSynchronized" /> is false.</summary>
1402 <param name="actual">Instance containing the expected value.</param>
1403 </member>
1404 <member name="M:MbUnit.Framework.CollectionAssert.IsSubsetOf(System.Collections.ICollection,System.Collections.ICollection)">
1405 <summary>Asserts that subset is a subset of superset.</summary>
1406 <param name="subset">The ICollection subset to be considered</param>
1407 <param name="superset">The ICollection superset to be considered</param>
1408 </member>
1409 <member name="M:MbUnit.Framework.CollectionAssert.IsSubsetOf(System.Collections.ICollection,System.Collections.ICollection,System.String)">
1410 <summary>Asserts that subset is a subset of superset.</summary>
1411 <param name="subset">The ICollection subset to be considered</param>
1412 <param name="superset">The ICollection superset to be considered</param>
1413 <param name="message">The message that will be displayed on failure</param>
1414 </member>
1415 <member name="M:MbUnit.Framework.CollectionAssert.IsSubsetOf(System.Collections.ICollection,System.Collections.ICollection,System.String,System.Object[])">
1416 <summary>Asserts that subset is a subset of superset.</summary>
1417 <param name="subset">The ICollection subset to be considered</param>
1418 <param name="superset">The ICollection superset to be considered</param>
1419 <param name="message">The message that will be displayed on failure</param>
1420 <param name="args">Arguments to be used in formatting the message</param>
1421 </member>
1422 <member name="M:MbUnit.Framework.CollectionAssert.IsSynchronized(System.Collections.ICollection)">
1423 <summary>Verifies that the property value <see cref="P:System.Collections.ICollection.IsSynchronized" /> is true.</summary>
1424 <param name="actual">Instance containing the expected value.</param>
1425 </member>
1426 <member name="T:MbUnit.Framework.ColumnAttribute">
1427 <summary>
1428 <para> Provides a column of literal values as a data source. </para>
1429 <para> This attribute is equivalent to providing a sequence of values using <see cref="T:MbUnit.Framework.RowAttribute" /> with 1 element in each. </para>
1430 </summary>
1431 </member>
1432 <member name="P:MbUnit.Framework.ColumnAttribute.Values">
1433 <summary>Gets the array of values in the column.</summary>
1434 </member>
1435 <member name="M:MbUnit.Framework.ColumnAttribute.PopulateDataSource(Gallio.Framework.Data.DataSource,Gallio.Reflection.ICodeElementInfo)">
1436 <summary>Populates the data source with the contributions of this attribute.</summary>
1437 <param name="dataSource">The data source</param>
1438 <param name="codeElement">The code element</param>
1439 </member>
1440 <member name="T:MbUnit.Framework.DataAttribute">
1441 <summary>The abstract base type for MbUnit attributes that contribute values to data sources along with metadata such a description or expected exception type. This class is <see langword="abstract" /> and so cannot be instantiated.</summary>
1442 </member>
1443 <member name="P:MbUnit.Framework.DataAttribute.Description">
1444 <summary>Gets or sets a description of the values provided by the data source.</summary>
1445 </member>
1446 <member name="P:MbUnit.Framework.DataAttribute.ExpectedException">
1447 <summary>Gets or sets the type of exception that should be thrown when the values provided by the data source are consumed by test.</summary>
1448 </member>
1449 <member name="M:MbUnit.Framework.DataAttribute.GetMetadata">
1450 <summary>Gets the metadata for the data source.</summary>
1451 <returns>The metadata keys and values</returns>
1452 </member>
1453 <member name="T:MbUnit.Framework.DependsOnAssemblyAttribute">
1454 <summary>Creates a dependency from this test assembly, test fixture or test method on all tests in some other test assembly. If any test in the other test assembly test fails then this test will not run. Moreover, the dependency forces this test to run after those it depends upon.</summary>
1455 </member>
1456 <member name="P:MbUnit.Framework.DependsOnAssemblyAttribute.TestAssemblyName">
1457 <summary>Gets the dependent test assembly name.</summary>
1458 </member>
1459 <member name="M:MbUnit.Framework.DependsOnAssemblyAttribute.GetDependency(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo)">
1460 <summary>Gets the code element that declares the tests on which this test should depend.</summary>
1461 <param name="testBuilder">The test builder</param>
1462 <returns>The code element representing the dependency</returns>
1463 </member>
1464 <member name="T:MbUnit.Framework.DependsOnAttribute">
1465 <summary>Creates a dependency from this test assembly, test fixture or test method on some other test fixture or test method. If the other test fixture or test method fails then this test will not run. Moreover, the dependency forces this test to run after those it depends upon.</summary>
1466 </member>
1467 <member name="P:MbUnit.Framework.DependsOnAttribute.TestFixtureType">
1468 <summary>Gets the dependent test fixture type, or null if the dependency is on another test method of this test fixture.</summary>
1469 </member>
1470 <member name="P:MbUnit.Framework.DependsOnAttribute.TestMethodName">
1471 <summary>Gets the dependent test method name, or null if the dependency is on the whole test fixture.</summary>
1472 </member>
1473 <member name="M:MbUnit.Framework.DependsOnAttribute.GetDependency(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo)">
1474 <summary>Gets the code element that declares the tests on which this test should depend.</summary>
1475 <param name="testBuilder">The test builder</param>
1476 <returns>The code element representing the dependency</returns>
1477 </member>
1478 <member name="T:MbUnit.Framework.DescriptionAttribute">
1479 <summary>Associates a description with a test fixture, test method, test parameter or other test component. The description provides useful documentation to users when browsing the tests.</summary>
1480 </member>
1481 <member name="P:MbUnit.Framework.DescriptionAttribute.Description">
1482 <summary>Gets or sets the description.</summary>
1483 </member>
1484 <member name="M:MbUnit.Framework.DescriptionAttribute.Apply(Gallio.Model.MetadataMap)">
1485 <summary>Applies metadata contributions the metadata map of a test component.</summary>
1486 <param name="metadata">The metadata map</param>
1487 </member>
1488 <member name="T:MbUnit.Framework.ExpectedArgumentExceptionAttribute">
1489 <summary>Declares that the associated test method is expected to throw an <see cref="T:System.ArgumentException" />. The expected contents of the exception message may optionally be specified.</summary>
1490 </member>
1491 <member name="T:MbUnit.Framework.ExpectedArgumentNullExceptionAttribute">
1492 <summary>Declares that the associated test method is expected to throw an <see cref="T:System.ArgumentNullException" />. The expected contents of the exception message may optionally be specified.</summary>
1493 </member>
1494 <member name="T:MbUnit.Framework.ExpectedArgumentOutOfRangeExceptionAttribute">
1495 <summary>Declares that the associated test method is expected to throw an <see cref="T:System.ArgumentOutOfRangeException" />. The expected contents of the exception message may optionally be specified.</summary>
1496 </member>
1497 <member name="T:MbUnit.Framework.ExpectedExceptionAttribute">
1498 <summary>Declares that the associated test is expected to throw an exception of a particular type. The expected contents of the exception message may optionally be specified.</summary>
1499 </member>
1500 <member name="P:MbUnit.Framework.ExpectedExceptionAttribute.ExceptionType">
1501 <summary>Gets the expected exception type.</summary>
1502 </member>
1503 <member name="P:MbUnit.Framework.ExpectedExceptionAttribute.Message">
1504 <summary>Gets or sets the expected exception message, or null if none specified.</summary>
1505 </member>
1506 <member name="M:MbUnit.Framework.ExpectedExceptionAttribute.DecorateMethodTest(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.IMethodInfo)">
1507 <summary>
1508 <para> Applies decorations to a method-level <see cref="T:Gallio.Framework.Pattern.PatternTest" />. </para>
1509 <para> A typical use of this method is to augment the test with additional metadata or to add additional behaviors to the test. </para>
1510 </summary>
1511 <param name="builder">The test builder</param>
1512 <param name="method">The method</param>
1513 </member>
1514 <member name="T:MbUnit.Framework.ExplicitAttribute">
1515 <summary>
1516 <para> Indicates that a test should only be run explicitly. The test will still appear in the test results but it will not run unless it is explicitly selected for execution. </para>
1517 <para> A test is considered to be explicitly selected when the filter used to run the tests matches the test or its descendants but none of its ancestors. For example, if the filter matches a test case but not its containing test fixture then the test case will be deemed to be explicitly selected. Otherwise the test case will be implicitly selected by virtue of the fact that the filter matched one of its ancestors. </para>
1518 <para> This attribute can be used to exclude from normal execution any tests that are particularly expensive or require manual supervision by an operator. </para>
1519 </summary>
1520 </member>
1521 <member name="P:MbUnit.Framework.ExplicitAttribute.Reason">
1522 <summary>Gets the reason that the test should only run explicitly.</summary>
1523 </member>
1524 <member name="M:MbUnit.Framework.ExplicitAttribute.DecorateTest(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo)">
1525 <summary>
1526 <para> Applies decorations to a method or type-level <see cref="T:Gallio.Framework.Pattern.PatternTest" />. </para>
1527 <para> A typical use of this method is to augment the test with additional metadata or to add additional behaviors to the test. </para>
1528 </summary>
1529 <param name="builder">The test builder</param>
1530 <param name="codeElement">The code element</param>
1531 </member>
1532 <member name="T:MbUnit.Framework.FixtureInitializerAttribute">
1533 <summary>
1534 <para> The fixture initializer attribute is applied to a method that is to be invoked after a fixture instance has been created to complete its initialization. </para>
1535 <para> This attribute provides a mechanism for completing the initialization of a fixture if the work cannot be completed entirely within the constructor. For example, data binding might be used to set fields and property values of the fixture instance. Consequently post-construction initialization may be required. </para>
1536 <para>
1537 <see cref="T:MbUnit.Framework.FixtureInitializerAttribute" /> allows initialization to occur earlier in the test lifecycle than <see cref="T:MbUnit.Framework.FixtureSetUpAttribute" />. </para>
1538 </summary>
1539 </member>
1540 <member name="M:MbUnit.Framework.FixtureInitializerAttribute.DecorateContainingTest(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo)">
1541 <summary>Applies decorations to the containing <see cref="T:Gallio.Framework.Pattern.PatternTest" />.</summary>
1542 <param name="containingTestBuilder">The containing test builder</param>
1543 <param name="codeElement">The code element</param>
1544 </member>
1545 <member name="T:MbUnit.Framework.FixtureSetUpAttribute">
1546 <summary>The fixture set up attribute is applied to a method that is to be invoked when a fixture instance is being set up before any of its tests are executed.</summary>
1547 </member>
1548 <member name="M:MbUnit.Framework.FixtureSetUpAttribute.DecorateContainingTest(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo)">
1549 <summary>Applies decorations to the containing <see cref="T:Gallio.Framework.Pattern.PatternTest" />.</summary>
1550 <param name="containingTestBuilder">The containing test builder</param>
1551 <param name="codeElement">The code element</param>
1552 </member>
1553 <member name="T:MbUnit.Framework.FixtureTearDownAttribute">
1554 <summary>The fixture tear down attribute is applied to a method that is to be invoked when a fixture instance is being torn down after all of its tests have been executed.</summary>
1555 </member>
1556 <member name="M:MbUnit.Framework.FixtureTearDownAttribute.DecorateContainingTest(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo)">
1557 <summary>Applies decorations to the containing <see cref="T:Gallio.Framework.Pattern.PatternTest" />.</summary>
1558 <param name="containingTestBuilder">The containing test builder</param>
1559 <param name="codeElement">The code element</param>
1560 </member>
1561 <member name="T:MbUnit.Framework.GenericAssert">
1562 <summary>Assertion class This class cannot be inherited.</summary>
1563 </member>
1564 <member name="M:MbUnit.Framework.GenericAssert.IsEmpty``1(System.Collections.Generic.ICollection{``0},System.String,System.Object[])">
1565 <summary>Assert that an array, list or other collection is empty</summary>
1566 <param name="collection">An array, list or other collection implementing ICollection</param>
1567 <param name="message">The message to be displayed on failure</param>
1568 <param name="args">Arguments to be used in formatting the message</param>
1569 </member>
1570 <member name="M:MbUnit.Framework.GenericAssert.IsEmpty``1(System.Collections.Generic.ICollection{``0},System.String)">
1571 <summary>Assert that an array, list or other collection is empty</summary>
1572 <param name="collection">An array, list or other collection implementing ICollection</param>
1573 <param name="message">The message to be displayed on failure</param>
1574 </member>
1575 <member name="M:MbUnit.Framework.GenericAssert.IsEmpty``1(System.Collections.Generic.ICollection{``0})">
1576 <summary>Assert that an array,list or other collection is empty</summary>
1577 <param name="collection">An array, list or other collection implementing ICollection</param>
1578 </member>
1579 <member name="M:MbUnit.Framework.GenericAssert.IsNotEmpty``1(System.Collections.Generic.ICollection{``0},System.String,System.Object[])">
1580 <summary>Assert that an array, list or other collection is empty</summary>
1581 <param name="collection">An array, list or other collection implementing ICollection</param>
1582 <param name="message">The message to be displayed on failure</param>
1583 <param name="args">Arguments to be used in formatting the message</param>
1584 </member>
1585 <member name="M:MbUnit.Framework.GenericAssert.IsNotEmpty``1(System.Collections.Generic.ICollection{``0},System.String)">
1586 <summary>Assert that an array, list or other collection is empty</summary>
1587 <param name="collection">An array, list or other collection implementing ICollection</param>
1588 <param name="message">The message to be displayed on failure</param>
1589 </member>
1590 <member name="M:MbUnit.Framework.GenericAssert.IsNotEmpty``1(System.Collections.Generic.ICollection{``0})">
1591 <summary>Assert that an array,list or other collection is empty</summary>
1592 <param name="collection">An array, list or other collection implementing ICollection</param>
1593 </member>
1594 <member name="T:MbUnit.Framework.HeaderAttribute">
1595 <summary>Defines names as aliases for the columns in an indexed data source such as those that have been populated by <see cref="T:MbUnit.Framework.RowAttribute" /> or <see cref="T:MbUnit.Framework.ColumnAttribute" />. The names may subsequently be used in data binding expressions in place of their corresponding column indices.</summary>
1596 </member>
1597 <member name="P:MbUnit.Framework.HeaderAttribute.ColumnNames">
1598 <summary>Gets the array of column names.</summary>
1599 </member>
1600 <member name="M:MbUnit.Framework.HeaderAttribute.PopulateDataSource(Gallio.Framework.Data.DataSource,Gallio.Reflection.ICodeElementInfo)">
1601 <summary>Populates the data source with the contributions of this attribute.</summary>
1602 <param name="dataSource">The data source</param>
1603 <param name="codeElement">The code element</param>
1604 </member>
1605 <member name="T:MbUnit.Framework.IgnoreAttribute">
1606 <summary>
1607 <para> Indicates that a test is to be ignored by the framework and will not be run. The test will still appear in test reports along with the reason that it was ignored, if provided. </para>
1608 <para> This attribute can be used to disable tests that are broken or expensive without commenting them out or removing them from the source code. </para>
1609 </summary>
1610 </member>
1611 <member name="P:MbUnit.Framework.IgnoreAttribute.Reason">
1612 <summary>Gets the reason that the test has been ignored, or an empty string if none.</summary>
1613 </member>
1614 <member name="M:MbUnit.Framework.IgnoreAttribute.DecorateTest(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo)">
1615 <summary>
1616 <para> Applies decorations to a method or type-level <see cref="T:Gallio.Framework.Pattern.PatternTest" />. </para>
1617 <para> A typical use of this method is to augment the test with additional metadata or to add additional behaviors to the test. </para>
1618 </summary>
1619 <param name="builder">The test builder</param>
1620 <param name="codeElement">The code element</param>
1621 </member>
1622 <member name="T:MbUnit.Framework.ImportanceAttribute">
1623 <summary>Associates a <see cref="T:MbUnit.Framework.Importance" /> with a test fixture, test method, test parameter or other test component.</summary>
1624 </member>
1625 <member name="P:MbUnit.Framework.ImportanceAttribute.Importance">
1626 <summary>Gets or sets the importance.</summary>
1627 </member>
1628 <member name="M:MbUnit.Framework.ImportanceAttribute.Apply(Gallio.Model.MetadataMap)">
1629 <summary>Applies metadata contributions the metadata map of a test component.</summary>
1630 <param name="metadata">The metadata map</param>
1631 </member>
1632 <member name="T:MbUnit.Framework.InterimAssert">
1633 <summary>This is an interim assertion class intended to be used within MbUnit v2 tests. We'll refactor these assertions when we move to Gallio. This is a <see langword="static class" /> and so cannot be inherited or instantiated.</summary>
1634 </member>
1635 <member name="M:MbUnit.Framework.InterimAssert.AreDistinct``1(``0[])">
1636 <summary>Asserts that all of the values in the objects array are distinct by equality and hashcode.</summary>
1637 <typeparam name="T">The type of object</typeparam>
1638 <param name="items">The objects</param>
1639 <exception cref="T:System.ArgumentNullException">Thrown if <paramref name="items" /> is null</exception>
1640 </member>
1641 <member name="M:MbUnit.Framework.InterimAssert.DoesNotThrow(Gallio.Action)">
1642 <summary>Asserts that the specified block of code does not throw an exception.</summary>
1643 <param name="action">The block of code to run</param>
1644 </member>
1645 <member name="M:MbUnit.Framework.InterimAssert.DoesNotThrow(Gallio.Action,System.String)">
1646 <summary>Asserts that the specified block of code does not throw an exception.</summary>
1647 <param name="action">The block of code to run</param>
1648 <param name="message">The failure message</param>
1649 </member>
1650 <member name="M:MbUnit.Framework.InterimAssert.DoesNotThrow(Gallio.Action,System.String,System.Object[])">
1651 <summary>Asserts that the specified block of code does not throw an exception.</summary>
1652 <param name="action">The block of code to run</param>
1653 <param name="messageFormat">The failure message format string</param>
1654 <param name="messageArgs">The failure message arguments</param>
1655 </member>
1656 <member name="M:MbUnit.Framework.InterimAssert.WithKeyedPairs``3(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.IDictionary{``0,``2},Gallio.Action{``0,``1,``2})">
1657 <summary>Evaluates an assertion with matched pairs drawn from each dictionary that have identical keys. Fails if the collections have different sizes or if one is null but not the other.</summary>
1658 <typeparam name="TKey">The key type</typeparam>
1659 <typeparam name="TExpectedValue">The expected value type</typeparam>
1660 <typeparam name="TActualValue">The expected value type</typeparam>
1661 <param name="expectedValues">The enumeration of expected values</param>
1662 <param name="actualValues">The enumeration of actual values</param>
1663 <param name="assertion">The assertion to evaluate over all pairs</param>
1664 </member>
1665 <member name="M:MbUnit.Framework.InterimAssert.WithKeyedPairs``3(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.IDictionary{``0,``2},Gallio.Action{``1,``2})">
1666 <summary>Evaluates an assertion with matched pairs drawn from each dictionary that have identical keys. Fails if the collections have different sizes or if one is null but not the other.</summary>
1667 <typeparam name="TKey">The key type</typeparam>
1668 <typeparam name="TExpectedValue">The expected value type</typeparam>
1669 <typeparam name="TActualValue">The actual value type</typeparam>
1670 <param name="expectedValues">The enumeration of expected values</param>
1671 <param name="actualValues">The enumeration of actual values</param>
1672 <param name="assertion">The assertion to evaluate over all pairs</param>
1673 </member>
1674 <member name="M:MbUnit.Framework.InterimAssert.WithPairs``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},Gallio.Action{``0,``1})">
1675 <summary>Evaluates an assertion with matched pairs drawn from each collection. Fails if the collections have different sizes or if one is null but not the other.</summary>
1676 <typeparam name="TExpected">The expected value type</typeparam>
1677 <typeparam name="TActual">The actual value type</typeparam>
1678 <param name="expectedValues">The enumeration of expected values</param>
1679 <param name="actualValues">The enumeration of actual values</param>
1680 <param name="assertion">The assertion to evaluate over all pairs</param>
1681 </member>
1682 <member name="T:MbUnit.Framework.MetadataAttribute">
1683 <summary>Associates custom metadata with a test fixture, test method, test parameter or other test component. The metadata can be used for documentation, classification or dynamic customization of tests.</summary>
1684 </member>
1685 <member name="P:MbUnit.Framework.MetadataAttribute.MetadataKey">
1686 <summary>Gets the metadata key.</summary>
1687 </member>
1688 <member name="P:MbUnit.Framework.MetadataAttribute.MetadataValue">
1689 <summary>Gets the metadata value.</summary>
1690 </member>
1691 <member name="M:MbUnit.Framework.MetadataAttribute.Apply(Gallio.Model.MetadataMap)">
1692 <summary>Applies metadata contributions the metadata map of a test component.</summary>
1693 <param name="metadata">The metadata map</param>
1694 </member>
1695 <member name="T:MbUnit.Framework.MixinAttribute">
1696 <summary>
1697 <para> The mixin attribute combines tests, test parameters, setup/teardown methods, data sources and other test elements declared by a target mixin class into a host test. The target mixin class is incorporated as a surrogate of the host test and participates in all phases of the test lifecycle including data binding, setup/teardown and test execution. </para>
1698 <para> At runtime, an instance of the target class is created and injected into the host by way of the property, field, constructor parameter or method parameter to which the mixin attribute was applied. </para>
1699 </summary>
1700 </member>
1701 <member name="P:MbUnit.Framework.MixinAttribute.MixinType">
1702 <summary>Gets the mixin type.</summary>
1703 </member>
1704 <member name="T:MbUnit.Framework.ParameterAttribute">
1705 <summary>Declares that a property, field or parameter is a test parameter and specifies its properties. At most one attribute of this type may appear on any given test fixture property or field. If the attribute is omitted from test method parameters and test fixture constructor parameters the parameter will be declared with default values (which are usually just fine).</summary>
1706 </member>
1707 <member name="P:MbUnit.Framework.ParameterAttribute.Index">
1708 <summary>Gets or sets the zero-based index of the parameter. The index is used instead of the parameter name in unlabeled table-like data sources (such as row-tests and headerless CSV files) to select the column to which the parameter will be bound.</summary>
1709 <value>The default value is null which causes the parameter's index to be set to 0 for fields and properties or the parameter's actual positional index for the combined list of generic parameters and method parameters with the generic parameters counted first followed by the method parameters in left-to-right order.</value>
1710 <exception cref="T:System.ArgumentOutOfRangeException">Thrown if <paramref name="value" /> is less than 0</exception>
1711 </member>
1712 <member name="P:MbUnit.Framework.ParameterAttribute.Name">
1713 <summary>Gets or sets the name of the parameter. If set to null, the parameter is named the same as the property, field or parameter to which the attribute has been applied.</summary>
1714 <value>The default value is null.</value>
1715 </member>
1716 <member name="M:MbUnit.Framework.ParameterAttribute.InitializeTestParameter(Gallio.Framework.Pattern.IPatternTestParameterBuilder,Gallio.Reflection.ISlotInfo)">
1717 <summary>Initializes a test parameter after it has been added to the containing test.</summary>
1718 <param name="testParameterBuilder">The test parameter builer</param>
1719 <param name="slot">The slot</param>
1720 </member>
1721 <member name="T:MbUnit.Framework.PendingAttribute">
1722 <summary>
1723 <para> Indicates that a test has pending prerequisites so it will not be run. The test will still appear in test reports along with an explanation of the reason it it pending, if provided. </para>
1724 <para> This attribute can be used to disable tests that cannot run because the subject under test is missing certain prerequisite functionality. It may also serve as a placeholder for test that have yet to be implemented. </para>
1725 </summary>
1726 </member>
1727 <member name="P:MbUnit.Framework.PendingAttribute.Reason">
1728 <summary>Gets the reason that the test is pending.</summary>
1729 </member>
1730 <member name="M:MbUnit.Framework.PendingAttribute.DecorateTest(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo)">
1731 <summary>
1732 <para> Applies decorations to a method or type-level <see cref="T:Gallio.Framework.Pattern.PatternTest" />. </para>
1733 <para> A typical use of this method is to augment the test with additional metadata or to add additional behaviors to the test. </para>
1734 </summary>
1735 <param name="builder">The test builder</param>
1736 <param name="codeElement">The code element</param>
1737 </member>
1738 <member name="T:MbUnit.Framework.ReflectionAssert">
1739 <summary>Reflection Assertion class This is a <see langword="static class" /> and so cannot be inherited or instantiated.</summary>
1740 </member>
1741 <member name="M:MbUnit.Framework.ReflectionAssert.HasConstructor(System.Type,System.Type[])">
1742 <summary>Asserts that the type has a public instance constructor with a signature defined by parameters.</summary>
1743 </member>
1744 <member name="M:MbUnit.Framework.ReflectionAssert.HasConstructor(System.Type,System.Reflection.BindingFlags,System.Type[])">
1745 <summary>Asserts that the type has a constructor, with the specified bindind flags, with a signature defined by parameters.</summary>
1746 </member>
1747 <member name="M:MbUnit.Framework.ReflectionAssert.HasDefaultConstructor(System.Type)">
1748 <summary>Asserts that the type has a default public constructor</summary>
1749 </member>
1750 <member name="M:MbUnit.Framework.ReflectionAssert.HasField(System.Type,System.String)">
1751 <summary>Asserts that the type has a public field method with a signature defined by parameters.</summary>
1752 </member>
1753 <member name="M:MbUnit.Framework.ReflectionAssert.HasField(System.Type,System.Reflection.BindingFlags,System.String)">
1754 <summary>Asserts that the type has a field, with the specified bindind flags, with a signature defined by parameters.</summary>
1755 </member>
1756 <member name="M:MbUnit.Framework.ReflectionAssert.HasMethod(System.Type,System.String,System.Type[])">
1757 <summary>Asserts that the type has a public instance method with a signature defined by parameters.</summary>
1758 </member>
1759 <member name="M:MbUnit.Framework.ReflectionAssert.HasMethod(System.Type,System.Reflection.BindingFlags,System.String,System.Type[])">
1760 <summary>Asserts that the type has a method, with the specified bindind flags, with a signature defined by parameters.</summary>
1761 </member>
1762 <member name="M:MbUnit.Framework.ReflectionAssert.IsAssignableFrom(System.Type,System.Type)">
1763 <summary>Asserts whether an instance of the <paramref name="parent" /> can be assigned from an instance of <paramref name="child" />.</summary>
1764 <param name="parent">Parent <see cref="T:System.Type" /> instance.</param>
1765 <param name="child">Child <see cref="T:System.Type" /> instance.</param>
1766 </member>
1767 <member name="M:MbUnit.Framework.ReflectionAssert.IsInstanceOf(System.Type,System.Object)">
1768 <summary>Asserts whether <paramref name="child" /> is an instance of the <paramref name="type" />.</summary>
1769 <param name="type">
1770 <see cref="T:System.Type" /> instance.</param>
1771 <param name="child">Child instance.</param>
1772 </member>
1773 <member name="T:MbUnit.Framework.RowAttribute">
1774 <summary>Provides a row of literal values as a data source.</summary>
1775 </member>
1776 <member name="P:MbUnit.Framework.RowAttribute.Values">
1777 <summary>Gets the array of values in the row.</summary>
1778 </member>
1779 <member name="M:MbUnit.Framework.RowAttribute.PopulateDataSource(Gallio.Framework.Data.DataSource,Gallio.Reflection.ICodeElementInfo)">
1780 <summary>Populates the data source with the contributions of this attribute.</summary>
1781 <param name="dataSource">The data source</param>
1782 <param name="codeElement">The code element</param>
1783 </member>
1784 <member name="T:MbUnit.Framework.SecurityAssert">
1785 <summary>Security Assertion class This is a <see langword="static class" /> and so cannot be inherited or instantiated.</summary>
1786 </member>
1787 <member name="M:MbUnit.Framework.SecurityAssert.IsAuthenticated(System.Security.Principal.IIdentity)">
1788 <summary>Asserts that <paramref name="identity" /> is authenticated.</summary>
1789 </member>
1790 <member name="M:MbUnit.Framework.SecurityAssert.IsNotAuthenticated(System.Security.Principal.IIdentity)">
1791 <summary>Asserts that <paramref name="identity" /> is not authenticated.</summary>
1792 </member>
1793 <member name="M:MbUnit.Framework.SecurityAssert.WindowIsAuthenticated">
1794 <summary>Asserts that the current windows identity is authenticated.</summary>
1795 </member>
1796 <member name="M:MbUnit.Framework.SecurityAssert.WindowIsNotAuthenticated">
1797 <summary>Asserts that the current windows identity is not authenticated.</summary>
1798 </member>
1799 <member name="M:MbUnit.Framework.SecurityAssert.WindowsIsInAdministrator">
1800 <summary>Asserts that the current windows identity is in <see cref="F:System.Security.Principal.WindowsBuiltInRole.Administrator" /> role.</summary>
1801 </member>
1802 <member name="M:MbUnit.Framework.SecurityAssert.WindowsIsInGuest">
1803 <summary>Asserts that the current windows identity is in <see cref="F:System.Security.Principal.WindowsBuiltInRole.Guest" /> role.</summary>
1804 </member>
1805 <member name="M:MbUnit.Framework.SecurityAssert.WindowsIsInPowerUser">
1806 <summary>Asserts that the current windows identity is in <see cref="F:System.Security.Principal.WindowsBuiltInRole.PowerUser" /> role.</summary>
1807 </member>
1808 <member name="M:MbUnit.Framework.SecurityAssert.WindowsIsInRole(System.Security.Principal.WindowsBuiltInRole)">
1809 <summary>Asserts that the current windows identity is in <param name="role" />.</summary>
1810 </member>
1811 <member name="M:MbUnit.Framework.SecurityAssert.WindowsIsInUser">
1812 <summary>Asserts that the current windows identity is in <see cref="F:System.Security.Principal.WindowsBuiltInRole.User" /> role.</summary>
1813 </member>
1814 <member name="T:MbUnit.Framework.SetUpAttribute">
1815 <summary>The setup attribute is applied to a method that is to be invoked before each test in a fixture executes. The method will run once for each test. This class cannot be inherited.</summary>
1816 </member>
1817 <member name="T:MbUnit.Framework.StringAssert">
1818 <summary>String Assertion class This is a <see langword="static class" /> and so cannot be inherited or instantiated.</summary>
1819 </member>
1820 <member name="M:MbUnit.Framework.StringAssert.AreEqualIgnoreCase(System.String,System.String)">
1821 <summary>Asserts that two strings are equal, ignoring the case</summary>
1822 <param name="s1">Expected string</param>
1823 <param name="s2">Actual string</param>
1824 </member>
1825 <member name="M:MbUnit.Framework.StringAssert.DoesNotContain(System.String,System.Char[])">
1826 <summary>Asserts the string does not contain c</summary>
1827 <param name="s">String to test.</param>
1828 <param name="anyOf">Variable list of characeters.</param>
1829 </member>
1830 <member name="M:MbUnit.Framework.StringAssert.FullMatch(System.String,System.String)">
1831 <summary>Asserts the regular expression reg makes a full match on s</summary>
1832 <param name="s">String to test.</param>
1833 <param name="reg">Regular expression</param>
1834 </member>
1835 <member name="M:MbUnit.Framework.StringAssert.FullMatch(System.String,System.Text.RegularExpressions.Regex)">
1836 <summary>Asserts the regular expression regex makes a full match on <paramref name="s" />.</summary>
1837 <param name="s">String to test.</param>
1838 <param name="regex">Regular expression</param>
1839 </member>
1840 <member name="M:MbUnit.Framework.StringAssert.IsEmpty(System.String)">
1841 <summary>Asserts that the string is non null and empty</summary>
1842 <param name="s">String to test.</param>
1843 </member>
1844 <member name="M:MbUnit.Framework.StringAssert.IsNonEmpty(System.String)">
1845 <summary>Asserts that the string is non null and non empty</summary>
1846 <param name="s">String to test.</param>
1847 </member>
1848 <member name="M:MbUnit.Framework.StringAssert.Like(System.String,System.String)">
1849 <summary>Asserts the regular expression reg makes a match on s</summary>
1850 <param name="s">String to test.</param>
1851 <param name="reg">Regular expression</param>
1852 </member>
1853 <member name="M:MbUnit.Framework.StringAssert.Like(System.String,System.Text.RegularExpressions.Regex)">
1854 <summary>Asserts the regular expression regex makes a match on s</summary>
1855 <param name="s">String to test.</param>
1856 <param name="regex">A <see cref="T:System.Text.RegularExpressions.Regex" /> instance.</param>
1857 </member>
1858 <member name="M:MbUnit.Framework.StringAssert.NotLike(System.String,System.String)">
1859 <summary>Asserts the regular expression reg makes a match on s</summary>
1860 <param name="s">String to test.</param>
1861 <param name="reg">Regular expression</param>
1862 </member>
1863 <member name="M:MbUnit.Framework.StringAssert.NotLike(System.String,System.Text.RegularExpressions.Regex)">
1864 <summary>Asserts the regular expression regex makes a match on s</summary>
1865 <param name="s">String to test.</param>
1866 <param name="regex">A <see cref="T:System.Text.RegularExpressions.Regex" /> instance.</param>
1867 </member>
1868 <member name="T:MbUnit.Framework.TearDownAttribute">
1869 <summary>The tear down attribute is applied to a method that is to be invoked after each test in a fixture executes. The method will run once for each test. This class cannot be inherited.</summary>
1870 </member>
1871 <member name="T:MbUnit.Framework.TestAttribute">
1872 <summary>
1873 <para> The test attribute is applied to a method that represents a single test case within a fixture. By default, if the method throws an unexpected exception, the test will be deemed to have failed. Otherwise, the test will pass. </para>
1874 <para> The default behavior may be modified by test decorator attributes that may alter the execution environment of the test, catch and reinterpret any exceptions it throws, or impose additional constraints upon its execution. </para>
1875 <para> Output from the test, such as text written to the console, is captured by the framework and will be included in the test report. Additional information can also be logged during test execution using the <see cref="T:Gallio.Framework.Log" /> class. </para>
1876 </summary>
1877 </member>
1878 <member name="M:MbUnit.Framework.TestAttribute.SetTestSemantics(Gallio.Framework.Pattern.PatternTest,Gallio.Reflection.IMethodInfo)">
1879 <summary>
1880 <para> Applies semantic actions to the <see cref="P:Gallio.Framework.Pattern.PatternTest.TestActions" /> member of a test to set the test's runtime behavior. </para>
1881 <para> This method is called after <see cref="M:Gallio.Framework.Pattern.TestMethodPatternAttribute.InitializeTest(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.IMethodInfo)" />. </para>
1882 </summary>
1883 <param name="test">The test</param>
1884 <param name="method">The test method</param>
1885 </member>
1886 <member name="T:MbUnit.Framework.TestDecoratorAttribute">
1887 <summary>
1888 <para> A test decorator applies actions to be performed around the initialization, setup, execution, teardown and disposal lifecycle of a test. </para>
1889 <para> This abstract class provides a convenient way to implement new test decorators of your own. If you need more control over how the test is decorated, you may prefer subclassing <see cref="T:Gallio.Framework.Pattern.TestDecoratorPatternAttribute" /> directly instead. </para>
1890 <para> When multiple test decorators are applied to a test, they are installed in order according to the <see cref="P:Gallio.Framework.Pattern.DecoratorPatternAttribute.Order" /> property. </para>This class is <see langword="abstract" /> and so cannot be instantiated.</summary>
1891 </member>
1892 <member name="M:MbUnit.Framework.TestDecoratorAttribute.DecorateTest(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo)">
1893 <summary>
1894 <para> Applies decorations to a method or type-level <see cref="T:Gallio.Framework.Pattern.PatternTest" />. </para>
1895 <para> A typical use of this method is to augment the test with additional metadata or to add additional behaviors to the test. </para>
1896 </summary>
1897 <param name="builder">The test builder</param>
1898 <param name="codeElement">The code element</param>
1899 </member>
1900 <member name="M:MbUnit.Framework.TestDecoratorAttribute.Dispose(Gallio.Framework.Pattern.PatternTestInstanceState)">
1901 <summary>Disposes the test.</summary>
1902 <param name="testInstanceState">The test instance state, not null</param>
1903 </member>
1904 <member name="M:MbUnit.Framework.TestDecoratorAttribute.Execute(Gallio.Framework.Pattern.PatternTestInstanceState)">
1905 <summary>Executes the test.</summary>
1906 <param name="testInstanceState">The test instance state, not null</param>
1907 </member>
1908 <member name="M:MbUnit.Framework.TestDecoratorAttribute.Initialize(Gallio.Framework.Pattern.PatternTestInstanceState)">
1909 <summary>Initializes the test.</summary>
1910 <param name="testInstanceState">The test instance state, not null</param>
1911 </member>
1912 <member name="M:MbUnit.Framework.TestDecoratorAttribute.SetUp(Gallio.Framework.Pattern.PatternTestInstanceState)">
1913 <summary>Sets up the test.</summary>
1914 <param name="testInstanceState">The test instance state, not null</param>
1915 </member>
1916 <member name="M:MbUnit.Framework.TestDecoratorAttribute.TearDown(Gallio.Framework.Pattern.PatternTestInstanceState)">
1917 <summary>Tears down the test.</summary>
1918 <param name="testInstanceState">The test instance state, not null</param>
1919 </member>
1920 <member name="T:MbUnit.Framework.TestFixtureAttribute">
1921 <summary>The test fixture attribute is applied to a class that contains a suite of related test cases. If an error occurs while initializing the fixture or if at least one of the test cases within the fixture fails, then the fixture itself will be deemed to have failed. Otherwise the fixture will pass. Output from the fixture, such as text written to the console, is captured by the framework and will be included in the test report.</summary>
1922 </member>
1923 <member name="T:MbUnit.Framework.TestsOnAttribute">
1924 <summary>Associates the name of the type under test with a test fixture, test method, test parameter or other test component. The type under test helps to describe which type is primarily being exercised by the test so that we can quickly identify which tests to run after making changes to a given type.</summary>
1925 </member>
1926 <member name="P:MbUnit.Framework.TestsOnAttribute.TypeName">
1927 <summary>Gets the full name or assembly qualified name of the type under test.</summary>
1928 <value>The name of the type under test as obtained by <see cref="P:System.Type.FullName" /> or <see cref="P:System.Type.AssemblyQualifiedName" />.</value>
1929 </member>
1930 <member name="M:MbUnit.Framework.TestsOnAttribute.Apply(Gallio.Model.MetadataMap)">
1931 <summary>Applies metadata contributions the metadata map of a test component.</summary>
1932 <param name="metadata">The metadata map</param>
1933 </member>
1934 <member name="T:MbUnit.Framework.TimeoutAttribute">
1935 <summary>Sets the maximum amount of time that a test or fixture is permitted to run.</summary>
1936 </member>
1937 <member name="P:MbUnit.Framework.TimeoutAttribute.TimeoutSeconds">
1938 <summary>Gets the timeout in seconds.</summary>
1939 </member>
1940 <member name="M:MbUnit.Framework.TimeoutAttribute.DecorateTest(Gallio.Framework.Pattern.IPatternTestBuilder,Gallio.Reflection.ICodeElementInfo)">
1941 <summary>
1942 <para> Applies decorations to a method or type-level <see cref="T:Gallio.Framework.Pattern.PatternTest" />. </para>
1943 <para> A typical use of this method is to augment the test with additional metadata or to add additional behaviors to the test. </para>
1944 </summary>
1945 <param name="builder">The test builder</param>
1946 <param name="codeElement">The code element</param>
1947 </member>
1948 <member name="T:MbUnit.Framework.Importance">
1949 <summary>Specifies the test's relative importance which can be used for classifying tests to be executed.</summary>
1950 </member>
1951 <member name="F:MbUnit.Framework.Importance.Critical">
1952 <summary>Critical importance.</summary>
1953 </member>
1954 <member name="F:MbUnit.Framework.Importance.Severe">
1955 <summary>Severe importance. Less important than <see cref="F:MbUnit.Framework.Importance.Critical" />.</summary>
1956 </member>
1957 <member name="F:MbUnit.Framework.Importance.Serious">
1958 <summary>Serious importance. Less important than <see cref="F:MbUnit.Framework.Importance.Severe" />.</summary>
1959 </member>
1960 <member name="F:MbUnit.Framework.Importance.Default">
1961 <summary>Default importance.</summary>
1962 </member>
1963 <member name="F:MbUnit.Framework.Importance.NoOneReallyCaresAbout">
1964 <summary>Not important.</summary>
1965 </member>
1966 <member name="T:MbUnit.Framework.Reflection.Reflector">
1967 <summary>Helps to test non-public classes and class members.</summary>
1968 </member>
1969 <member name="M:MbUnit.Framework.Reflection.Reflector.CreateInstance(System.String,System.String)">
1970 <summary>Create Instance</summary>
1971 <param name="assemblyName">Full assembly path.</param>
1972 <param name="typeName">Type Name such as (System.String)</param>
1973 <returns>Newly created object.</returns>
1974 </member>
1975 <member name="M:MbUnit.Framework.Reflection.Reflector.CreateInstance(System.String,System.String,System.Object[])">
1976 <summary>Create Instance</summary>
1977 <param name="assemblyName">Full assembly path.</param>
1978 <param name="typeName">Type Name such as (System.String)</param>
1979 <param name="args">Constructor parameters.</param>
1980 <returns>Newly created object.</returns>
1981 </member>
1982 <member name="M:MbUnit.Framework.Reflection.Reflector.GetField(System.Object,System.String)">
1983 <summary>Get public, non-public, or static field value.</summary>
1984 <param name="obj">Object where field is defined.</param>
1985 <param name="fieldName">Field name.</param>
1986 <returns>Field value</returns>
1987 </member>
1988 <member name="M:MbUnit.Framework.Reflection.Reflector.GetField(MbUnit.Framework.Reflection.AccessModifier,System.Object,System.String)">
1989 <summary>Get field value.</summary>
1990 <param name="access">Specify field access modifier.</param>
1991 <param name="obj">Object where field is defined.</param>
1992 <param name="fieldName">Field name.</param>
1993 <returns>Field value</returns>
1994 </member>
1995 <member name="M:MbUnit.Framework.Reflection.Reflector.GetField(MbUnit.Framework.Reflection.AccessModifier,System.Object,System.String,System.Boolean)">
1996 <summary>Get field value.</summary>
1997 <param name="access">Specify field access modifier.</param>
1998 <param name="obj">Object where field is defined.</param>
1999 <param name="fieldName">Field name.</param>
2000 <param name="lookInBase">Specify if need to look in Base classes.</param>
2001 <returns>Field value</returns>
2002 </member>
2003 <member name="M:MbUnit.Framework.Reflection.Reflector.GetField(System.String)">
2004 <summary>Get public, non-public, or static field value.</summary>
2005 <param name="fieldName">Field name.</param>
2006 <returns>Field value</returns>
2007 </member>
2008 <member name="M:MbUnit.Framework.Reflection.Reflector.GetField(System.String,MbUnit.Framework.Reflection.AccessModifier)">
2009 <summary>Get field value.</summary>
2010 <param name="fieldName">Field name.</param>
2011 <param name="access">Specify field access modifier.</param>
2012 <returns>Field value</returns>
2013 </member>
2014 <member name="M:MbUnit.Framework.Reflection.Reflector.GetField(System.String,MbUnit.Framework.Reflection.AccessModifier,System.Boolean)">
2015 <summary>Get field value.</summary>
2016 <param name="fieldName">Field name.</param>
2017 <param name="access">Specify field access modifier.</param>
2018 <param name="lookInBase">Specify if need to look in Base classes.</param>
2019 <returns>Field value</returns>
2020 </member>
2021 <member name="M:MbUnit.Framework.Reflection.Reflector.GetProperty(System.Object,System.String)">
2022 <summary>Get Property Value</summary>
2023 <param name="obj">Object where property is defined.</param>
2024 <param name="propertyName">Property Name.</param>
2025 <returns>Property Value.</returns>
2026 </member>
2027 <member name="M:MbUnit.Framework.Reflection.Reflector.GetProperty(MbUnit.Framework.Reflection.AccessModifier,System.Object,System.String)">
2028 <summary>Get Property Value</summary>
2029 <param name="access">Specify property access modifier.</param>
2030 <param name="obj">Object that has the property.</param>
2031 <param name="propertyName">Property Name.</param>
2032 <returns>Property Value.</returns>
2033 </member>
2034 <member name="M:MbUnit.Framework.Reflection.Reflector.GetProperty(MbUnit.Framework.Reflection.AccessModifier,System.Object,System.String,System.Boolean)">
2035 <summary>Get Property Value</summary>
2036 <param name="access">Specify property access modifier.</param>
2037 <param name="obj">Object that has the property.</param>
2038 <param name="propertyName">Property Name.</param>
2039 <param name="lookInBase">Set to true if need look for the property in base classes.</param>
2040 <returns>Property Value.</returns>
2041 </member>
2042 <member name="M:MbUnit.Framework.Reflection.Reflector.GetProperty(System.String)">
2043 <summary>Get Property Value</summary>
2044 <param name="propertyName">Property Name.</param>
2045 <returns>Property Value.</returns>
2046 </member>
2047 <member name="M:MbUnit.Framework.Reflection.Reflector.GetProperty(MbUnit.Framework.Reflection.AccessModifier,System.String)">
2048 <summary>Get Property Value</summary>
2049 <param name="access">Specify property access modifier.</param>
2050 <param name="propertyName">Property Name.</param>
2051 <returns>Property Value.</returns>
2052 </member>
2053 <member name="M:MbUnit.Framework.Reflection.Reflector.GetProperty(MbUnit.Framework.Reflection.AccessModifier,System.String,System.Boolean)">
2054 <summary>Get Property Value</summary>
2055 <param name="access">Specify property access modifier.</param>
2056 <param name="propertyName">Property Name.</param>
2057 <param name="lookInBase">Specify if need to look in Base classes.</param>
2058 <returns>Property Value.</returns>
2059 </member>
2060 <member name="M:MbUnit.Framework.Reflection.Reflector.InvokeMethod(System.Object,System.String)">
2061 <summary>Execute a NonPublic method with arguments on a object</summary>
2062 <param name="obj">Object where method is defined.</param>
2063 <param name="methodName">Method to call</param>
2064 <returns>The object the method should return.</returns>
2065 </member>
2066 <member name="M:MbUnit.Framework.Reflection.Reflector.InvokeMethod(System.Object,System.String,System.Object[])">
2067 <summary>Execute a NonPublic method with arguments on a object</summary>
2068 <param name="obj">Object where method is defined.</param>
2069 <param name="methodName">Method to call</param>
2070 <param name="methodParams">Method's parameters.</param>
2071 <returns>The object the method should return.</returns>
2072 </member>
2073 <member name="M:MbUnit.Framework.Reflection.Reflector.InvokeMethod(MbUnit.Framework.Reflection.AccessModifier,System.Object,System.String,System.Object[])">
2074 <summary>Execute a NonPublic method with arguments on a object</summary>
2075 <param name="access">Specify method access modifier.</param>
2076 <param name="obj">Object where method is defined.</param>
2077 <param name="methodName">Method to call</param>
2078 <param name="methodParams">Method's parameters.</param>
2079 <returns>The object the method should return.</returns>
2080 </member>
2081 <member name="M:MbUnit.Framework.Reflection.Reflector.InvokeMethod(MbUnit.Framework.Reflection.AccessModifier,System.Object,System.String,System.Boolean,System.Object[])">
2082 <summary>Execute a NonPublic method with arguments on a object</summary>
2083 <param name="access">Specify method access modifier.</param>
2084 <param name="obj">Object where method is defined.</param>
2085 <param name="methodName">Method to call</param>
2086 <param name="lookInBase">Speicifies if to search for the method in the base classes or not.</param>
2087 <param name="methodParams">Method's parameters.</param>
2088 <returns>The object the method should return.</returns>
2089 </member>
2090 <member name="M:MbUnit.Framework.Reflection.Reflector.InvokeMethod(System.String)">
2091 <summary>Execute a NonPublic method with arguments on a object</summary>
2092 <param name="methodName">Method to call</param>
2093 <returns>The object the method should return.</returns>
2094 </member>
2095 <member name="M:MbUnit.Framework.Reflection.Reflector.InvokeMethod(System.String,System.Object[])">
2096 <summary>Execute a NonPublic method with arguments on a object</summary>
2097 <param name="methodName">Method to call</param>
2098 <param name="methodParams">Method's parameters.</param>
2099 <returns>The object the method should return.</returns>
2100 </member>
2101 <member name="M:MbUnit.Framework.Reflection.Reflector.InvokeMethod(MbUnit.Framework.Reflection.AccessModifier,System.String,System.Object[])">
2102 <summary>Execute a NonPublic method with arguments on a object</summary>
2103 <param name="methodName">Method to call</param>
2104 <param name="access">Specify method access modifier.</param>
2105 <param name="methodParams">Method's parameters.</param>
2106 <returns>The object the method should return.</returns>
2107 </member>
2108 <member name="M:MbUnit.Framework.Reflection.Reflector.SetField(System.Object,System.String,System.Object)">
2109 <summary>Set field value.</summary>
2110 <param name="obj">Object where field is defined.</param>
2111 <param name="fieldName">Field Name.</param>
2112 <param name="fieldValue">Field Value.</param>
2113 </member>
2114 <member name="M:MbUnit.Framework.Reflection.Reflector.SetField(MbUnit.Framework.Reflection.AccessModifier,System.Object,System.String,System.Object)">
2115 <summary>Set field value.</summary>
2116 <param name="access">Specify field access modifier.</param>
2117 <param name="obj">Object where field is defined.</param>
2118 <param name="fieldName">Field Name.</param>
2119 <param name="fieldValue">Field Value.</param>
2120 </member>
2121 <member name="M:MbUnit.Framework.Reflection.Reflector.SetField(MbUnit.Framework.Reflection.AccessModifier,System.Object,System.String,System.Object,System.Boolean)">
2122 <summary>Set field value.</summary>
2123 <param name="access">Specify field access modifier.</param>
2124 <param name="obj">Object where field is defined.</param>
2125 <param name="fieldName">Field Name.</param>
2126 <param name="fieldValue">Field Value.</param>
2127 <param name="lookInBase">Specify if need to look in Base classes.</param>
2128 </member>
2129 <member name="M:MbUnit.Framework.Reflection.Reflector.SetField(System.String,System.Object)">
2130 <summary>Set field value.</summary>
2131 <param name="fieldName">Field Name.</param>
2132 <param name="fieldValue">Field Value.</param>
2133 </member>
2134 <member name="M:MbUnit.Framework.Reflection.Reflector.SetField(MbUnit.Framework.Reflection.AccessModifier,System.String,System.Object)">
2135 <summary>Set field value.</summary>
2136 <param name="fieldName">Field Name.</param>
2137 <param name="fieldValue">Field Value.</param>
2138 <param name="access">Specify field access modifier.</param>
2139 </member>
2140 <member name="M:MbUnit.Framework.Reflection.Reflector.SetProperty(System.Object,System.String,System.Object)">
2141 <summary>Set Property value.</summary>
2142 <param name="obj">Object where property is defined.</param>
2143 <param name="propertyName">Property Name.</param>
2144 <param name="propertyValue">Property Value.</param>
2145 </member>
2146 <member name="M:MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier,System.Object,System.String,System.Object)">
2147 <summary>Set Property value.</summary>
2148 <param name="access">Specify property access modifier.</param>
2149 <param name="obj">Object where property is defined.</param>
2150 <param name="propertyName">Property Name.</param>
2151 <param name="propertyValue">Property Value.</param>
2152 </member>
2153 <member name="M:MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier,System.Object,System.String,System.Object,System.Boolean)">
2154 <summary>Set Property value.</summary>
2155 <param name="access">Specify property access modifier.</param>
2156 <param name="obj">Object where property is defined.</param>
2157 <param name="propertyName">Property Name.</param>
2158 <param name="propertyValue">Property Value.</param>
2159 <param name="lookInBase">Set to true if need look for the property in base classes.</param>
2160 </member>
2161 <member name="M:MbUnit.Framework.Reflection.Reflector.SetProperty(System.String,System.Object)">
2162 <summary>Set Property value.</summary>
2163 <param name="propertyName">Property Name.</param>
2164 <param name="propertyValue">Property Value.</param>
2165 </member>
2166 <member name="M:MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier,System.String,System.Object)">
2167 <summary>Set Property value.</summary>
2168 <param name="access">Specify property access modifier.</param>
2169 <param name="propertyName">Property Name.</param>
2170 <param name="propertyValue">Property Value.</param>
2171 </member>
2172 <member name="T:MbUnit.Framework.Reflection.AccessModifier">
2173 <summary>Access modifier of a class or class member.</summary>
2174 </member>
2175 <member name="F:MbUnit.Framework.Reflection.AccessModifier.Public">
2176 <summary>public</summary>
2177 </member>
2178 <member name="F:MbUnit.Framework.Reflection.AccessModifier.NonPublic">
2179 <summary>protected, internal, private</summary>
2180 </member>
2181 <member name="F:MbUnit.Framework.Reflection.AccessModifier.Static">
2182 <summary>static</summary>
2183 </member>
2184 <member name="F:MbUnit.Framework.Reflection.AccessModifier.Default">
2185 <summary>default that includes public, protected, internal, private, and static</summary>
2186 </member>
2187 <member name="T:MbUnit.Framework.Reflection.MemberType">
2188 <summary>Member types of a class.</summary>
2189 </member>
2190 <member name="F:MbUnit.Framework.Reflection.MemberType.Method">
2191 <summary>Method</summary>
2192 </member>
2193 <member name="F:MbUnit.Framework.Reflection.MemberType.Field">
2194 <summary>Field or variable</summary>
2195 </member>
2196 <member name="F:MbUnit.Framework.Reflection.MemberType.Property">
2197 <summary>Property</summary>
2198 </member>
2199 <member name="T:MbUnit.Framework.Xml.XmlSerializationAssert">
2200 <summary>Assertions based on Xml serialization. This is a <see langword="static class" /> and so cannot be inherited or instantiated.</summary>
2201 </member>
2202 <member name="M:MbUnit.Framework.Xml.XmlSerializationAssert.AreEqualAfterRoundTrip``1(``0)">
2203 <summary>Performs XML serialization then deserialization of the specified object then compares the object to ensure that it equals the original.</summary>
2204 <typeparam name="T">The type of object to serialize</typeparam>
2205 <param name="obj">The object</param>
2206 <returns>The deserialized object after serialization</returns>
2207 <exception cref="T:System.ArgumentNullException">Thrown if <paramref name="obj" /> is null</exception>
2208 </member>
2209 <member name="M:MbUnit.Framework.Xml.XmlSerializationAssert.IsXmlSerializable(System.Type)">
2210 <summary>Asserts that an <see cref="T:System.Xml.Serialization.XmlSerializer" /> can be produced for a <see cref="T:System.Type" />.</summary>
2211 <param name="t">The type to check</param>
2212 </member>
2213 <member name="M:MbUnit.Framework.Xml.XmlSerializationAssert.RoundTrip``1(``0)">
2214 <summary>Performs XML serialization then deserialization of the specified object.</summary>
2215 <typeparam name="T">The type of object to serialize</typeparam>
2216 <param name="obj">The object</param>
2217 <returns>The deserialized object after serialization</returns>
2218 <exception cref="T:System.ArgumentNullException">Thrown if <paramref name="obj" /> is null</exception>
2219 </member>
2220 </members>
2221</doc>