PHP 클래스 Phue\Test\LightTest

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

공개 메소드들

메소드 설명
setUp ( ) Set up
testGetColormode ( ) Test: Get color mode
testGetColormodeMissing ( ) Test: Get color mode (missing)
testGetId ( ) Test: Getting Id
testGetModel ( ) Test: Get model
testGetModelId ( ) Test: Get model Id
testGetName ( ) Test: Getting name
testGetSetAlert ( ) Test: Get/Set alert
testGetSetBrightness ( ) Test: Get/Set brightness
testGetSetColorTemp ( ) Test: Get/Set Color temp
testGetSetEffect ( ) Test: Get/Set effect
testGetSetHue ( ) Test: Get/Set hue
testGetSetRGB ( ) Test: Get/Set RGB
testGetSetSaturation ( ) Test: Get/Set saturation
testGetSetXY ( ) Test: Get/Set XY
testGetSoftwareVersion ( ) Test: Get software version
testGetType ( ) Test: Get type
testGetUniqueId ( ) Test: Get unique id
testIsReachable ( ) Test: Is reachable
testIsSetOn ( ) Test: Is/Set on
testSetName ( ) Test: Setting name
testToString ( ) Test: toString

보호된 메소드들

메소드 설명
stubMockClientSendSetLightStateCommand ( ) Stub mock client's send command

메소드 상세

setUp() 공개 메소드

Set up
public setUp ( )

stubMockClientSendSetLightStateCommand() 보호된 메소드

Stub mock client's send command

testGetColormode() 공개 메소드

Test: Get color mode
public testGetColormode ( )

testGetColormodeMissing() 공개 메소드

Test: Get color mode (missing)

testGetId() 공개 메소드

Test: Getting Id
public testGetId ( )

testGetModel() 공개 메소드

Test: Get model
public testGetModel ( )

testGetModelId() 공개 메소드

Test: Get model Id
public testGetModelId ( )

testGetName() 공개 메소드

Test: Getting name
public testGetName ( )

testGetSetAlert() 공개 메소드

Test: Get/Set alert
public testGetSetAlert ( )

testGetSetBrightness() 공개 메소드

Test: Get/Set brightness

testGetSetColorTemp() 공개 메소드

Test: Get/Set Color temp
public testGetSetColorTemp ( )

testGetSetEffect() 공개 메소드

Test: Get/Set effect
public testGetSetEffect ( )

testGetSetHue() 공개 메소드

Test: Get/Set hue
public testGetSetHue ( )

testGetSetRGB() 공개 메소드

Test: Get/Set RGB
public testGetSetRGB ( )

testGetSetSaturation() 공개 메소드

Test: Get/Set saturation

testGetSetXY() 공개 메소드

Test: Get/Set XY
public testGetSetXY ( )

testGetSoftwareVersion() 공개 메소드

Test: Get software version

testGetType() 공개 메소드

Test: Get type
public testGetType ( )

testGetUniqueId() 공개 메소드

Test: Get unique id
public testGetUniqueId ( )

testIsReachable() 공개 메소드

Test: Is reachable
public testIsReachable ( )

testIsSetOn() 공개 메소드

Test: Is/Set on
public testIsSetOn ( )

testSetName() 공개 메소드

Test: Setting name
public testSetName ( )

testToString() 공개 메소드

Test: toString
public testToString ( )