C# Class scenarioProgram, CSE110M240T10

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public bool addIngredientTest
return bool

e public_oe static_oe property

public static scenarioProgram, e
return scenarioProgram,

homeButtonFromPantryTest public_oe property

public bool homeButtonFromPantryTest
return bool

homeButtonFromRecipesTest public_oe property

public bool homeButtonFromRecipesTest
return bool

pantryButtonTest public_oe property

public bool pantryButtonTest
return bool

recipesButtonTest public_oe property

public bool recipesButtonTest
return bool

removeIngredientTest public_oe property

public bool removeIngredientTest
return bool

websitesParsed public_oe property

public List websitesParsed
return List