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 Class Reference

Classes

class  DivideDataProvider
 
class  ValueProvider
 

Public Member Functions

void ValueSourceCanBeStaticProperty ([ValueSource("StaticProperty")] string source)
 
void ValueSourceMayNotBeInstanceProperty ()
 
void MethodWithValueSourceInstanceProperty ([ValueSource("InstanceProperty")] string source)
 
void ValueSourceCanBeStaticMethod ([ValueSource("StaticMethod")] string source)
 
void ValueSourceMayNotBeInstanceMethod ()
 
void MethodWithValueSourceInstanceMethod ([ValueSource("InstanceMethod")] string source)
 
void ValueSourceCanBeStaticField ([ValueSource("StaticField")] string source)
 
void ValueSourceMayNotBeInstanceField ()
 
void MethodWithValueSourceInstanceField ([ValueSource("InstanceField")] string source)
 
void MultipleArguments ([ValueSource("Numerators")] int n, [ValueSource("Denominators")] int d, [ValueSource("Quotients")] int q)
 
void ValueSourceMayBeInAnotherClass ([ValueSource(typeof(DivideDataProvider),"Numerators")] int n, [ValueSource(typeof(DivideDataProvider),"Denominators")] int d, [ValueSource(typeof(DivideDataProvider),"Quotients")] int q)
 
void ValueSourceMayBeGeneric ([ValueSourceAttribute(typeof(ValueProvider),"IntegerProvider")] int val)
 

Properties

static IEnumerable StaticProperty [get]
 
IEnumerable InstanceProperty [get]
 

Private Member Functions

IEnumerable InstanceMethod ()
 

Static Private Member Functions

static IEnumerable StaticMethod ()
 

Member Function Documentation

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

Property Documentation

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: