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

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

공개 메소드들

메소드 설명
ExpirationManagerFacts ( ) : Hangfire.Mongo.Database

비공개 메소드들

메소드 설명
CreateExpirationEntry ( HangfireDbContext connection, System.DateTime expireAt ) : ObjectId
CreateManager ( ) : ExpirationManager
Ctor_ThrowsAnException_WhenStorageIsNull ( ) : void
Execute_DoesNotRemoveEntries_WithFreshExpirationTime ( ) : void
Execute_DoesNotRemoveEntries_WithNoExpirationTimeSet ( ) : void
Execute_Processes_AggregatedCounterTable ( ) : void
Execute_Processes_CounterTable ( ) : void
Execute_Processes_HashTable ( ) : void
Execute_Processes_JobTable ( ) : void
Execute_Processes_ListTable ( ) : void
Execute_Processes_SetTable ( ) : void
Execute_RemovesOutdatedRecords ( ) : void
IsEntryExpired ( HangfireDbContext connection, ObjectId entryId ) : bool

메소드 상세

ExpirationManagerFacts() 공개 메소드

public ExpirationManagerFacts ( ) : Hangfire.Mongo.Database
리턴 Hangfire.Mongo.Database