C# Class Microsoft.Azure.WebJobs.Script.Tests.ScriptHostManagerTests

Mostra file Open project: Azure/azure-webjobs-sdk-script

Public Methods

Method Description
ScriptHostManagerTests ( ) : System

Private Methods

Method Description
EmptyHost_StartsSuccessfully ( ) : Task
RunAndBlock_DisposesOfHost_WhenExceptionIsThrown ( ) : void
RunAndBlock_SetsLastError_WhenExceptionIsThrown ( ) : Task
UpdateFileAndRestart ( ) : Task
UpdateOutputName ( string prev, string hint, EndToEndTestFixture fixture ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob

Method Details

ScriptHostManagerTests() public method

public ScriptHostManagerTests ( ) : System
return System