IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Attributes.ValueSourceTests Member List

This is the complete list of members for NUnit.Framework.Attributes.ValueSourceTests, including all inherited members.

InstanceMethod()NUnit.Framework.Attributes.ValueSourceTestsinlineprivate
InstancePropertyNUnit.Framework.Attributes.ValueSourceTestsprivate
MethodWithValueSourceInstanceField([ValueSource("InstanceField")] string source)NUnit.Framework.Attributes.ValueSourceTestsinline
MethodWithValueSourceInstanceMethod([ValueSource("InstanceMethod")] string source)NUnit.Framework.Attributes.ValueSourceTestsinline
MethodWithValueSourceInstanceProperty([ValueSource("InstanceProperty")] string source)NUnit.Framework.Attributes.ValueSourceTestsinline
MultipleArguments([ValueSource("Numerators")] int n, [ValueSource("Denominators")] int d, [ValueSource("Quotients")] int q)NUnit.Framework.Attributes.ValueSourceTestsinline
StaticMethod()NUnit.Framework.Attributes.ValueSourceTestsinlineprivatestatic
StaticPropertyNUnit.Framework.Attributes.ValueSourceTestsprivatestatic
ValueSourceCanBeStaticField([ValueSource("StaticField")] string source)NUnit.Framework.Attributes.ValueSourceTestsinline
ValueSourceCanBeStaticMethod([ValueSource("StaticMethod")] string source)NUnit.Framework.Attributes.ValueSourceTestsinline
ValueSourceCanBeStaticProperty([ValueSource("StaticProperty")] string source)NUnit.Framework.Attributes.ValueSourceTestsinline
ValueSourceMayBeGeneric([ValueSourceAttribute(typeof(ValueProvider),"IntegerProvider")] int val)NUnit.Framework.Attributes.ValueSourceTestsinline
ValueSourceMayBeInAnotherClass([ValueSource(typeof(DivideDataProvider),"Numerators")] int n, [ValueSource(typeof(DivideDataProvider),"Denominators")] int d, [ValueSource(typeof(DivideDataProvider),"Quotients")] int q)NUnit.Framework.Attributes.ValueSourceTestsinline
ValueSourceMayNotBeInstanceField()NUnit.Framework.Attributes.ValueSourceTestsinline
ValueSourceMayNotBeInstanceMethod()NUnit.Framework.Attributes.ValueSourceTestsinline
ValueSourceMayNotBeInstanceProperty()NUnit.Framework.Attributes.ValueSourceTestsinline