PHP Class Phue\Test\ConditionTest

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

Public Methods

Method Description
setUp ( ) Set up
testChanged ( ) Test: Changed
testEquals ( ) Test: Equals
testExport ( ) Test: Export
testGetSetAttribute ( ) Test: Get/set attribute
testGetSetOperator ( ) Test: Get/set operator
testGetSetSensorId ( ) Test: Get/set sensor id
testGetSetValue ( ) Test: Get/set value
testGreaterThan ( ) Test: Greater than
testLessThan ( ) Test: Less than

Method Details

setUp() public method

Set up
public setUp ( )

testChanged() public method

Test: Changed
public testChanged ( )

testEquals() public method

Test: Equals
public testEquals ( )

testExport() public method

Test: Export
public testExport ( )

testGetSetAttribute() public method

Test: Get/set attribute
public testGetSetAttribute ( )

testGetSetOperator() public method

Test: Get/set operator
public testGetSetOperator ( )

testGetSetSensorId() public method

Test: Get/set sensor id
public testGetSetSensorId ( )

testGetSetValue() public method

Test: Get/set value
public testGetSetValue ( )

testGreaterThan() public method

Test: Greater than
public testGreaterThan ( )

testLessThan() public method

Test: Less than
public testLessThan ( )