C# 클래스 Hangfire.Mongo.Tests.MongoMonitoringApiFacts

파일 보기 프로젝트 열기: Trov/Hangfire.Mongo

공개 메소드들

메소드 설명
MongoMonitoringApiFacts ( ) : System
SampleMethod ( string arg ) : void

비공개 메소드들

메소드 설명
CreateJobInState ( HangfireDbContext database, int jobId, string stateName ) : JobDto
EnqueuedJobs_ReturnsEmpty_WhenOneJobExistsThatIsFetched ( ) : void
EnqueuedJobs_ReturnsEmpty_WhenThereIsNoJobs ( ) : void
EnqueuedJobs_ReturnsSingleJob_WhenOneJobExistsThatIsNotFetched ( ) : void
EnqueuedJobs_ReturnsUnfetchedJobsOnly_WhenMultipleJobsExistsInFetchedAndUnfetchedStates ( ) : void
FetchedJobs_ReturnsEmpty_WhenOneJobExistsThatIsNotFetched ( ) : void
FetchedJobs_ReturnsEmpty_WhenThereIsNoJobs ( ) : void
FetchedJobs_ReturnsFetchedJobsOnly_WhenMultipleJobsExistsInFetchedAndUnfetchedStates ( ) : void
FetchedJobs_ReturnsSingleJob_WhenOneJobExistsThatIsFetched ( ) : void
GetStatistics_ReturnsExpectedCounts_WhenJobsExist ( ) : void
GetStatistics_ReturnsZero_WhenNoJobsExist ( ) : void
JobDetails_ReturnsNull_WhenThereIsNoSuchJob ( ) : void
JobDetails_ReturnsResult_WhenJobExists ( ) : void
UseMonitoringApi ( MongoMonitoringApi>.Action action ) : void

메소드 상세

MongoMonitoringApiFacts() 공개 메소드

public MongoMonitoringApiFacts ( ) : System
리턴 System

SampleMethod() 공개 정적인 메소드

public static SampleMethod ( string arg ) : void
arg string
리턴 void