C# Class Apprenda.Log4NetConnectorPolicy.Tests.AbstractBootstrapPolicyTestFixture

Inheritance: TestFixture
Show file Open project: apprenda/Log4Net-Onboarder

Protected Methods

Method Description
GetLastModified ( string root ) : System.DateTime
TestRequest ( string path, ComponentType ctype ) : BootstrappingRequest
TestRequest ( string path, ComponentType ctype, IEnumerable props ) : BootstrappingRequest
UseAssemblyArchiveStream ( string resourceName ) : void

Method Details

GetLastModified() protected method

protected GetLastModified ( string root ) : System.DateTime
root string
return System.DateTime

TestRequest() protected static method

protected static TestRequest ( string path, ComponentType ctype ) : BootstrappingRequest
path string
ctype ComponentType
return BootstrappingRequest

TestRequest() protected static method

protected static TestRequest ( string path, ComponentType ctype, IEnumerable props ) : BootstrappingRequest
path string
ctype ComponentType
props IEnumerable
return BootstrappingRequest

UseAssemblyArchiveStream() protected method

protected UseAssemblyArchiveStream ( string resourceName ) : void
resourceName string
return void