BlockIt
|
Public Member Functions | |
def | setUp |
def | tearDown |
def | testBuild |
def | testJoinCharacter |
def | testFilter |
def | testUnion |
def | testIsEmpty |
Public Attributes | |
table | |
blocks |
Definition at line 4 of file testTable.py.
def testTable::TestSymbolTable::setUp | ( | self | ) |
Definition at line 5 of file testTable.py.
def testTable::TestSymbolTable::tearDown | ( | self | ) |
Definition at line 19 of file testTable.py.
def testTable::TestSymbolTable::testBuild | ( | self | ) |
Test the registering of blocks into the table
Definition at line 22 of file testTable.py.
def testTable::TestSymbolTable::testFilter | ( | self | ) |
Test the filter method
Definition at line 55 of file testTable.py.
def testTable::TestSymbolTable::testIsEmpty | ( | self | ) |
Test the isEmpty() method
Definition at line 86 of file testTable.py.
def testTable::TestSymbolTable::testJoinCharacter | ( | self | ) |
Test a new join character for the table
Definition at line 47 of file testTable.py.
def testTable::TestSymbolTable::testUnion | ( | self | ) |
Test the union of two tables
Definition at line 70 of file testTable.py.
Definition at line 5 of file testTable.py.
Definition at line 5 of file testTable.py.