Package nltk_lite :: Package contrib :: Package classifier_tests :: Module numrangetests :: Class RangeTestCase
[hide private]
[frames] | no frames]

Class RangeTestCase

source code

       object --+    
                |    
unittest.TestCase --+
                    |
                   RangeTestCase

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
test_within_range(self) source code
 
test_range_equality(self) source code
 
test_include_expands_range(self) source code
 
test_split_returns_none_when_lower_eq_upper(self) source code
 
test_split_returns_none_if_size_of_each_split_is_less_than_delta(self) source code
 
test_split_includes_the_highest_and_lowest(self) source code
 
test_string_reprn(self) source code
 
test_include_adds_the_max(self) source code

Inherited from unittest.TestCase: __call__, __init__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription, tearDown

Inherited from unittest.TestCase (private): _exc_info

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__