C# Class R.Scheduler.IntegrationTests.AssemblyPluginJobTests

Execution of the FakeJobPlugin generates an empty control text file. Presense of the file after each test indicates a successful execution.
ファイルを表示 Open project: R-Suite/R.Scheduler

Public Methods

Method Description
AssemblyPluginJobTests ( ) : System

Private Methods

Method Description
TestExecuteMethodLoadsPluginFromPathAndExecutesIt ( ) : void
TestExecuteMethodReturnsWhenPluginPathIsMissingInJobDataMap ( ) : void
TestJobFailsWhenPluginPathIsInvalid ( ) : void
TestJobFailsWhenPluginThrowsErrorDuringExecution ( ) : void

Method Details

AssemblyPluginJobTests() public method

public AssemblyPluginJobTests ( ) : System
return System