Constructor and Description |
---|
SubMonsterTest() |
Modifier and Type | Method and Description |
---|---|
void |
test_3ArgConstructorBat()
tests for a bat with 20 hp 24 att and 10points
|
void |
test_3ArgConstructorGolem()
tests for a Golem with 50 hp 40 att and 20points
|
void |
test_3ArgConstructorPirate()
tests for Pirate with 25 hp 10 att and 25 points
|
void |
test_3ArgConstructorSnake()
tests for Snake with 10 hp 20 att and 15 points
|
void |
test_3ArgConstructorTroll()
tests for a Troll with 20 hp 25 att and 10points
|
void |
test_3ArgConstructorZombie()
tests for Zombie with 25 hp 10 att and 10 points
|
void |
test_4argConstructorBat()
tests for a bat with 20 hp 30 att and 40points
|
void |
test_4argConstructorGolem()
tests for a Golem with 50 hp 40 att and 20points
|
void |
test_4argConstructorPirate()
tests for Pirate with 25 hp 25 att and 30 points
|
void |
test_4argConstructorSnake()
tests for Snake with 10 hp 20 att and 10 points
|
void |
test_4argConstructorTroll()
tests for a Troll with 30 hp 20 att and 40points
|
void |
test_4argConstructorZombie()
tests for Zombie with 25 hp 10 att and 20 points
|
void |
test_BatSetter()
tests for a Bat with 1hp 2 att and 3points
|
void |
test_defaultConstructor_and_GettersBat()
tests for a bat with 10 hp 10 att and 10points
|
void |
test_defaultConstructor_and_GettersGolem()
tests for a Golem with 50 hp 20 att and 20points
|
void |
test_defaultConstructor_and_GettersPirate()
tests for a Pirate with 20 hp 15 att and 20 points
|
void |
test_defaultConstructor_and_GettersSnake()
tests for a Snake with 5 hp 15 att and 10 points
|
void |
test_defaultConstructor_and_GettersTroll()
tests for a Troll with 15 hp 10 att and 15points
|
void |
test_defaultConstructor_and_GettersZombie()
tests for a Zombie with 20 hp 5 att and 15 points
|
void |
test_GolemSetter()
tests for a Golem with 1 hp 2 att and 3points
|
void |
test_monster4arg()
tests for a Monster with 10 hp 20 att and 30points
|
void |
test_MonsterSetter()
tests for a monster with 1 hp 2 att and 3points
|
void |
test_PirateSetter()
tests for a Pirate with 22 hp 19 att and 16 points
|
void |
test_SnakeSetter()
tests for a Snake with 3 hp 7 att and 12 points
|
void |
test_TrollSetter()
tests for a Troll with 1 hp 2 att and 3points
|
void |
test_ZombieSetter()
tests for a Zombie with 16 hp 4 att and 11 points
|
public void test_defaultConstructor_and_GettersBat()
public void test_defaultConstructor_and_GettersTroll()
public void test_defaultConstructor_and_GettersGolem()
public void test_defaultConstructor_and_GettersSnake()
public void test_defaultConstructor_and_GettersZombie()
public void test_defaultConstructor_and_GettersPirate()
public void test_3ArgConstructorBat()
public void test_3ArgConstructorTroll()
public void test_3ArgConstructorGolem()
public void test_3ArgConstructorSnake()
public void test_3ArgConstructorZombie()
public void test_3ArgConstructorPirate()
public void test_4argConstructorBat()
public void test_4argConstructorTroll()
public void test_4argConstructorGolem()
public void test_4argConstructorSnake()
public void test_4argConstructorZombie()
public void test_4argConstructorPirate()
public void test_monster4arg()
public void test_MonsterSetter()
public void test_BatSetter()
public void test_TrollSetter()
public void test_GolemSetter()
public void test_SnakeSetter()
public void test_ZombieSetter()
public void test_PirateSetter()