C# Class Cassette.IntegrationTests.CassetteApplicationTests

Inheritance: IDisposable
Show file Open project: Zocdoc/cassette

Public Methods

Method Description
CassetteApplicationTests ( ) : System

Private Methods

Method Description
CanGetScriptBundleA ( ) : void
CanGetScriptBundleB ( ) : void
CanGetStylesheetBundleA ( ) : void
CanGetStylesheetBundleB ( ) : void
CreateApplication ( Action configure, string sourceDirectory = "assets", bool isDebuggingEnabled = false ) : CassetteApplication
GivenDebugMode_ThenCanGetAsset ( ) : void
GivenDebugMode_ThenGetCoffeeScriptAssetReturnsItCompiledInToJavaScript ( ) : void
GivenReferenceToBundlesWithSharedPath_WhenRenderEachType_ThenHtmlIsReturnedForEach ( ) : void
HtmlTemplatesCanBeRenderedInlineInPage ( ) : void
IDisposable ( ) : void
RemoveExistingCache ( ) : void
WhenRenderingExternalScriptBundleWithFallback_ThenHtmlIsExternalScriptAndConditionalScriptBlock ( ) : void

Method Details

CassetteApplicationTests() public method

public CassetteApplicationTests ( ) : System
return System