PHP Class Phue\Test\BridgeTest

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

Public Methods

Method Description
setUp ( ) Set up
testArePortalServicesEnabled ( ) Test: Are portal services enabled?
testEnableDhcp ( ) Test: Disabling DHCP
testGetApiVersion ( ) Test: Getting API version
testGetGateway ( ) Test: Get gateway
testGetIpAddress ( ) Test: Getting IP Address
testGetLocalTime ( ) Test: Getting local time
testGetMacAddress ( ) Test: Getting MAC address
testGetName ( ) Test: Getting name
testGetNetmask ( ) Test: Getting netmask
testGetPortal ( ) Test: Getting Portal
testGetProxyAddress ( ) Test: Getting proxy address
testGetProxyPort ( ) Test: Getting proxy port
testGetSoftwareUpdate ( ) Test: Getting Software Update
testGetSoftwareVersion ( ) Test: Getting software version
testGetTimezone ( ) Test: Getting timezone
testGetUtcTime ( ) Test: Getting date
testGetZigBeeChannel ( ) Test: Getting ZigBee Channel
testIsDhcpEnabled ( ) Test: Is DHCP enabled?
testIsLinkButtonOn ( ) Test: Is Link Button On?
testIsPortalConnected ( ) Test: Is portal connected?
testSetGateway ( ) Test: Setting gateway
testSetIpAddress ( ) Test: Setting IP Address
testSetLinkButtonOn ( ) Test: Setting link button
testSetName ( ) Test: Setting name
testSetNetmask ( ) Test: Setting netmask
testSetProxyAddress ( ) Test: Setting proxy address
testSetProxyPort ( ) Test: Setting proxy port
testSetTimezone ( ) Test: Setting timezone
testSetZigBeeChannel ( ) Test: Setting ZigBee Channel

Method Details

setUp() public method

Set up
public setUp ( )

testArePortalServicesEnabled() public method

Test: Are portal services enabled?

testEnableDhcp() public method

Test: Disabling DHCP
public testEnableDhcp ( )

testGetApiVersion() public method

Test: Getting API version
public testGetApiVersion ( )

testGetGateway() public method

Test: Get gateway
public testGetGateway ( )

testGetIpAddress() public method

Test: Getting IP Address
public testGetIpAddress ( )

testGetLocalTime() public method

Test: Getting local time
public testGetLocalTime ( )

testGetMacAddress() public method

Test: Getting MAC address
public testGetMacAddress ( )

testGetName() public method

Test: Getting name
public testGetName ( )

testGetNetmask() public method

Test: Getting netmask
public testGetNetmask ( )

testGetPortal() public method

Test: Getting Portal
public testGetPortal ( )

testGetProxyAddress() public method

Test: Getting proxy address
public testGetProxyAddress ( )

testGetProxyPort() public method

Test: Getting proxy port
public testGetProxyPort ( )

testGetSoftwareUpdate() public method

Test: Getting Software Update

testGetSoftwareVersion() public method

Test: Getting software version

testGetTimezone() public method

Test: Getting timezone
public testGetTimezone ( )

testGetUtcTime() public method

Test: Getting date
public testGetUtcTime ( )

testGetZigBeeChannel() public method

Test: Getting ZigBee Channel

testIsDhcpEnabled() public method

Test: Is DHCP enabled?
public testIsDhcpEnabled ( )

testIsLinkButtonOn() public method

Test: Is Link Button On?
public testIsLinkButtonOn ( )

testIsPortalConnected() public method

Test: Is portal connected?

testSetGateway() public method

Test: Setting gateway
public testSetGateway ( )

testSetIpAddress() public method

Test: Setting IP Address
public testSetIpAddress ( )

testSetLinkButtonOn() public method

Test: Setting link button
public testSetLinkButtonOn ( )

testSetName() public method

Test: Setting name
public testSetName ( )

testSetNetmask() public method

Test: Setting netmask
public testSetNetmask ( )

testSetProxyAddress() public method

Test: Setting proxy address
public testSetProxyAddress ( )

testSetProxyPort() public method

Test: Setting proxy port
public testSetProxyPort ( )

testSetTimezone() public method

Test: Setting timezone
public testSetTimezone ( )

testSetZigBeeChannel() public method

Test: Setting ZigBee Channel