C# Class CallSchedulerTest.SchedulerTest

Mostrar archivo Open project: michaeldrnec/CallScheduler

Public Methods

Method Description
SchedulerTest ( ) : System

Private Methods

Method Description
FalseWhenDoctorDoesnotExceedMaxShiftsForDoctor ( ) : void
FalseWhenDoesNotExceedMaxShiftsPerRotation ( ) : void
FalseWhenMaxShiftsPerRotationIsZero ( ) : void
FalseWhenSingleShiftDoesNotExceedMaxShiftsPerRotation ( ) : void
TrueWhenAlreadyScheduledTwoDaysInARow ( ) : void
TrueWhenDayBeingScheduledWouldExceedMax ( ) : void
TrueWhenDoctorExceededMaxShiftsForDoctor ( ) : void
TrueWhenTwoSaturdaysExceedsMaxShiftsPerRotation ( ) : void

Method Details

SchedulerTest() public method

public SchedulerTest ( ) : System
return System