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