com.github.dandelion.datatables.testing.export
Class ExportLinksPositionBaseIT

java.lang.Object
  extended by org.fluentlenium.core.Fluent
      extended by com.github.dandelion.datatables.testing.BaseIT
          extended by com.github.dandelion.datatables.testing.export.ExportLinksPositionBaseIT
All Implemented Interfaces:
org.fluentlenium.core.search.SearchActions

public class ExportLinksPositionBaseIT
extends BaseIT

Base integration test for the export links generation and their positionning.

Since:
0.9.0
Author:
Thibault Duchateau

Field Summary
 
Fields inherited from class com.github.dandelion.datatables.testing.BaseIT
context, driver, watchman
 
Constructor Summary
ExportLinksPositionBaseIT()
           
 
Method Summary
 void should_generate_bottom_left_link()
           
 void should_generate_bottom_middle_link()
           
 void should_generate_bottom_right_link()
           
 void should_generate_top_and_bottom_right_links()
           
 void should_generate_top_left_link()
           
 void should_generate_top_middle_link_when_using_scrollY()
           
 void should_generate_top_middle_link()
           
 void should_generate_top_right_link()
           
 
Methods inherited from class com.github.dandelion.datatables.testing.BaseIT
defaultUrl, getConfigurationFromPage, getDefaultBaseUrl, getHtmlBody, getTable, goToPage, goToPage
 
Methods inherited from class org.fluentlenium.core.Fluent
$, $, await, clear, clear, clear, click, click, executeScript, fill, fill, find, find, findFirst, getBaseUrl, getCookie, getCookies, getDriver, goTo, goTo, initFluent, pageSource, submit, submit, takeScreenShot, takeScreenShot, text, title, url, value, withDefaultPageWait, withDefaultSearchWait, withDefaultUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportLinksPositionBaseIT

public ExportLinksPositionBaseIT()
Method Detail

should_generate_bottom_right_link

public void should_generate_bottom_right_link()
                                       throws Exception
Throws:
Exception

should_generate_bottom_middle_link

public void should_generate_bottom_middle_link()
                                        throws Exception
Throws:
Exception

should_generate_bottom_left_link

public void should_generate_bottom_left_link()
                                      throws Exception
Throws:
Exception

should_generate_top_right_link

public void should_generate_top_right_link()
                                    throws Exception
Throws:
Exception

should_generate_top_middle_link

public void should_generate_top_middle_link()
                                     throws Exception
Throws:
Exception

should_generate_top_middle_link_when_using_scrollY

public void should_generate_top_middle_link_when_using_scrollY()
                                                        throws Exception
Throws:
Exception

should_generate_top_left_link

public void should_generate_top_left_link()
                                   throws Exception
Throws:
Exception

should_generate_top_and_bottom_right_links

public void should_generate_top_and_bottom_right_links()
                                                throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.