C# Class SmartMonkey.Monkey

Inheritance: IMonkey
显示文件 Open project: viren85/moviemirchi

Public Methods

Method Description
AddTest ( Test test ) : void
AddTests ( IEnumerable tests ) : void
Jump ( ) : void
Monkey ( ) : System

Method Details

AddTest() public method

public AddTest ( Test test ) : void
test Test
return void

AddTests() public method

public AddTests ( IEnumerable tests ) : void
tests IEnumerable
return void

Jump() public method

public Jump ( ) : void
return void

Monkey() public method

public Monkey ( ) : System
return System