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

Public Member Functions

void IntegerDivisionWithResultPassedToTest (int n, int d, int q)
 
int IntegerDivisionWithResultCheckedByNUnit (int n, int d)
 
double CanConvertIntToDouble (double x, double y)
 
decimal CanConvertStringToDecimal (decimal x, decimal y)
 
decimal CanConvertDoubleToDecimal (decimal x, decimal y)
 
decimal CanConvertIntToDecimal (decimal x, decimal y)
 
short CanConvertSmallIntsToShort (short x, short y)
 
byte CanConvertSmallIntsToByte (byte x, byte y)
 
sbyte CanConvertSmallIntsToSByte (sbyte x, sbyte y)
 
void TestCaseRunnableState (string methodName, RunState expectedState)
 
void CanConvertStringToDateTime (DateTime dt)
 
void CanConvertStringToTimeSpan (TimeSpan ts)
 
void CanPassNullAsFirstArgument (object a)
 
void CanPassObjectArrayAsFirstArgument (object[] a)
 
void CanPassArrayAsArgument (object[] array)
 
void ArgumentsAreCoalescedInObjectArray (object[] array)
 
void ArgumentsOfDifferentTypeAreCoalescedInObjectArray (object[] array)
 
object ResultCanBeNull ()
 
void HandlesParamsArrayAsSoleArgument (params string[] array)
 
void HandlesParamsArrayWithOneItemAsSoleArgument (params string[] array)
 
void HandlesParamsArrayAsLastArgument (string s1, string s2, params object[] array)
 
void HandlesParamsArrayWithNoItemsAsLastArgument (string s1, string s2, params object[] array)
 
void HandlesParamsArrayWithOneItemAsLastArgument (string s1, string s2, params object[] array)
 
void CanSpecifyDescription ()
 
void CanSpecifyTestName_FixedText ()
 
void CanSpecifyTestName_WithMethodName ()
 
void CanSpecifyCategory ()
 
void CanSpecifyMultipleCategories ()
 
void CanIgnoreIndividualTestCases ()
 
void CanMarkIndividualTestCasesExplicit ()
 
void CanIncludePlatform ()
 
void CanExcludePlatform ()
 
void NullableIntegerDivisionWithResultPassedToTest (int?n, int?d, int?q)
 
int NullableIntegerDivisionWithResultCheckedByNUnit (int?n, int?d)
 
double CanConvertIntToNullableDouble (double?x, double?y)
 
void CanConvertIntToNullableShort (short?x)
 
void CanConvertIntToNullableByte (byte?x)
 
void CanConvertIntToNullableSByte (sbyte?x)
 
decimal CanConvertStringToNullableDecimal (decimal?x, decimal?y)
 
void SupportsNullableDecimal (decimal?x)
 
decimal CanConvertDoubleToNullableDecimal (decimal?x, decimal?y)
 
decimal CanConvertIntToNullableDecimal (decimal?x, decimal?y)
 
short CanConvertSmallIntsToNullableShort (short?x, short?y)
 
byte CanConvertSmallIntsToNullableByte (byte?x, byte?y)
 
sbyte CanConvertSmallIntsToNullableSByte (sbyte?x, sbyte?y)
 
void CanConvertStringToNullableDateTime (DateTime?dt)
 
void SupportsNullableDateTime (DateTime?dt)
 
void CanConvertStringToNullableTimeSpan (TimeSpan?ts)
 
void SupportsNullableTimeSpan (TimeSpan?dt)
 
void NullableSimpleFormalParametersWithArgument (int?a)
 
void NullableSimpleFormalParametersWithNullArgument (int?a)
 
int TestCaseWithNullableReturnValue (int?a)
 

Member Function Documentation

void NUnit.Framework.Attributes.TestCaseAttributeTests.IntegerDivisionWithResultPassedToTest ( int  n,
int  d,
int  q 
)
inline
int NUnit.Framework.Attributes.TestCaseAttributeTests.IntegerDivisionWithResultCheckedByNUnit ( int  n,
int  d 
)
inline
double NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertIntToDouble ( double  x,
double  y 
)
inline
decimal NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertStringToDecimal ( decimal  x,
decimal  y 
)
inline
decimal NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertDoubleToDecimal ( decimal  x,
decimal  y 
)
inline
decimal NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertIntToDecimal ( decimal  x,
decimal  y 
)
inline
short NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertSmallIntsToShort ( short  x,
short  y 
)
inline
byte NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertSmallIntsToByte ( byte  x,
byte  y 
)
inline
sbyte NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertSmallIntsToSByte ( sbyte  x,
sbyte  y 
)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.TestCaseRunnableState ( string  methodName,
RunState  expectedState 
)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertStringToDateTime ( DateTime  dt)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertStringToTimeSpan ( TimeSpan  ts)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.CanPassNullAsFirstArgument ( object  a)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.CanPassObjectArrayAsFirstArgument ( object[]  a)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.CanPassArrayAsArgument ( object[]  array)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.ArgumentsAreCoalescedInObjectArray ( object[]  array)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.ArgumentsOfDifferentTypeAreCoalescedInObjectArray ( object[]  array)
inline
object NUnit.Framework.Attributes.TestCaseAttributeTests.ResultCanBeNull ( )
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.HandlesParamsArrayAsSoleArgument ( params string[]  array)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.HandlesParamsArrayWithOneItemAsSoleArgument ( params string[]  array)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.HandlesParamsArrayAsLastArgument ( string  s1,
string  s2,
params object[]  array 
)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.HandlesParamsArrayWithNoItemsAsLastArgument ( string  s1,
string  s2,
params object[]  array 
)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.HandlesParamsArrayWithOneItemAsLastArgument ( string  s1,
string  s2,
params object[]  array 
)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.CanSpecifyMultipleCategories ( )
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.NullableIntegerDivisionWithResultPassedToTest ( int?  n,
int?  d,
int?  q 
)
inline
int NUnit.Framework.Attributes.TestCaseAttributeTests.NullableIntegerDivisionWithResultCheckedByNUnit ( int?  n,
int?  d 
)
inline
double NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertIntToNullableDouble ( double?  x,
double?  y 
)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertIntToNullableShort ( short?  x)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertIntToNullableByte ( byte?  x)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertIntToNullableSByte ( sbyte?  x)
inline
decimal NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertStringToNullableDecimal ( decimal?  x,
decimal?  y 
)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.SupportsNullableDecimal ( decimal?  x)
inline
decimal NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertDoubleToNullableDecimal ( decimal?  x,
decimal?  y 
)
inline
decimal NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertIntToNullableDecimal ( decimal?  x,
decimal?  y 
)
inline
short NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertSmallIntsToNullableShort ( short?  x,
short?  y 
)
inline
byte NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertSmallIntsToNullableByte ( byte?  x,
byte?  y 
)
inline
sbyte NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertSmallIntsToNullableSByte ( sbyte?  x,
sbyte?  y 
)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertStringToNullableDateTime ( DateTime?  dt)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.SupportsNullableDateTime ( DateTime?  dt)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.CanConvertStringToNullableTimeSpan ( TimeSpan?  ts)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.SupportsNullableTimeSpan ( TimeSpan?  dt)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.NullableSimpleFormalParametersWithArgument ( int?  a)
inline
void NUnit.Framework.Attributes.TestCaseAttributeTests.NullableSimpleFormalParametersWithNullArgument ( int?  a)
inline
int NUnit.Framework.Attributes.TestCaseAttributeTests.TestCaseWithNullableReturnValue ( int?  a)
inline

The documentation for this class was generated from the following file: