PHP Class Phue\Test\ScheduleTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sqmk/phue

Public Methods

Method Description
setUp ( ) Set up
testDelete ( ) Test: Delete
testGetCommand ( ) Test: Getting command
testGetDescription ( ) Test: Getting description
testGetId ( ) Test: Getting/Setting Id
testGetName ( ) Test: Getting name
testGetStatus ( ) Test: Getting status
testGetTime ( ) Test: Getting time
testIsAutoDeleted ( ) Test: Is autodeleted
testIsEnabled ( ) Test: Is enabled
testSetAutoDelete ( ) Test: Setting autodelete
testSetCommand ( ) Test: Settings command
testSetDescription ( ) Test: Setting description
testSetName ( ) Test: Setting name
testSetStatus ( ) Test: Setting status
testSetTime ( ) Test: Setting time
testToString ( ) Test: toString

Method Details

setUp() public method

Set up
public setUp ( )

testDelete() public method

Test: Delete
public testDelete ( )

testGetCommand() public method

Test: Getting command
public testGetCommand ( )

testGetDescription() public method

Test: Getting description
public testGetDescription ( )

testGetId() public method

Test: Getting/Setting Id
public testGetId ( )

testGetName() public method

Test: Getting name
public testGetName ( )

testGetStatus() public method

Test: Getting status
public testGetStatus ( )

testGetTime() public method

Test: Getting time
public testGetTime ( )

testIsAutoDeleted() public method

Test: Is autodeleted
public testIsAutoDeleted ( )

testIsEnabled() public method

Test: Is enabled
public testIsEnabled ( )

testSetAutoDelete() public method

Test: Setting autodelete
public testSetAutoDelete ( )

testSetCommand() public method

Test: Settings command
public testSetCommand ( )

testSetDescription() public method

Test: Setting description
public testSetDescription ( )

testSetName() public method

Test: Setting name
public testSetName ( )

testSetStatus() public method

Test: Setting status
public testSetStatus ( )

testSetTime() public method

Test: Setting time
public testSetTime ( )

testToString() public method

Test: toString
public testToString ( )