void NUnit.Framework.Attributes.ValueSourceTests.ValueSourceCanBeStaticProperty |
( |
[ValueSource("StaticProperty")] string |
source | ) |
|
|
inline |
void NUnit.Framework.Attributes.ValueSourceTests.ValueSourceMayNotBeInstanceProperty |
( |
| ) |
|
|
inline |
void NUnit.Framework.Attributes.ValueSourceTests.MethodWithValueSourceInstanceProperty |
( |
[ValueSource("InstanceProperty")] string |
source | ) |
|
|
inline |
void NUnit.Framework.Attributes.ValueSourceTests.ValueSourceCanBeStaticMethod |
( |
[ValueSource("StaticMethod")] string |
source | ) |
|
|
inline |
static IEnumerable NUnit.Framework.Attributes.ValueSourceTests.StaticMethod |
( |
| ) |
|
|
inlinestaticprivate |
void NUnit.Framework.Attributes.ValueSourceTests.ValueSourceMayNotBeInstanceMethod |
( |
| ) |
|
|
inline |
void NUnit.Framework.Attributes.ValueSourceTests.MethodWithValueSourceInstanceMethod |
( |
[ValueSource("InstanceMethod")] string |
source | ) |
|
|
inline |
IEnumerable NUnit.Framework.Attributes.ValueSourceTests.InstanceMethod |
( |
| ) |
|
|
inlineprivate |
void NUnit.Framework.Attributes.ValueSourceTests.ValueSourceCanBeStaticField |
( |
[ValueSource("StaticField")] string |
source | ) |
|
|
inline |
void NUnit.Framework.Attributes.ValueSourceTests.ValueSourceMayNotBeInstanceField |
( |
| ) |
|
|
inline |
void NUnit.Framework.Attributes.ValueSourceTests.MethodWithValueSourceInstanceField |
( |
[ValueSource("InstanceField")] string |
source | ) |
|
|
inline |
void NUnit.Framework.Attributes.ValueSourceTests.MultipleArguments |
( |
[ValueSource("Numerators")] int |
n, |
|
|
[ValueSource("Denominators")] int |
d, |
|
|
[ValueSource("Quotients")] int |
q |
|
) |
| |
|
inline |
void NUnit.Framework.Attributes.ValueSourceTests.ValueSourceMayBeInAnotherClass |
( |
[ValueSource(typeof(DivideDataProvider), "Numerators")] int |
n, |
|
|
[ValueSource(typeof(DivideDataProvider), "Denominators")] int |
d, |
|
|
[ValueSource(typeof(DivideDataProvider), "Quotients")] int |
q |
|
) |
| |
|
inline |
void NUnit.Framework.Attributes.ValueSourceTests.ValueSourceMayBeGeneric |
( |
[ValueSourceAttribute(typeof(ValueProvider), "IntegerProvider")] int |
val | ) |
|
|
inline |
IEnumerable NUnit.Framework.Attributes.ValueSourceTests.StaticProperty |
|
staticgetprivate |
IEnumerable NUnit.Framework.Attributes.ValueSourceTests.InstanceProperty |
|
getprivate |
The documentation for this class was generated from the following file: