C# Class BlueCollar.Test.RepositoryTests

Inheritance: IDisposable
Show file Open project: ChadBurggraf/blue-collar

Public Methods

Method Description
Dispose ( ) : void

Disposes of resources used by this instance.

Protected Methods

Method Description
BeginTransaction ( ) : void

Begin transaction tests.

ClearWorkingSignalPair ( ) : void

Clear working signal pair tests.

CreateHistory ( ) : void

Create history tests.

CreateQueued ( ) : void

Create queued tests.

CreateQueuedAndHistoryForSchedule ( ) : void

Create queued and history for schedule tests.

CreateSchedule ( ) : void

Create schedule tests.

CreateScheduledJob ( ) : void

Create scheduled job tests.

CreateWorker ( ) : void

Create worker tests.

CreateWorking ( ) : void

Create working tests.

Dates ( ) : void

Date tests.

DeleteAll ( ) : void

Delete all tests.

DeleteHistory ( ) : void

Delete history tests.

DeleteQueued ( ) : void

Delete queued tests.

DeleteSchedule ( ) : void

Delete schedule tests.

DeleteScheduledJob ( ) : void

Delete scheduled job tests.

DeleteWorker ( ) : void

Delete worker tests.

DeleteWorking ( ) : void

Delete working tests.

Dispose ( bool disposing ) : void

Disposes of resources used by this instance.

GetCounts ( ) : void

Get counts tests.

GetHistoryList ( ) : void

Get history tests.

GetQueued ( ) : void

Get queue tests.

GetQueuedDetails ( ) : void

Get queued details tests.

GetQueuedList ( ) : void

Get queued list tests.

GetSchedule ( ) : void

Get schedule tests.

GetScheduleDateExistsForSchedule ( ) : void

Get schedule date exists for schedule tests.

GetScheduleEnqueueingLockForced ( ) : void

Get schedule enqueueing lock forced tests.

GetScheduleList ( ) : void

Get schedule list tests.

GetScheduledJobList ( ) : void

Get scheduled job list tests.

GetSchedules ( ) : void

Get schedules tests.

GetStatistics ( ) : void

Get statistics tests.

GetWorker ( ) : void

Get worker tests.

GetWorkerList ( ) : void

Get worker list tests.

GetWorkers ( ) : void

Get workers tests.

GetWorking ( ) : void

Get working tests.

GetWorkingDetails ( ) : void

Get working details tests.

GetWorkingForWorker ( ) : void

Get working for worker tests.

GetWorkingList ( ) : void

Get working list tests.

GetWorkingSignals ( ) : void

Get working signals tests.

UpdateSchedule ( ) : void

Update schedule tests.

UpdateScheduledJob ( ) : void

Update scheduled job tests.

UpdateScheduledJobOrder ( ) : void

Update scheduled job order tests.

UpdateWorker ( ) : void

Update worker tests.

UpdateWorkerStatus ( ) : void

Update worker status tests.

UpdateWorking ( ) : void

Update working tests.

Private Methods

Method Description
GetHistoryDetails ( ) : void
GetScheduleEnqueueingLock ( ) : void
ReleaseScheduleEnqueueingLock ( ) : void
TestCleanup ( ) : void
TestInitialize ( ) : void

Method Details

BeginTransaction() protected method

Begin transaction tests.
protected BeginTransaction ( ) : void
return void

ClearWorkingSignalPair() protected method

Clear working signal pair tests.
protected ClearWorkingSignalPair ( ) : void
return void

CreateHistory() protected method

Create history tests.
protected CreateHistory ( ) : void
return void

CreateQueued() protected method

Create queued tests.
protected CreateQueued ( ) : void
return void

CreateQueuedAndHistoryForSchedule() protected method

Create queued and history for schedule tests.
protected CreateQueuedAndHistoryForSchedule ( ) : void
return void

CreateSchedule() protected method

Create schedule tests.
protected CreateSchedule ( ) : void
return void

CreateScheduledJob() protected method

Create scheduled job tests.
protected CreateScheduledJob ( ) : void
return void

CreateWorker() protected method

Create worker tests.
protected CreateWorker ( ) : void
return void

CreateWorking() protected method

Create working tests.
protected CreateWorking ( ) : void
return void

Dates() protected method

Date tests.
protected Dates ( ) : void
return void

DeleteAll() protected method

Delete all tests.
protected DeleteAll ( ) : void
return void

DeleteHistory() protected method

Delete history tests.
protected DeleteHistory ( ) : void
return void

DeleteQueued() protected method

Delete queued tests.
protected DeleteQueued ( ) : void
return void

DeleteSchedule() protected method

Delete schedule tests.
protected DeleteSchedule ( ) : void
return void

DeleteScheduledJob() protected method

Delete scheduled job tests.
protected DeleteScheduledJob ( ) : void
return void

DeleteWorker() protected method

Delete worker tests.
protected DeleteWorker ( ) : void
return void

DeleteWorking() protected method

Delete working tests.
protected DeleteWorking ( ) : void
return void

Dispose() public method

Disposes of resources used by this instance.
public Dispose ( ) : void
return void

Dispose() protected abstract method

Disposes of resources used by this instance.
protected abstract Dispose ( bool disposing ) : void
disposing bool A value indicating whether to dispose of managed resources.
return void

GetCounts() protected method

Get counts tests.
protected GetCounts ( ) : void
return void

GetHistoryList() protected method

Get history tests.
protected GetHistoryList ( ) : void
return void

GetQueued() protected method

Get queue tests.
protected GetQueued ( ) : void
return void

GetQueuedDetails() protected method

Get queued details tests.
protected GetQueuedDetails ( ) : void
return void

GetQueuedList() protected method

Get queued list tests.
protected GetQueuedList ( ) : void
return void

GetSchedule() protected method

Get schedule tests.
protected GetSchedule ( ) : void
return void

GetScheduleDateExistsForSchedule() protected method

Get schedule date exists for schedule tests.
protected GetScheduleDateExistsForSchedule ( ) : void
return void

GetScheduleEnqueueingLockForced() protected method

Get schedule enqueueing lock forced tests.
protected GetScheduleEnqueueingLockForced ( ) : void
return void

GetScheduleList() protected method

Get schedule list tests.
protected GetScheduleList ( ) : void
return void

GetScheduledJobList() protected method

Get scheduled job list tests.
protected GetScheduledJobList ( ) : void
return void

GetSchedules() protected method

Get schedules tests.
protected GetSchedules ( ) : void
return void

GetStatistics() protected method

Get statistics tests.
protected GetStatistics ( ) : void
return void

GetWorker() protected method

Get worker tests.
protected GetWorker ( ) : void
return void

GetWorkerList() protected method

Get worker list tests.
protected GetWorkerList ( ) : void
return void

GetWorkers() protected method

Get workers tests.
protected GetWorkers ( ) : void
return void

GetWorking() protected method

Get working tests.
protected GetWorking ( ) : void
return void

GetWorkingDetails() protected method

Get working details tests.
protected GetWorkingDetails ( ) : void
return void

GetWorkingForWorker() protected method

Get working for worker tests.
protected GetWorkingForWorker ( ) : void
return void

GetWorkingList() protected method

Get working list tests.
protected GetWorkingList ( ) : void
return void

GetWorkingSignals() protected method

Get working signals tests.
protected GetWorkingSignals ( ) : void
return void

UpdateSchedule() protected method

Update schedule tests.
protected UpdateSchedule ( ) : void
return void

UpdateScheduledJob() protected method

Update scheduled job tests.
protected UpdateScheduledJob ( ) : void
return void

UpdateScheduledJobOrder() protected method

Update scheduled job order tests.
protected UpdateScheduledJobOrder ( ) : void
return void

UpdateWorker() protected method

Update worker tests.
protected UpdateWorker ( ) : void
return void

UpdateWorkerStatus() protected method

Update worker status tests.
protected UpdateWorkerStatus ( ) : void
return void

UpdateWorking() protected method

Update working tests.
protected UpdateWorking ( ) : void
return void