| org.geotools.data.DefaultQueryTest
DefaultQueryTest | public class DefaultQueryTest extends TestCase (Code) | | author: jamesm |
Method Summary | |
public static Test | suite() | public void | testFilter() Test of getFilter method, of class org.geotools.data.DefaultQuery. | public void | testFullConstructor() | public void | testHandle() Test of getHandle method, of class org.geotools.data.DefaultQuery. | public void | testMaxFeatures() Test of getMaxFeatures method, of class org.geotools.data.DefaultQuery. | public void | testPropertyNames() Test of getPropertyNames method, of class org.geotools.data.DefaultQuery. | public void | testRetrieveAllProperties() Test of retrieveAllProperties method, of class org.geotools.data.DefaultQuery. | public void | testToString() Test of toString method, of class org.geotools.data.DefaultQuery. | public void | testTypeName() Test of getTypeName method, of class org.geotools.data.DefaultQuery. | public void | testVersion() Test of getVersion method, of class org.geotools.data.DefaultQuery. |
suite | public static Test suite()(Code) | | |
testFilter | public void testFilter()(Code) | | Test of getFilter method, of class org.geotools.data.DefaultQuery.
|
testFullConstructor | public void testFullConstructor()(Code) | | |
testHandle | public void testHandle()(Code) | | Test of getHandle method, of class org.geotools.data.DefaultQuery.
|
testMaxFeatures | public void testMaxFeatures()(Code) | | Test of getMaxFeatures method, of class org.geotools.data.DefaultQuery.
|
testPropertyNames | public void testPropertyNames()(Code) | | Test of getPropertyNames method, of class org.geotools.data.DefaultQuery.
|
testRetrieveAllProperties | public void testRetrieveAllProperties()(Code) | | Test of retrieveAllProperties method, of class org.geotools.data.DefaultQuery.
|
testToString | public void testToString()(Code) | | Test of toString method, of class org.geotools.data.DefaultQuery.
|
testTypeName | public void testTypeName()(Code) | | Test of getTypeName method, of class org.geotools.data.DefaultQuery.
|
testVersion | public void testVersion()(Code) | | Test of getVersion method, of class org.geotools.data.DefaultQuery.
|
|
|