C# Class ISIS.Schedule.CourseTypeSteps

显示文件 Open project: jasondentler/ISIS

Public Methods

Method Description
ParseCourseTypes ( string courseTypeString ) : IEnumerable

Private Methods

Method 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 method

public static ParseCourseTypes ( string courseTypeString ) : IEnumerable
courseTypeString string
return IEnumerable