Examples of DamageCalculator


Examples of au.pavel.damageController.DamageCalculator

    _mockAttackObject = mock(IAttackObject.class);
    _mockAttack = mock(IAttack.class);
    _mockDestryableObject = mock(IDestroyableObject.class);
    _mockCalculator = mock(IDamageCalculator.class);
    _controller = new DamageController();
    _calculator = new DamageCalculator(_mockCalculator);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.