C# Class CarbonFitnessTest.Web.Controller.ProfileController.InputTest

Afficher le fichier Open project: yodiz/CarbonFitness

Private Methods

Méthode Description
GetProfileController ( IUserProfileBusinessLogic userProfileBusinessLogicMock, IGenderViewTypeConverter genderViewTypeConverter, IActivityLevelViewTypeConverter activityLevelViewTypeConverter ) : CarbonFitness.App.Web.Controllers.ProfileController
getModel ( ActionResult>.Func methodUnderTest, CarbonFitness profileController ) : ProfileModel
getSetuppedUserContextMock ( ) : Mock
runMethodUnderTest ( IUserProfileBusinessLogic userProfileBusinessLogicMock, ActionResult>.Func methodUnderTest ) : ProfileModel
shouldNotSaveLengthWhenLenghtIsInMeters ( ) : void
shouldNotSaveWeightWhenModelStateIsInvalid ( ) : void
shouldSaveProfile ( ) : void
shouldShowBMIAfterSaveProfile ( ) : void
shouldShowBMIForLoggedinUser ( ) : void
shouldShowBMRForLoggedinUser ( ) : void
shouldShowDailyCalorieNeedForLoggedinUser ( ) : void
shouldShowGendersAfterSaveProfile ( ) : void
shouldShowStoredAgeForLoggedinUser ( ) : void
shouldShowStoredIdealWeightValueForLoggedinUser ( ) : void
shouldShowStoredLengthForLoggedinUser ( ) : void
shouldShowStoredWeightValueForLoggedinUser ( ) : void