\JObjectTest
Test class for JObject.
Generated by PHPUnit on 2009-09-24 at 17:15:16.
Synopsis
class JObjectTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JObject $object;
- // methods
- protected void setUp()
- public void test__construct()
- public void testDef()
- public void testGet()
- public void testGetProperties()
- public void testGetError()
- public void testGetErrors()
- public void testSet()
- public void testSetProperties()
- public void testSetError()
Hierarchy
Extends
Members
protected
- $object — JObject
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- testDef() — Tests setting the default for a property of the object.
- testGet() — Tests getting a property of the object.
- testGetError() — Tests getting a single error.
- testGetErrors() — Tests getting the array of errors.
- testGetProperties() — Tests getting the properties of the object.
- testSet() — Tests setting a property.
- testSetError() — Tests setting an error.
- testSetProperties() — Tests setting multiple properties.
- test__construct() — Tests the object constructor.