Lines Matching refs:def
18 def setUp(self):
22 def testBlankInput(self):
26 def testWhitespaceOnly(self):
30 def testSimpleInput(self):
37 def setUp(self):
41 def testParseChunk(self):
48 def testParseDocument(self):
61 def setUp(self):
64 def testBlankState(self):
68 def testSetSate(self):
75 def testIsSate(self):
85 def testReset(self):
98 def setUp(self):
102 def testSimpleStore(self):
109 def testStoreMore(self):
118 def testSafeStore(self):
124 def testReset(self):
133 def setUp(self):
140 def testValues(self):
144 def testKeys(self):
149 def testItems(self):
155 def testAddBefore(self):
162 def testAddAfter(self):
169 def testAddAfterEnd(self):
176 def testAdd_begin(self):
183 def testAdd_end(self):
190 def testAddBadLocation(self):
195 def testDeleteItem(self):
201 def testChangeValue(self):
208 def testChangeOrder(self):
215 def suite():