Class NarutoDOTest

Description

This class defines all the unit tests for the NarutoDO class.

Located in /tests/narutoDOTest.php (line 20)

PHPUnit_Framework_TestCase
   |
   --NarutoDOTest
Direct descendents
Class Description
NarutoForumTest This class defines all the unit tests for the NarutoForum class.
NarutoTopicTest This class defines all the unit tests for the NarutoTopics class.
NarutoUserTest This class defines all the unit tests for the NarutoTopics class.
Method Summary
Methods
setUp (line 23)
  • access: public
void setUp ()

Redefined in descendants as:
testClearAttributes (line 106)

Here we test set/get attributes methods

  • access: public
void testClearAttributes ()
testGetAttributeDefault (line 68)

Here we test get attribute methods when not found

  • access: public
void testGetAttributeDefault ()
testInitialValues (line 31)

Here we test if constructor populates the data properly.

  • access: public
void testInitialValues ()
testSetAttribute (line 77)

Here we test set/get attribute methods

  • access: public
void testSetAttribute ()
testSetAttributeNull (line 86)

Here we test set/get attribute null

  • access: public
void testSetAttributeNull ()
testSetAttributes (line 96)

Here we test set/get attributes methods

  • access: public
void testSetAttributes ()
testSetId (line 41)

Here we test set/get Id methods

  • access: public
void testSetId ()
testSetName (line 50)

Here we test set/get Name methods

  • access: public
void testSetName ()
testSetUrl (line 59)

Here we test set/get url methods

  • access: public
void testSetUrl ()

Documentation generated on Sun, 26 Oct 2008 16:41:12 -0400 by phpDocumentor 1.4.2