Package au.pavel.damageController

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

Related Classes of au.pavel.damageController.DamageCalculator

Copyright © 2018 www.massapicom. 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.