class documentation

class TestSortedList(unittest.TestCase):

View In Hierarchy

Tests for the MySortedList class

Method test_add test the add method of the MySortedList
Method test_head test the head_x and head_y methods of the MySortedList
Method test_init test the initialization of the MySortedList
Method test_next test the next_x and next_y methods of the MySortedList
Method test_outer_delimiter test the outer_delimiter_x and outer_delimiter_y methods of the MySortedList
Method test_remove test the remove method of the MySortedList
Method test_remove_dominated test the remove_dominated_x and remove_dominated_y methods of the MySortedList
def test_add(self):

test the add method of the MySortedList

def test_head(self):

test the head_x and head_y methods of the MySortedList

def test_init(self):

test the initialization of the MySortedList

def test_next(self):

test the next_x and next_y methods of the MySortedList

def test_outer_delimiter(self):

test the outer_delimiter_x and outer_delimiter_y methods of the MySortedList

def test_remove(self):

test the remove method of the MySortedList

def test_remove_dominated(self):

test the remove_dominated_x and remove_dominated_y methods of the MySortedList