C# Class ServiceStack.WebHost.Endpoints.Tests.VirtualPathProviderTests

Exibir arquivo Open project: ServiceStack/ServiceStack

Protected Properties

Property Type Description
appHost ServiceStackHost

Public Methods

Method Description
AssertContents ( IVirtualDirectory dir, string expectedFilePaths, string expectedDirPaths ) : void
GetPathProvider ( ) : IVirtualPathProvider

Private Methods

Method Description
Can_create_file ( ) : void
Can_create_file_from_root ( ) : void
Can_view_files_in_Directory ( ) : void
Does_append_to_file ( ) : void
Does_append_to_file_bytes ( ) : void
Does_override_existing_file ( ) : void
Does_refresh_LastModified ( ) : void
Does_resolve_nested_files_and_folders ( ) : void
TestFixtureSetUp ( ) : void
TestFixtureTearDown ( ) : void

Method Details

AssertContents() public method

public AssertContents ( IVirtualDirectory dir, string expectedFilePaths, string expectedDirPaths ) : void
dir IVirtualDirectory
expectedFilePaths string
expectedDirPaths string
return void

GetPathProvider() public abstract method

public abstract GetPathProvider ( ) : IVirtualPathProvider
return IVirtualPathProvider

Property Details

appHost protected_oe property

protected ServiceStackHost appHost
return ServiceStackHost