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.ApplyToTestTests Class Reference
+ Collaboration diagram for NUnit.Framework.Attributes.ApplyToTestTests:

Public Member Functions

void SetUp ()
 
void CategoryAttributeSetsCategory ()
 
void CategoryAttributeSetsCategoryOnNonRunnableTest ()
 
void CategoryAttributeSetsMultipleCategories ()
 
void DescriptionAttributeSetsDescription ()
 
void DescriptionAttributeSetsDescriptionOnNonRunnableTest ()
 
void IgnoreAttributeIgnoresTest ()
 
void IgnoreAttributeSetsIgnoreReason ()
 
void IgnoreAttributeDoesNotAffectNonRunnableTest ()
 
void IgnoreAttributeIgnoresTestUntilDateSpecified ()
 
void IgnoreAttributeIgnoresTestUntilDateTimeSpecified ()
 
void IgnoreAttributeMarksTestAsRunnableAfterUntilDatePasses ()
 
void IgnoreAttributeUntilSetsTheReason (string date)
 
void IgnoreAttributeWithInvalidDateThrowsException ()
 
void IgnoreAttributeWithUntilAddsIgnoreUntilDateProperty ()
 
void IgnoreAttributeWithUntilAddsIgnoreUntilDatePropertyPastUntilDate ()
 
void IgnoreAttributeWithExplicitIgnoresTest ()
 
void ExplicitAttributeMakesTestExplicit ()
 
void ExplicitAttributeSetsIgnoreReason ()
 
void ExplicitAttributeDoesNotAffectNonRunnableTest ()
 
void ExplicitAttributeWithIgnoreIgnoresTest ()
 
void CombinatorialAttributeSetsJoinType ()
 
void CombinatorialAttributeSetsJoinTypeOnNonRunnableTest ()
 
void CultureAttributeIncludingCurrentCultureRunsTest ()
 
void CultureAttributeDoesNotAffectNonRunnableTest ()
 
void CultureAttributeExcludingCurrentCultureSkipsTest ()
 
void CultureAttributeIncludingOtherCultureSkipsTest ()
 
void CultureAttributeExcludingOtherCultureRunsTest ()
 
void CultureAttributeWithMultipleCulturesIncluded ()
 
void MaxTimeAttributeSetsMaxTime ()
 
void MaxTimeAttributeSetsMaxTimeOnNonRunnableTest ()
 
void PairwiseAttributeSetsJoinType ()
 
void PairwiseAttributeSetsJoinTypeOnNonRunnableTest ()
 
void PlatformAttributeRunsTest ()
 
void PlatformAttributeSkipsTest ()
 
void PlatformAttributeDoesNotAffectNonRunnableTest ()
 
void RepeatAttributeSetsRepeatCount ()
 
void RepeatAttributeSetsRepeatCountOnNonRunnableTest ()
 
void RequiresMTAAttributeSetsApartmentState ()
 
void RequiresMTAAttributeSetsApartmentStateOnNonRunnableTest ()
 
void RequiresSTAAttributeSetsApartmentState ()
 
void RequiresSTAAttributeSetsApartmentStateOnNonRunnableTest ()
 
void RequiresThreadAttributeSetsRequiresThread ()
 
void RequiresThreadAttributeSetsRequiresThreadOnNonRunnableTest ()
 
void RequiresThreadAttributeMaySetApartmentState ()
 
void SequentialAttributeSetsJoinType ()
 
void SequentialAttributeSetsJoinTypeOnNonRunnableTest ()
 
void SetCultureAttributeSetsSetCultureProperty ()
 
void SetCultureAttributeSetsSetCulturePropertyOnNonRunnableTest ()
 
void SetUICultureAttributeSetsSetUICultureProperty ()
 
void SetUICultureAttributeSetsSetUICulturePropertyOnNonRunnableTest ()
 

Private Member Functions

string GetMyPlatform ()
 

Private Attributes

Test test
 

Member Function Documentation

void NUnit.Framework.Attributes.ApplyToTestTests.SetUp ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeIgnoresTest ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeIgnoresTestUntilDateSpecified ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeIgnoresTestUntilDateTimeSpecified ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeMarksTestAsRunnableAfterUntilDatePasses ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeUntilSetsTheReason ( string  date)
inline
void NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeWithInvalidDateThrowsException ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeWithUntilAddsIgnoreUntilDateProperty ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeWithUntilAddsIgnoreUntilDatePropertyPastUntilDate ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeWithExplicitIgnoresTest ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.ExplicitAttributeMakesTestExplicit ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.ExplicitAttributeWithIgnoreIgnoresTest ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.CultureAttributeIncludingCurrentCultureRunsTest ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.CultureAttributeDoesNotAffectNonRunnableTest ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.CultureAttributeExcludingOtherCultureRunsTest ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.CultureAttributeWithMultipleCulturesIncluded ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.PlatformAttributeRunsTest ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.PlatformAttributeSkipsTest ( )
inline
void NUnit.Framework.Attributes.ApplyToTestTests.PlatformAttributeDoesNotAffectNonRunnableTest ( )
inline
string NUnit.Framework.Attributes.ApplyToTestTests.GetMyPlatform ( )
inlineprivate

Member Data Documentation

Test NUnit.Framework.Attributes.ApplyToTestTests.test
private

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