Esempio n. 1
0
    def setUp(self):
        """ Build the Pkmn and Delegate for the test """
        self.pkmn = BuildPokemonBattleWrapper()

        self.ratio = 2
        self.damage = 50
        self.delegate = RecoilDelegate(self.ratio)
Esempio n. 2
0
 def setUp(self):
     """ Build the Recoil Delegate """
     self.delegate = RecoilDelegate(2)