Example #1
0
 def setUp(self):
     self.bif = BIF()
Example #2
0
 def setUp(self):
     self.bif = BIF()
     self.bif.setDataSource('bogus.bif')
Example #3
0
 def setUp(self):
     global dataSource
     self.dataSource = dataSource
     self.bif = BIF()
     self.bif.setDataSource(self.dataSource)
     self.bif.loadData()
Example #4
0
 def setUp(self):
     global dataSource
     self.dataSource = dataSource
     self.bif = BIF()