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
NUnitLite.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 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 FileNameWithoutResultOptionLooksLikeParameter ()
 
void ResultOptionWithFilePath ()
 
void ResultOptionWithFilePathAndFormat ()
 
void ResultOptionWithFilePathAndTransform ()
 
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 PropertyInfo GetPropertyInfo (string propertyName)
 

Member Function Documentation

void NUnitLite.Tests.CommandLineTests.NoInputFiles ( )
inline
void NUnitLite.Tests.CommandLineTests.CanRecognizeBooleanOptions ( string  propertyName,
string  pattern 
)
inline
void NUnitLite.Tests.CommandLineTests.CanRecognizeStringOptions ( string  propertyName,
string  pattern,
string[]  goodValues,
string[]  badValues 
)
inline
void NUnitLite.Tests.CommandLineTests.CanRecognizeLowerCaseOptionValues ( string  propertyName,
string  optionName,
string[]  canonicalValues 
)
inline
void NUnitLite.Tests.CommandLineTests.CanRecognizeIntOptions ( string  propertyName,
string  pattern 
)
inline
void NUnitLite.Tests.CommandLineTests.MissingValuesAreReported ( string  option)
inline
void NUnitLite.Tests.CommandLineTests.AssemblyName ( )
inline
void NUnitLite.Tests.CommandLineTests.AssemblyAloneIsValid ( )
inline
void NUnitLite.Tests.CommandLineTests.InvalidOption ( )
inline
void NUnitLite.Tests.CommandLineTests.InvalidCommandLineParms ( )
inline
void NUnitLite.Tests.CommandLineTests.TimeoutIsMinusOneIfNoOptionIsProvided ( )
inline
void NUnitLite.Tests.CommandLineTests.TimeoutThrowsExceptionIfOptionHasNoValue ( )
inline
void NUnitLite.Tests.CommandLineTests.TimeoutParsesIntValueCorrectly ( )
inline
void NUnitLite.Tests.CommandLineTests.TimeoutCausesErrorIfValueIsNotInteger ( )
inline
void NUnitLite.Tests.CommandLineTests.FileNameWithoutResultOptionLooksLikeParameter ( )
inline
void NUnitLite.Tests.CommandLineTests.ResultOptionWithoutFileNameIsInvalid ( )
inline
void NUnitLite.Tests.CommandLineTests.ResultOptionMayBeRepeated ( )
inline
void NUnitLite.Tests.CommandLineTests.DefaultResultSpecification ( )
inline
void NUnitLite.Tests.CommandLineTests.NoResultSuppressesDefaultResultSpecification ( )
inline
void NUnitLite.Tests.CommandLineTests.NoResultSuppressesAllResultSpecifications ( )
inline
void NUnitLite.Tests.CommandLineTests.ExploreOptionWithoutPath ( )
inline
void NUnitLite.Tests.CommandLineTests.ExploreOptionWithFilePathUsingEqualSign ( )
inline
void NUnitLite.Tests.CommandLineTests.ShouldSetTeamCityFlagAccordingToArgsAndDefauls ( bool  hasTeamcityInCmd,
bool?  defaultTeamcity,
bool  expectedTeamCity 
)
inline
static PropertyInfo NUnitLite.Tests.CommandLineTests.GetPropertyInfo ( string  propertyName)
inlinestaticprivate

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