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