[naruto-tests] element index

Package indexes

All elements
a c m n p r s t
a
top
AllTests
AllTests in AllTests.php
This class exectutes all the automated tests.
AllTests.php
AllTests.php in AllTests.php
c
top
compareForumAndArray
compareForumLists
compareSimpleMaps
compareTopicAndArray
compareTopicLists
compareUserAndArray
m
top
MockNarutoTest
MockNarutoTest in mockNarutoTest.php
This class defines all the unit tests for the MockNaruto class.
mockNarutoTest.php
mockNarutoTest.php in mockNarutoTest.php
n
top
NarutoCategoryTest
NarutoCategoryTest in narutoCategoryTest.php
This class defines all the unit tests for the NarutoForum class.
NarutoCredentialsTest
NarutoCredentialsTest in narutoCredentialsTest.php
This class defines all the unit tests for the NarutoCredentials class.
NarutoDOTest
NarutoDOTest in narutoDOTest.php
This class defines all the unit tests for the NarutoDO class.
NarutoExceptionTest
NarutoExceptionTest in narutoExceptionTest.php
This class defines all the unit tests for the NarutoException class.
NarutoForumTest
NarutoForumTest in narutoForumTest.php
This class defines all the unit tests for the NarutoForum class.
NarutoOptionsTest
NarutoOptionsTest in narutoOptionsTest.php
This class defines all the unit tests for the NarutoOptions class.
NarutoTopicTest
NarutoTopicTest in narutoTopicTest.php
This class defines all the unit tests for the NarutoTopics class.
NarutoUserTest
NarutoUserTest in narutoUserTest.php
This class defines all the unit tests for the NarutoTopics class.
netQuery
RestNarutoBinder::netQuery() in restNarutoBinder.php
netQuery - makes a HTTP request.
narutoCategoryTest.php
narutoCategoryTest.php in narutoCategoryTest.php
narutoCredentialsTest.php
narutoCredentialsTest.php in narutoCredentialsTest.php
narutoDOTest.php
narutoDOTest.php in narutoDOTest.php
narutoExceptionTest.php
narutoExceptionTest.php in narutoExceptionTest.php
narutoForumTest.php
narutoForumTest.php in narutoForumTest.php
narutoOptionsTest.php
narutoOptionsTest.php in narutoOptionsTest.php
narutoTopicTest.php
narutoTopicTest.php in narutoTopicTest.php
narutoUserTest.php
narutoUserTest.php in narutoUserTest.php
p
top
phpbb3NarutoTest
phpbb3NarutoTest in phpbb3NarutoTest.php
This class defines all the unit tests for the Phpbb3Naruto class.
phpbb3NarutoTest.php
phpbb3NarutoTest.php in phpbb3NarutoTest.php
r
top
RestNarutoBinder
RestNarutoBinder::RestNarutoBinder() in restNarutoBinder.php
Constructor
RestNarutoBinder
RestNarutoBinder in restNarutoBinder.php
This class defines virtual link between client and server implmentations.
restNarutoNetTest
restNarutoNetTest in restNarutoNetTest.php
This class is just like the restNarutoTest except it functions over a network.
RestNarutoTest
RestNarutoTest in restNarutoTest.php
This class defined the test for the RestNaruto class using the virtual Binder to connect them.
restNarutoBinder.php
restNarutoBinder.php in restNarutoBinder.php
restNarutoNetTest.php
restNarutoNetTest.php in restNarutoNetTest.php
restNarutoTest.php
restNarutoTest.php in restNarutoTest.php
s
top
setUp
NarutoUserTest::setUp() in narutoUserTest.php
setUp
phpbb3NarutoTest::setUp() in phpbb3NarutoTest.php
setUp
restNarutoNetTest::setUp() in restNarutoNetTest.php
setUp
RestNarutoTest::setUp() in restNarutoTest.php
setUp
NarutoTopicTest::setUp() in narutoTopicTest.php
setUp
NarutoOptionsTest::setUp() in narutoOptionsTest.php
setUp
MockNarutoTest::setUp() in mockNarutoTest.php
setUp
NarutoCategoryTest::setUp() in narutoCategoryTest.php
setUp
NarutoDOTest::setUp() in narutoDOTest.php
setUp
NarutoForumTest::setUp() in narutoForumTest.php
suite
AllTests::suite() in AllTests.php
t
top
testAddForumTopic
Testing getting the topic form forum 1 with list with no options.
testAddTopic
phpbb3NarutoTest::testAddTopic() in phpbb3NarutoTest.php
testAddTopicPost
Testing addTopicPost
testClearAttributes
Here we test set/get attributes methods
testClearOptions
NarutoOptionsTest::testClearOptions() in narutoOptionsTest.php
Here we test set/get options methods
testForumSetLastUpdated
Here we test set/get last updated methods
testForumSetLastUpdated
Here we test set/get last updated methods
testForumSetParentId
Here we test set/get parent id methods
testForumSetPostCount
Here we test set/get post count methods
testForumSetTopicCount
Here we test set/get topic count methods
testGetAttributeDefault
Here we test get attribute methods when not found
testGetForumList
Testing getting the forum list with no options.
testGetForumList
phpbb3NarutoTest::testGetForumList() in phpbb3NarutoTest.php
testGetForumListWithAltUser
testGetForumListWithParent
Testing getting the forum list with parent.
testGetForumListWithParent
testGetOptionDefault
Here we test get option methods when not found
testGetRecentTopics
Testing getting the recent topics with no options.
testGetTopic
MockNarutoTest::testGetTopic() in mockNarutoTest.php
Testing getting the topic by id.
testGetTopicList
phpbb3NarutoTest::testGetTopicList() in phpbb3NarutoTest.php
testGetTopicList
Testing getting the topic form forum 1 with list with no options.
testGetTopicListById
testGetTopicListWithLimit
Testing getting the topic form forum 1 with list with limit 2.
testGetTopicListWithLimitAndOffset
Testing getting the topic form forum 1 with list with limit 1 and offset 1.
testGetUnreadPrivateMessageCount
Testing getUnreadPrivateMessageCount
testGetUser
MockNarutoTest::testGetUser() in mockNarutoTest.php
Testing getting the user by id.
testGetUserByName
Testing getting the user by name.
testGetUserByNameWithEmail
Testing getting the user by name with email.
testGetUserBySession
Testing getting the user by session.
testGetUserBySessionWithEmail
Testing getting the user by session with email.
testGetUserWithEmail
Testing getting the user by id with email.
testHackerLogin
MockNarutoTest::testHackerLogin() in mockNarutoTest.php
Testing a bad login
testInitialValues
Here we test if constructor populates the data properly.
testMergeTopics
phpbb3NarutoTest::testMergeTopics() in phpbb3NarutoTest.php
testMergeTopicsFalse
Testing mergeTopics False
testMergeTopicsTrue
Testing mergeTopics True
testNarutoExceptionGetSet
Here we test all the getters and setters of the class.
testNarutoExceptionThrow
Throwability test.
testOptionsOnConstructor
Here we test if options can be initialized on contructor.
testSetAttribute
Here we test set/get attribute methods
testSetAttributeNull
Here we test set/get attribute null
testSetAttributes
Here we test set/get attributes methods
testSetId
NarutoDOTest::testSetId() in narutoDOTest.php
Here we test set/get Id methods
testSetName
NarutoDOTest::testSetName() in narutoDOTest.php
Here we test set/get Name methods
testSetOption
NarutoOptionsTest::testSetOption() in narutoOptionsTest.php
Here we test set/get option methods
testSetOptionNull
Here we test set/get option null
testSetOptions
NarutoOptionsTest::testSetOptions() in narutoOptionsTest.php
Here we test set/get options methods
testSetUrl
NarutoDOTest::testSetUrl() in narutoDOTest.php
Here we test set/get url methods
testStage1GetUserName
In this test we try to validate user name function at stage 1.
testStep1PositiveFlow
In this test we try to validate user with a correct password at stage 1.
testStep1PositiveFlowEmptyPassword
In this test we try to validate user with a correct password at stage 1.
testStep1WrongPassword
In this test we try to validate user with a wrong password at stage 1.
testStep2BrokenFlowExportAfterImport
In this test we try to export a token without setting the credentials
testStep2BrokenFlowExportNoCred
In this test we try to export a token without setting the credentials
testStep2BrokenFlowValidateEmpty
In this test we try to validate a user without a token import or the setting of credentials.
testStep3BadPassword
In this case we take the flow all the way through step 3 with incorrect password.
testStep3BadSalt
NarutoCredentialsTest::testStep3BadSalt() in narutoCredentialsTest.php
In this case we take the flow all the way through step 3 with incorrect salt.
testStep3BadSaltEmptyPassword
In this case we take the flow all the way through step 3 with incorrect salt and empty password.
testStep3EmptyToken
In this case we create a import with an empty string.
testStep3GetUserName
In this case we take the flow all the way through step 3 with incorrect salt.
testStep3PositiveFlow
In this case we take the flow all the way through step 3 which is the most likely flow.
testStep3PositiveFlowEmptyPassword
In this case we take the flow all the way through step 3 wiith empty password.
testStep3ShortToken
In this case we create a import with a too short string.
testStep3WrongType
NarutoCredentialsTest::testStep3WrongType() in narutoCredentialsTest.php
In this case we create a import with a wrong type 0.
testTopicInitialValues
Here we test if constructor populates the data properly.
testTopicSetEmail
Here we test set/get email methods
testTopicSetForumId
Here we test set/get forum id methods
a c m n p r s t