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.ConsoleRunner.Tests.CommandLineTests Class Reference

Classes

class  DefaultOptionsProviderStub
 

Public Member Functions

void NoInputFiles ()
 
void CanRecognizeBooleanOptions (string propertyName, string pattern)
 
void CanRecognizeStringOptions (string propertyName, string pattern, string[] goodValues, string[] badValues)
 
void CanRegognizeInProcessOption ()
 
void CanRecognizeLowerCaseOptionValues (string propertyName, string optionName, string[] canonicalValues)
 
void CanRecognizeIntOptions (string propertyName, string pattern)
 
void MissingValuesAreReported (string option)
 
void AssemblyName ()
 
void AssemblyAloneIsValid ()
 
void InvalidOption ()
 
void InvalidCommandLineParms ()
 
void TimeoutIsMinusOneIfNoOptionIsProvided ()
 
void TimeoutThrowsExceptionIfOptionHasNoValue ()
 
void TimeoutParsesIntValueCorrectly ()
 
void TimeoutCausesErrorIfValueIsNotInteger ()
 
void ResultOptionWithFilePath ()
 
void ResultOptionWithFilePathAndFormat ()
 
void ResultOptionWithFilePathAndTransform ()
 
void FileNameWithoutResultOptionLooksLikeParameter ()
 
void ResultOptionWithoutFileNameIsInvalid ()
 
void ResultOptionMayBeRepeated ()
 
void DefaultResultSpecification ()
 
void NoResultSuppressesDefaultResultSpecification ()
 
void NoResultSuppressesAllResultSpecifications ()
 
void ExploreOptionWithoutPath ()
 
void ExploreOptionWithFilePath ()
 
void ExploreOptionWithFilePathAndFormat ()
 
void ExploreOptionWithFilePathAndTransform ()
 
void ExploreOptionWithFilePathUsingEqualSign ()
 
void ShouldSetTeamCityFlagAccordingToArgsAndDefauls (bool hasTeamcityInCmd, bool?defaultTeamcity, bool expectedTeamCity)
 

Static Private Member Functions

static FieldInfo GetFieldInfo (string fieldName)
 
static PropertyInfo GetPropertyInfo (string propertyName)
 

Member Function Documentation

void NUnit.ConsoleRunner.Tests.CommandLineTests.CanRecognizeBooleanOptions ( string  propertyName,
string  pattern 
)
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.CanRecognizeStringOptions ( string  propertyName,
string  pattern,
string[]  goodValues,
string[]  badValues 
)
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.CanRegognizeInProcessOption ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.CanRecognizeLowerCaseOptionValues ( string  propertyName,
string  optionName,
string[]  canonicalValues 
)
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.CanRecognizeIntOptions ( string  propertyName,
string  pattern 
)
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.MissingValuesAreReported ( string  option)
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.AssemblyAloneIsValid ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.InvalidCommandLineParms ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.TimeoutIsMinusOneIfNoOptionIsProvided ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.TimeoutThrowsExceptionIfOptionHasNoValue ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.TimeoutParsesIntValueCorrectly ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.TimeoutCausesErrorIfValueIsNotInteger ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.FileNameWithoutResultOptionLooksLikeParameter ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.ResultOptionWithoutFileNameIsInvalid ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.DefaultResultSpecification ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.NoResultSuppressesDefaultResultSpecification ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.NoResultSuppressesAllResultSpecifications ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.ExploreOptionWithoutPath ( )
inline
void NUnit.ConsoleRunner.Tests.CommandLineTests.ShouldSetTeamCityFlagAccordingToArgsAndDefauls ( bool  hasTeamcityInCmd,
bool?  defaultTeamcity,
bool  expectedTeamCity 
)
inline
static FieldInfo NUnit.ConsoleRunner.Tests.CommandLineTests.GetFieldInfo ( string  fieldName)
inlinestaticprivate
static PropertyInfo NUnit.ConsoleRunner.Tests.CommandLineTests.GetPropertyInfo ( string  propertyName)
inlinestaticprivate

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