\JCategoryNodeTest
Test class for JCategoryNode.
Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2013-12-14 at 12:59:03.
Synopsis
class JCategoryNodeTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JCategoryNode $object;
- // methods
- protected void setUp()
- protected void tearDown()
- public void testSetParent()
- public void testAddChild()
- public void testRemoveChild()
- public void testGetChildren()
- public void testGetParent()
- public void testHasChildren()
- public void testHasParent()
- public void testSetSibling()
- public void testGetSibling()
- public void testGetParams()
- public void testGetMetadata()
- public void testGetPath()
- public void testGetAuthor()
- public void testSetAllLoaded()
- public void testGetNumItems()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
46+ | Implement testSetParent(). |
58+ | Implement testAddChild(). |
70+ | Implement testRemoveChild(). |
82+ | Implement testGetChildren(). |
94+ | Implement testGetParent(). |
106+ | Implement testHasChildren(). |
118+ | Implement testHasParent(). |
130+ | Implement testSetSibling(). |
142+ | Implement testGetSibling(). |
154+ | Implement testGetParams(). |
166+ | Implement testGetMetadata(). |
178+ | Implement testGetPath(). |
190+ | Implement testGetAuthor(). |
202+ | Implement testSetAllLoaded(). |
214+ | Implement testGetNumItems(). |
Members
protected
- $object — JCategoryNode
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
- tearDown() — Tears down the fixture, for example, closes a network connection.