SimpleObjectCollection is used in testing to ensure that only methods of the ICollection interface are accessible.
More...
|
readonly List< object > | contents = new List<object>() |
|
SimpleObjectCollection is used in testing to ensure that only methods of the ICollection interface are accessible.
NUnit.TestUtilities.Collections.SimpleObjectList.SimpleObjectList |
( |
IEnumerable< object > |
source | ) |
|
|
inline |
NUnit.TestUtilities.Collections.SimpleObjectList.SimpleObjectList |
( |
params object[] |
source | ) |
|
|
inline |
void NUnit.TestUtilities.Collections.SimpleObjectList.CopyTo |
( |
Array |
array, |
|
|
int |
index |
|
) |
| |
|
inline |
IEnumerator NUnit.TestUtilities.Collections.SimpleObjectList.GetEnumerator |
( |
| ) |
|
|
inline |
int NUnit.TestUtilities.Collections.SimpleObjectList.Add |
( |
object |
value | ) |
|
|
inline |
void NUnit.TestUtilities.Collections.SimpleObjectList.Clear |
( |
| ) |
|
|
inline |
bool NUnit.TestUtilities.Collections.SimpleObjectList.Contains |
( |
object |
value | ) |
|
|
inline |
int NUnit.TestUtilities.Collections.SimpleObjectList.IndexOf |
( |
object |
value | ) |
|
|
inline |
void NUnit.TestUtilities.Collections.SimpleObjectList.Insert |
( |
int |
index, |
|
|
object |
value |
|
) |
| |
|
inline |
void NUnit.TestUtilities.Collections.SimpleObjectList.Remove |
( |
object |
value | ) |
|
|
inline |
void NUnit.TestUtilities.Collections.SimpleObjectList.RemoveAt |
( |
int |
index | ) |
|
|
inline |
readonly List<object> NUnit.TestUtilities.Collections.SimpleObjectList.contents = new List<object>() |
|
private |
int NUnit.TestUtilities.Collections.SimpleObjectList.Count |
|
get |
bool NUnit.TestUtilities.Collections.SimpleObjectList.IsSynchronized |
|
get |
object NUnit.TestUtilities.Collections.SimpleObjectList.SyncRoot |
|
get |
bool NUnit.TestUtilities.Collections.SimpleObjectList.IsFixedSize |
|
get |
bool NUnit.TestUtilities.Collections.SimpleObjectList.IsReadOnly |
|
get |
object NUnit.TestUtilities.Collections.SimpleObjectList.this[int index] |
|
getset |
The documentation for this class was generated from the following file:
- unittests/NUnit_3_0_1_src/src/NUnitFramework/tests/TestUtilities/Collections/SimpleObjectList.cs