PHP Class NsplTest\OpTest\OpTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: ihor/Nspl

Public Methods

Method Description
testAnd ( )
testArray ( )
testBand ( )
testBnot ( )
testBool ( )
testBor ( )
testBxor ( )
testConcat ( )
testDec ( )
testDiv ( )
testEq ( )
testFloat ( )
testGe ( )
testGt ( )
testIdnt ( )
testInc ( )
testInt ( )
testItemGetter ( )
testLe ( )
testLshift ( )
testLt ( )
testMethodCaller ( )
testMod ( )
testMul ( )
testNe ( )
testNeg ( )
testNidnt ( )
testNot ( )
testObject ( )
testOr ( )
testPropertyGetter ( )
testRshift ( )
testStr ( )
testSub ( )
testSum ( )
testXor ( )

Method Details

testAnd() public method

public testAnd ( )

testArray() public method

public testArray ( )

testBand() public method

public testBand ( )

testBnot() public method

public testBnot ( )

testBool() public method

public testBool ( )

testBor() public method

public testBor ( )

testBxor() public method

public testBxor ( )

testConcat() public method

public testConcat ( )

testDec() public method

public testDec ( )

testDiv() public method

public testDiv ( )

testEq() public method

public testEq ( )

testFloat() public method

public testFloat ( )

testGe() public method

public testGe ( )

testGt() public method

public testGt ( )

testIdnt() public method

public testIdnt ( )

testInc() public method

public testInc ( )

testInt() public method

public testInt ( )

testItemGetter() public method

public testItemGetter ( )

testLe() public method

public testLe ( )

testLshift() public method

public testLshift ( )

testLt() public method

public testLt ( )

testMethodCaller() public method

public testMethodCaller ( )

testMod() public method

public testMod ( )

testMul() public method

public testMul ( )

testNe() public method

public testNe ( )

testNeg() public method

public testNeg ( )

testNidnt() public method

public testNidnt ( )

testNot() public method

public testNot ( )

testObject() public method

public testObject ( )

testOr() public method

public testOr ( )

testPropertyGetter() public method

public testPropertyGetter ( )

testRshift() public method

public testRshift ( )

testStr() public method

public testStr ( )

testSub() public method

public testSub ( )

testSum() public method

public testSum ( )

testXor() public method

public testXor ( )