C# Class CarbonFitnessTest.Integration.ProfileTest

Inheritance: IntegrationBaseTest
Datei anzeigen Open project: yodiz/CarbonFitness

Private Properties

Property Type Description
GetBmi decimal
GetRadioButtonFromName RadioButton
reloadPage void
shouldNotSaveWhenStateIsInvalid void
shouldSaveIdealWeightSetting void
shouldSaveLength void
shouldSaveWeight void
shouldShowActivityOnPageAfterSave void
shouldShowAgeFieldOnPage void
shouldShowBMIFieldOnPage void
shouldShowBMIOnPageAfterSave void
shouldShowBMRFieldOnPage void
shouldShowBMROnPageAfterSave void
shouldShowDailyCalorieNeedFieldOnPage void
shouldShowDailyCalorieNeedOnPageAfterSave void
shouldShowErrorMessageWhenLengthIsUnderTwentyCentimeters void
shouldShowGenderRadioButtonsOnPage void
shouldShowGenderWomanOnPageAfterSave void
shouldShowIdealWeightSetting void
shouldShowLenghtInputOnPage void
shouldShowNiceErrorMessageWhenSavingInvalidIdealWeightNumber void
shouldShowWeightInputOnPage void
shouldStoredAgeAfterSave void

Public Methods

Method Description
TestFixtureSetUp ( ) : void

Private Methods

Method Description
GetBmi ( ) : decimal
GetRadioButtonFromName ( string genderName ) : RadioButton
reloadPage ( ) : void
shouldNotSaveWhenStateIsInvalid ( ) : void
shouldSaveIdealWeightSetting ( ) : void
shouldSaveLength ( ) : void
shouldSaveWeight ( ) : void
shouldShowActivityOnPageAfterSave ( ) : void
shouldShowAgeFieldOnPage ( ) : void
shouldShowBMIFieldOnPage ( ) : void
shouldShowBMIOnPageAfterSave ( ) : void
shouldShowBMRFieldOnPage ( ) : void
shouldShowBMROnPageAfterSave ( ) : void
shouldShowDailyCalorieNeedFieldOnPage ( ) : void
shouldShowDailyCalorieNeedOnPageAfterSave ( ) : void
shouldShowErrorMessageWhenLengthIsUnderTwentyCentimeters ( ) : void
shouldShowGenderRadioButtonsOnPage ( ) : void
shouldShowGenderWomanOnPageAfterSave ( ) : void
shouldShowIdealWeightSetting ( ) : void
shouldShowLenghtInputOnPage ( ) : void
shouldShowNiceErrorMessageWhenSavingInvalidIdealWeightNumber ( ) : void
shouldShowWeightInputOnPage ( ) : void
shouldStoredAgeAfterSave ( ) : void

Method Details

TestFixtureSetUp() public method

public TestFixtureSetUp ( ) : void
return void