C# Class RazorRockstars.Console.RazorRockstars_EmbeddedFilesTests

Show file Open project: ServiceStack/ServiceStack

Public Properties

Property Type Description
AcceptContentType string
Host string

Public Methods

Method Description
Assert200 ( string url ) : void
Assert200UrlContentType ( string url, string contentType ) : void

Private Methods

Method Description
Can_get_default_markdown_pages ( ) : void
Can_get_default_razor_pages ( ) : void
Can_get_last_view_template_compiled ( ) : void
Can_get_markdown_content_pages ( ) : void
Can_get_page_with_alt_view_and_default_template ( ) : void
Can_get_page_with_alt_viewengine_view_and_alt_razor_template ( ) : void
Can_get_page_with_alt_viewengine_view_and_default_template ( ) : void
Can_get_page_with_default_view_and_alt_template ( ) : void
Can_get_page_with_default_view_and_template ( ) : void
Can_get_razor_content_pages ( ) : void
Can_get_razor_content_pages_with_partials ( ) : void
Redirects_when_trying_to_get_markdown_page_with_extension ( ) : void
Redirects_when_trying_to_get_razor_page_with_extension ( ) : void
RunFor10Mins ( ) : void
TestFixtureSetUp ( ) : void
TestFixtureTearDown ( ) : void

Method Details

Assert200() public method

public Assert200 ( string url ) : void
url string
return void

Assert200UrlContentType() public method

public Assert200UrlContentType ( string url, string contentType ) : void
url string
contentType string
return void

Property Details

AcceptContentType public static property

public static string AcceptContentType
return string

Host public static property

public static string Host
return string