C# Class scenarioProgram, CSE110M240T10

Inheritance: MonoBehaviour
Show file Open project: ucsdCSE110wi16/CSE110M240T10 Class Usage Examples

Public Properties

Property Type Description
addIngredientTest bool
e scenarioProgram,
homeButtonFromPantryTest bool
homeButtonFromRecipesTest bool
pantryButtonTest bool
recipesButtonTest bool
removeIngredientTest bool
websitesParsed List

Public Methods

Method Description
runNextWebParsingTests ( ) : void
runTest ( ) : void

Private Methods

Method Description
Start ( ) : void
isClosed ( GameObject gO ) : bool
isOpen ( GameObject gO ) : bool
test ( expectedOutcome function, string success, string error ) : void
testButton ( Button button, expectedOutcome expected ) : bool
writeMessage ( string message ) : void

Method Details

runNextWebParsingTests() public static method

public static runNextWebParsingTests ( ) : void
return void

runTest() public static method

public static runTest ( ) : void
return void

Property Details

addIngredientTest public property

public bool addIngredientTest
return bool

e public static property

public static scenarioProgram, e
return scenarioProgram,

homeButtonFromPantryTest public property

public bool homeButtonFromPantryTest
return bool

homeButtonFromRecipesTest public property

public bool homeButtonFromRecipesTest
return bool

pantryButtonTest public property

public bool pantryButtonTest
return bool

recipesButtonTest public property

public bool recipesButtonTest
return bool

removeIngredientTest public property

public bool removeIngredientTest
return bool

websitesParsed public property

public List websitesParsed
return List