Exemplo n.º 1
0
 def test(self):
     utils.test_invocations(self, __file__, MyLinkedList)
 def test(self):
     utils.test_invocations(self, __file__, TreeAncestor)
Exemplo n.º 3
0
 def test(self):
     utils.test_invocations(self,
                            __file__,
                            UndergroundSystem,
                            check_result=self.check_result)
Exemplo n.º 4
0
 def test(self):
     utils.test_invocations(self, __file__, MyHashMap)
Exemplo n.º 5
0
 def test(self):
     utils.test_invocations(self,
                            __file__,
                            CBTInserter,
                            process_args=self.process_args,
                            process_result=self.process_result)
Exemplo n.º 6
0
 def test(self):
     utils.test_invocations(self, __file__, MedianFinder)
Exemplo n.º 7
0
 def test(self):
     utils.test_invocations(self, __file__, LFUCache)
Exemplo n.º 8
0
 def test(self):
     utils.test_invocations(self, __file__, ProductOfNumbers)
Exemplo n.º 9
0
 def test(self):
     utils.test_invocations(self, __file__, WordDictionary)
Exemplo n.º 10
0
 def test(self):
     utils.test_invocations(self, __file__, MKAverage)
Exemplo n.º 11
0
 def test(self):
     utils.test_invocations(self, __file__, KthLargest)
Exemplo n.º 12
0
 def test(self):
     utils.test_invocations(self, __file__, TweetCounts)
Exemplo n.º 13
0
 def test(self):
     utils.test_invocations(self, __file__, AllOne)
Exemplo n.º 14
0
 def test(self):
     utils.test_invocations(self, __file__, BrowserHistory)
Exemplo n.º 15
0
 def test(self):
     utils.test_invocations(self, __file__, MyStack)
Exemplo n.º 16
0
 def test(self):
     utils.test_invocations(self, __file__, NumArray)
Exemplo n.º 17
0
 def test(self):
     utils.test_invocations(self, __file__, Fancy)
Exemplo n.º 18
0
 def test(self):
     utils.test_invocations(self, __file__, MyQueue)