Package eoxserver :: Package core :: Module tests :: Class InterfaceValidationTestCase
[hide private]
[frames] | no frames]

Class InterfaceValidationTestCase

source code


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
 
test_level(self) source code
 
test_str_valid(self) source code
 
test_str_invalid(self) source code
 
test_unicode_valid(self) source code
 
test_unicode_invalid(self) source code
 
test_string_valid(self) source code
 
test_string_invalid(self) source code
 
test_bool_valid(self) source code
 
test_bool_invalid(self) source code
 
test_int_valid(self) source code
 
test_int_invalid(self) source code
 
test_long_valid(self) source code
 
test_long_invalid(self) source code
 
test_float_valid(self) source code
 
test_float_invalid(self) source code
 
test_real_valid(self) source code
 
test_real_invalid(self) source code
 
test_complex_valid(self) source code
 
test_complex_invalid(self) source code
 
test_list_valid(self) source code
 
test_list_invalid(self) source code
 
test_dict_valid(self) source code
 
test_dict_invalid(self) source code
 
test_object_valid(self) source code
 
test_object_invalid(self) source code
 
test_args_valid(self) source code
 
test_args_invalid(self) source code
 
test_kwargs_valid(self) source code
 
test_kwargs_invalid(self) source code

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]

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)