com.github.dandelion.datatables.testing.basics
Class SortingBaseIT

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

public class SortingBaseIT
extends BaseIT

Base integration test for the sorting feature.

Since:
0.9.0
Author:
Thibault Duchateau

Field Summary
 
Fields inherited from class com.github.dandelion.datatables.testing.BaseIT
context, driver, watchman
 
Constructor Summary
SortingBaseIT()
           
 
Method Summary
 void should_control_direction_using_ajax()
           
 void should_control_direction_using_dom()
           
 void should_disable_sorting_only_on_the_first_column_using_ajax()
           
 void should_disable_sorting_only_on_the_first_column_using_dom()
           
 void should_init_sort_using_ajax()
           
 void should_init_sort_using_dom()
           
 
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

SortingBaseIT

public SortingBaseIT()
Method Detail

should_disable_sorting_only_on_the_first_column_using_dom

public void should_disable_sorting_only_on_the_first_column_using_dom()
                                                               throws Exception
Throws:
Exception

should_init_sort_using_dom

public void should_init_sort_using_dom()
                                throws Exception
Throws:
Exception

should_control_direction_using_dom

public void should_control_direction_using_dom()
                                        throws Exception
Throws:
Exception

should_disable_sorting_only_on_the_first_column_using_ajax

public void should_disable_sorting_only_on_the_first_column_using_ajax()
                                                                throws Exception
Throws:
Exception

should_init_sort_using_ajax

public void should_init_sort_using_ajax()
                                 throws Exception
Throws:
Exception

should_control_direction_using_ajax

public void should_control_direction_using_ajax()
                                         throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.