C# Class Cassette.Web.CassetteApplicationContainerFactory_Test

Show file Open project: Zocdoc/cassette

Public Methods

Method Description
CassetteApplicationContainerFactory_Test ( ) : System

Private Methods

Method Description
CompileTimeManifestWithBundleExists ( string rootDirectory ) : void
CreateCassetteApplicationContainerFactory ( System.IO.TempDirectory path ) : CassetteApplicationContainerFactory
GivenCompileTimeManifestAndConfigAllowRemoteDiagnosticsIsTrue_WhenCreateContainer_ThenSettingsAllowRemoteDiagnosticsEqualsFalse ( ) : void
GivenCompileTimeManifestAndConfigAllowRemoteDiagnosticsIsTrue_WhenCreateContainer_ThenSettingsAllowRemoteDiagnosticsEqualsTrue ( ) : void
GivenCompileTimeManifestAndConfigRewriteHtmlIsFalse_WhenCreateContainer_ThenSettingsIsHtmlRewritingEnabledEqualsFalse ( ) : void
GivenCompileTimeManifestAndConfigRewriteHtmlIsTrue_WhenCreateContainer_ThenSettingsIsHtmlRewritingEnabledEqualsTrue ( ) : void
GivenCompileTimeManifest_WhenCreateContainer_ThenAdHocExternalReferenceIsConvertedToExternalBundle ( ) : void
GivenCompileTimeManifest_WhenCreateContainer_ThenBundleIsLoadedFromManifest ( ) : void
GivenCompileTimeManifest_WhenCreateContainer_ThenSettingsIsUsingPrecompiledManifestEqualsTrue ( ) : void
GivenStylesheetWithExternalReference_WhenCreateContainer_ThenExternalBundleAddedToBundleCollection ( ) : void
StubBundle ( ) : Cassette.Scripts.ScriptBundle

Method Details

CassetteApplicationContainerFactory_Test() public method

public CassetteApplicationContainerFactory_Test ( ) : System
return System