Exemplo n.º 1
0
 def shouldNotBeFitnesse(self):
     fix = Fixture()
     assert not fix.isFitNesse() 
Exemplo n.º 2
0
 def shouldBeFitnesse(self):
     fix = Fixture()
     assert fix.isFitNesse()