C# Class IInteractive.WebTest.UnitTests.TestConfigurationSections

显示文件 Open project: iinteractive/IInteractive.WebTest Class Usage Examples

Public Methods

Method Description
AssertNotNull ( Configuration config ) : BrowserCollection
GetNoBrowsersConfig ( ) : string
GetNoConfigSections ( ) : string
GetNoLinkCheckerAttrConfig ( ) : string
GetNoSeedsConfig ( ) : string
GetNormalConfig ( ) : string

Private Methods

Method Description
RetrieveConfig ( string contents ) : Configuration
TemplateMethod ( string contents, bool expectedConfErrorException ) : void
TestBrowserDefaultConfig ( ) : void
TestLinkCheckerConfigSection ( ) : void
TestNoBrowsersConfig ( ) : void
TestNoConfigSections ( ) : void
TestNoLinkCheckerAttrConfig ( ) : void
TestNoSeedsConfig ( ) : void
TestNormalConfig ( ) : void
TestValidationAssumption ( Configuration config ) : void
Write ( string val ) : string
WriteLine ( string val ) : string

Method Details

AssertNotNull() public method

public AssertNotNull ( Configuration config ) : BrowserCollection
config System.Configuration.Configuration
return IInteractive.WebConsole.BrowserCollection

GetNoBrowsersConfig() public static method

public static GetNoBrowsersConfig ( ) : string
return string

GetNoConfigSections() public static method

public static GetNoConfigSections ( ) : string
return string

GetNoLinkCheckerAttrConfig() public static method

public static GetNoLinkCheckerAttrConfig ( ) : string
return string

GetNoSeedsConfig() public static method

public static GetNoSeedsConfig ( ) : string
return string

GetNormalConfig() public static method

public static GetNormalConfig ( ) : string
return string