C# Class CarbonFitnessTest.Integration.Results.ResultsTestBase

Inheritance: IntegrationBaseTest
Mostrar archivo Open project: yodiz/CarbonFitness

Protected Properties

Property Type Description
Now System.DateTime
UserId int

Protected Methods

Method Description
addOneUserIngredient ( string date, int weightMeasure ) : void

Private Methods

Method Description
TestFixtureSetUp ( ) : void
clearUserIngredients ( ) : void

Method Details

addOneUserIngredient() protected method

protected addOneUserIngredient ( string date, int weightMeasure ) : void
date string
weightMeasure int
return void

Property Details

Now protected_oe property

protected DateTime,System Now
return System.DateTime

UserId protected_oe property

protected int UserId
return int