Class ClassTester
Tests classes for output or return values
- Alo\Test\AbstractTester
-
Alo\Test\ClassTester
Namespace: Alo\Test
Package: TestingSuite
Deprecated: Since v1.1
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/test/classtester.php
Package: TestingSuite
Deprecated: Since v1.1
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/test/classtester.php
Methods summary
public
|
|
public
mixed|
|
#
obj( null|string|
If no parameter is passed returns the currently set object, otherwise sets it |
protected
array
|
Methods inherited from Alo\Test\AbstractTester
__toString()
,
addGenericTest()
,
addOutputTest()
,
addReturnTest()
,
getQueue()
,
getResults()
,
runTest()
,
runTests()
,
toPlaintextString()
Magic methods summary
Constants summary
Constants inherited from Alo\Test\AbstractTester
O_NOT_CALLABLE
,
P_ARGS
,
P_DEFINITION
,
P_NAME
,
P_OUTCOME
,
P_PASSED
,
P_TEST_END
,
P_TEST_RUNTIME
,
P_TEST_START
,
P_TYPE
,
T_OUTPUT
,
T_RETURN
Properties summary
protected
mixed
|
$obj |
#
The object in testing |