class OrderBySpec extends GormDatastoreSpec
Abstract base test for order by queries. Subclasses should do the necessary setup to configure GORM
| Constructor and description |
|---|
OrderBySpec
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
Test order by property name with dynamic finder() |
|
void |
Test order by with list() method() |
|
void |
Test order with criteria() |
| Methods inherited from class | Name |
|---|---|
class GormDatastoreSpec |
cleanup, createSession, getDomainClasses, loadSetupClass, setup, setupSpec |