-
testAddForumTopic
-
Testing getting the topic form forum 1 with list with no options.
-
testAddTopic
-
-
testAddTopicPost
-
Testing addTopicPost
-
testClearAttributes
-
Here we test set/get attributes methods
-
testClearOptions
-
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
-
-
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
-
Testing getting the topic by id.
-
testGetTopicList
-
-
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
-
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
-
Testing a bad login
-
testInitialValues
-
Here we test if constructor populates the data properly.
-
testMergeTopics
-
-
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
-
Here we test set/get Id methods
-
testSetName
-
Here we test set/get Name methods
-
testSetOption
-
Here we test set/get option methods
-
testSetOptionNull
-
Here we test set/get option null
-
testSetOptions
-
Here we test set/get options methods
-
testSetUrl
-
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
-
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
-
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