| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
OWSTestCase Main base class for testing the OWS interface of EOxServer. |
|||
|
RasterTestCase Base class for test cases that expect a raster as response. |
|||
|
GDALDatasetTestCase Extended RasterTestCases that open the result with GDAL and perform several tests. |
|||
| RectifiedGridCoverageTestCase | |||
| ReferenceableGridCoverageTestCase | |||
|
XMLTestCase Base class for test cases that expects XML output, which is parsed and validated against a schema definition. |
|||
|
SchematronTestMixIn Mixin class for XML test cases that uses XML schematrons for validation. |
|||
|
ExceptionTestCase Exception test cases expect the request to fail and examine the exception response. |
|||
|
HTMLTestCase HTML test cases expect to receive HTML text. |
|||
|
MultipartTestCase Multipart tests combine XML and raster tests and split the response into a xml and a raster part which are examined separately. |
|||
| RectifiedGridCoverageMultipartTestCase | |||
| ReferenceableGridCoverageMultipartTestCase | |||
|
WCSTransactionTestCase Base class for WCS Transactional test cases. |
|||
|
WCSTransactionRectifiedGridCoverageTestCase WCS-T test cases for RectifiedGridCoverages |
|||
|
WCSTransactionReferenceableGridCoverageTestCase WCS-T test cases for ReferenceableGridCoverages |
|||
| WCS20DescribeEOCoverageSetSubsettingTestCase | |||
| WCS20DescribeEOCoverageSetPagingTestCase | |||
| WCS20DescribeEOCoverageSetSectionsTestCase | |||
| WCS20GetCoverageMultipartTestCase | |||
| WCS20GetCoverageRectifiedGridCoverageMultipartTestCase | |||
| WCS20GetCoverageReferenceableGridCoverageMultipartTestCase | |||
| RasdamanTestCaseMixIn | |||
| WMS11GetMapTestCase | |||
| WMS13GetMapTestCase | |||
| WMS13ExceptionTestCase | |||
|
|||
|
|||
|
|||
|
|||
|
|||
logger = logging.getLogger(__name__)
|
|||
RE_MIME_TYPE_XML = re.compile(r'
|
|||
__package__ =
|
|||
|
|||
RE_MIME_TYPE_XML
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed May 15 14:48:36 2013 | http://epydoc.sourceforge.net |