PHP 클래스 Phue\Test\ScheduleTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: sqmk/phue

공개 메소드들

메소드 설명
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

메소드 상세

setUp() 공개 메소드

Set up
public setUp ( )

testDelete() 공개 메소드

Test: Delete
public testDelete ( )

testGetCommand() 공개 메소드

Test: Getting command
public testGetCommand ( )

testGetDescription() 공개 메소드

Test: Getting description
public testGetDescription ( )

testGetId() 공개 메소드

Test: Getting/Setting Id
public testGetId ( )

testGetName() 공개 메소드

Test: Getting name
public testGetName ( )

testGetStatus() 공개 메소드

Test: Getting status
public testGetStatus ( )

testGetTime() 공개 메소드

Test: Getting time
public testGetTime ( )

testIsAutoDeleted() 공개 메소드

Test: Is autodeleted
public testIsAutoDeleted ( )

testIsEnabled() 공개 메소드

Test: Is enabled
public testIsEnabled ( )

testSetAutoDelete() 공개 메소드

Test: Setting autodelete
public testSetAutoDelete ( )

testSetCommand() 공개 메소드

Test: Settings command
public testSetCommand ( )

testSetDescription() 공개 메소드

Test: Setting description
public testSetDescription ( )

testSetName() 공개 메소드

Test: Setting name
public testSetName ( )

testSetStatus() 공개 메소드

Test: Setting status
public testSetStatus ( )

testSetTime() 공개 메소드

Test: Setting time
public testSetTime ( )

testToString() 공개 메소드

Test: toString
public testToString ( )