com.atlassian.confluence.webdriver
Class LikeWebDriverTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractWebDriverTest
      extended by com.atlassian.confluence.webdriver.LikeWebDriverTest

public class LikeWebDriverTest
extends AbstractWebDriverTest


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractWebDriverTest
darkFeaturesHelper, ignoreRule, name, product, rpc, serverStateManager, sessionCleanupRule, testBrowserRule, testData, userHelper, webDriverScreenshotRule
 
Constructor Summary
LikeWebDriverTest()
           
 
Method Summary
 void clearUser()
           
 void setUp()
           
 void testAddLike()
           
 void testAddMultipleLikes()
           
 void testAddPageLike()
           
 void testAnonymousSeesLikes()
           
 void testRemoveLike()
           
 void testRemovingAttachmentsDoesntRemoveLikes()
           
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractWebDriverTest
clear, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LikeWebDriverTest

public LikeWebDriverTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

clearUser

public void clearUser()

testAddLike

public void testAddLike()
                 throws Exception
Throws:
Exception

testAddPageLike

public void testAddPageLike()
                     throws Exception
Throws:
Exception

testRemoveLike

public void testRemoveLike()
                    throws Exception
Throws:
Exception

testAddMultipleLikes

public void testAddMultipleLikes()
                          throws Exception
Throws:
Exception

testAnonymousSeesLikes

public void testAnonymousSeesLikes()

testRemovingAttachmentsDoesntRemoveLikes

public void testRemovingAttachmentsDoesntRemoveLikes()


Copyright © 2003-2013 Atlassian. All Rights Reserved.