Groovy Documentation

test.unit
Class DisplayTagLibDataTableTests

java.lang.Object
  junit.framework.Assert
      junit.framework.TestCase
          groovy.util.GroovyTestCase
              test.unit.DisplayTagLibDataTableTests

class DisplayTagLibDataTableTests
extends groovy.util.GroovyTestCase

Field Summary
 
Fields inherited from class groovy.util.GroovyTestCase
TEST_SCRIPT_NAME_PREFIX
 
Property Summary
def attrs

def out

def taglib

 
Constructor Summary
DisplayTagLibDataTableTests()

 
Method Summary
private def getErrorString(def sortedBy)

void setUp()

void testExceptionNotThrowWhenSortedByNotInColumnDefsAndAllowExclusiveSortIsTrue()

void testExceptionThrowWhenSortedByNotInColumnDefs()

void testExceptionThrowWhenSortedByNotInColumnDefsAndAllowExclusiveSortIsFalse()

void testExceptionThrownWhenRowExpansionAndRowClickNavigationBothTrue()

void testInitialSortAndQueryExistsWhenSortedByExistsInColumnDefs()

void testInitialSortAndQueryExistsWhenSortedByExistsInColumnDefsAndAllowExclusiveSortIsTrue()

 
Methods inherited from class groovy.util.GroovyTestCase
getName, getMethodName, assertEquals, assertEquals, assertEquals, notYetImplemented, notYetImplemented, run, run, toString, setName, countTestCases, runBare, fail, fail, assertNotNull, assertNotNull, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertTrue, assertTrue, failNotEquals, assertFalse, assertFalse, assertNull, assertNull, assertSame, assertSame, assertNotSame, assertNotSame, failSame, failNotSame, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll
 
Methods inherited from class junit.framework.TestCase
run, run, toString, getName, setName, countTestCases, runBare, fail, fail, assertNotNull, assertNotNull, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertTrue, assertTrue, failNotEquals, assertFalse, assertFalse, assertNull, assertNull, assertSame, assertSame, assertNotSame, assertNotSame, failSame, failNotSame, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll
 
Methods inherited from class junit.framework.Assert
fail, fail, assertNotNull, assertNotNull, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertTrue, assertTrue, failNotEquals, assertFalse, assertFalse, assertNull, assertNull, assertSame, assertSame, assertNotSame, assertNotSame, failSame, failNotSame, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

attrs

def attrs


out

def out


taglib

def taglib


 
Constructor Detail

DisplayTagLibDataTableTests

DisplayTagLibDataTableTests()


 
Method Detail

getErrorString

private def getErrorString(def sortedBy)


setUp

void setUp()


testExceptionNotThrowWhenSortedByNotInColumnDefsAndAllowExclusiveSortIsTrue

void testExceptionNotThrowWhenSortedByNotInColumnDefsAndAllowExclusiveSortIsTrue()


testExceptionThrowWhenSortedByNotInColumnDefs

void testExceptionThrowWhenSortedByNotInColumnDefs()


testExceptionThrowWhenSortedByNotInColumnDefsAndAllowExclusiveSortIsFalse

void testExceptionThrowWhenSortedByNotInColumnDefsAndAllowExclusiveSortIsFalse()


testExceptionThrownWhenRowExpansionAndRowClickNavigationBothTrue

void testExceptionThrownWhenRowExpansionAndRowClickNavigationBothTrue()


testInitialSortAndQueryExistsWhenSortedByExistsInColumnDefs

void testInitialSortAndQueryExistsWhenSortedByExistsInColumnDefs()


testInitialSortAndQueryExistsWhenSortedByExistsInColumnDefsAndAllowExclusiveSortIsTrue

void testInitialSortAndQueryExistsWhenSortedByExistsInColumnDefsAndAllowExclusiveSortIsTrue()


 

Groovy Documentation