C# Class CourseAssignment.MVC.Tests.Controllers.CourseControllerTest

Show file Open project: kikoanis/CSharpCream

Public Methods

Method Description
CourseControllerTest ( ) : System.Collections.Generic

Private Methods

Method Description
CourseController_Should_Contain_Index_Method_Which_Takes_No_Argument ( ) : void
CourseController_Should_Edit_Known_Courses ( ) : void
CourseController_Should_not_Edit_Unknown_Courses ( ) : void
CourseController_Should_return_Courses ( ) : void
CourseController_should_Edit_And_Save ( ) : void
CourseController_should_return_all_Prof_and_selected_index ( ) : void

Method Details

CourseControllerTest() public method

public CourseControllerTest ( ) : System.Collections.Generic
return System.Collections.Generic