\JEditorTest
Test class for JEditor.
Synopsis
class JEditorTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JEditor $object;
- // methods
- protected void setUp()
- public void testGetInstance()
- public void testGetState()
- public void testAttach()
- public void testDetach()
- public void testInitialise()
- public void testDisplay()
- public void testSave()
- public void testGetContent()
- public void testSetContent()
- public void testGetButtons()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
76+ | Implement testAttach(). |
85+ | Implement testDetach(). |
94+ | Implement testInitialise(). |
103+ | Implement testDisplay(). |
112+ | Implement testSave(). |
121+ | Implement testGetContent(). |
130+ | Implement testSetContent(). |
139+ | Implement testGetButtons(). |
Members
protected
- $object
—
JEditor
Object under test
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- testAttach()
- testDetach()
- testDisplay()
- testGetButtons()
- testGetContent()
- testGetInstance() — Tests the getInstance method
- testGetState() — Tests the getState method
- testInitialise()
- testSave()
- testSetContent()