C# Class ISIS.Schedule.CourseTypeSteps

Afficher le fichier Open project: jasondentler/ISIS

Méthodes publiques

Méthode Description
ParseCourseTypes ( string courseTypeString ) : IEnumerable

Private Methods

Méthode Description
AssertCurrentCourseTypeIs ( IEnumerable courseTypes ) : void
GetCurrentCourseType ( ) : IEnumerable
GivenIHaveAddedTheCourseType ( string courseTypeString ) : void
ThenTheCourseTypeIs ( string courseTypes ) : void
ThenTheCourseTypeIsAdded ( string courseTypeString ) : void
ThenTheCourseTypeIsRemoved ( string courseTypeString ) : void
ThenTheCurrentCourseTypeIs ( string courseTypeString ) : void
ThenTheCurrentCourseTypesAre ( string courseTypeString1, string courseTypeString2 ) : void
WhenIAddTheCourseType ( string courseTypeString ) : void
WhenIRemoveTheCourseType ( string courseTypeString ) : void

Method Details

ParseCourseTypes() public static méthode

public static ParseCourseTypes ( string courseTypeString ) : IEnumerable
courseTypeString string
Résultat IEnumerable