Package eoxserver :: Package services :: Module testbase :: Class WCSTransactionTestCase
[hide private]
[frames] | no frames]

Class WCSTransactionTestCase

source code


Base class for WCS Transactional test cases.
Nested Classes [hide private]

Inherited from django.test.testcases.TransactionTestCase: client_class

Inherited from unittest.case.TestCase: failureException

Instance Methods [hide private]
 
setUp(self)
Hook method for setting up the test fixture before exercising it.
source code
 
getRequest(self) source code
 
getDataFullPath(self, path_to) source code
 
testXMLComparison(self) source code
 
testResponseIdComparisonAdd(self)
Tests that the in the XML request and response is the ...
source code
 
testStatusDescribeCoverage(self)
Tests that the inserted coverage is available in a DescribeCoverage...
source code
 
testValidateDescribeCoverage(self) source code
 
testXMLComparisonDescribeCoverage(self) source code
 
testStatusGetCoverage(self)
Validate the inserted coverage via a GetCoverage request
source code
 
testStatusDeleteCoverage(self)
Test to delete the previously inserted coaverage
source code
 
testValidateDeleteCoverage(self) source code
 
testXMLComparisonDeleteCoverage(self) source code
 
testResponseIdComparisonDelete(self)
Tests that the in the XML request and response is the ...
source code
 
testStatusDescribeCoverageDeleted(self)
Tests that the deletec coverage is not longer available in a ...
source code
 
testValidateDescribeCoverageDeleted(self) source code
 
testXMLComparisonDescribeCoverageDeleted(self) source code
 
_testResponseIdComparison(self, id, rcontent)
Tests that the in the XML request and response is the ...
source code

Inherited from XMLTestCase: getXMLData, testValidate

Inherited from OWSTestCase: getDataFileDir, getExpectedFileDir, getExpectedFileName, getFileExtension, getResponseData, getResponseFileDir, getResponseFileName, isRequestConfigEnabled, testStatus

Inherited from django.test.testcases.TestCase (private): _fixture_setup, _fixture_teardown

Inherited from django.test.testcases.TransactionTestCase: assertContains, assertFormError, assertNotContains, assertNumQueries, assertQuerysetEqual, assertRedirects, assertTemplateNotUsed, assertTemplateUsed

Inherited from django.test.testcases.TransactionTestCase (private): _databases_names, _post_teardown, _pre_setup, _reset_sequences, _urlconf_setup, _urlconf_teardown

Inherited from django.test.testcases.SimpleTestCase: __call__, assertFieldOutput, assertHTMLEqual, assertHTMLNotEqual, assertInHTML, assertJSONEqual, assertRaisesMessage, assertXMLEqual, assertXMLNotEqual, restore_warnings_state, save_warnings_state, settings

Inherited from unittest.case.TestCase: __eq__, __hash__, __init__, __ne__, __repr__, __str__, addCleanup, addTypeEqualityFunc, assertAlmostEqual, assertAlmostEquals, assertDictContainsSubset, assertDictEqual, assertEqual, assertEquals, assertFalse, assertGreater, assertGreaterEqual, assertIn, assertIs, assertIsInstance, assertIsNone, assertIsNot, assertIsNotNone, assertItemsEqual, assertLess, assertLessEqual, assertListEqual, assertMultiLineEqual, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertNotIn, assertNotIsInstance, assertNotRegexpMatches, assertRaises, assertRaisesRegexp, assertRegexpMatches, assertSequenceEqual, assertSetEqual, assertTrue, assertTupleEqual, assert_, countTestCases, debug, defaultTestResult, doCleanups, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, shortDescription, skipTest, tearDown

Inherited from unittest.case.TestCase (private): _addSkip, _baseAssertEqual, _deprecate, _formatMessage, _getAssertEqualityFunc, _truncateMessage

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from unittest.case.TestCase: setUpClass, tearDownClass

Class Variables [hide private]
  ADDmetaFile = None
  ADDtiffFile = None
  isAsync = False
  ID = None

Inherited from OWSTestCase: fixtures

Inherited from django.test.testcases.TransactionTestCase: reset_sequences

Inherited from unittest.case.TestCase: longMessage, maxDiff

Inherited from unittest.case.TestCase (private): _classSetupFailed, _diffThreshold

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

setUp(self)

source code 
Hook method for setting up the test fixture before exercising it.
Overrides: unittest.case.TestCase.setUp
(inherited documentation)

getRequest(self)

source code 
Overrides: OWSTestCase.getRequest

testXMLComparison(self)

source code 
Overrides: XMLTestCase.testXMLComparison

testResponseIdComparisonAdd(self)

source code 
Tests that the in the XML request and response is the same

testStatusDescribeCoverage(self)

source code 
Tests that the inserted coverage is available in a DescribeCoverage request

testResponseIdComparisonDelete(self)

source code 
Tests that the in the XML request and response is the same

testStatusDescribeCoverageDeleted(self)

source code 
Tests that the deletec coverage is not longer available in a DescribeCoverage request

_testResponseIdComparison(self, id, rcontent)

source code 
Tests that the in the XML request and response is the same