Summary
[Summary] [Package List] [Test Cases]
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
60 |
0 |
0 |
0 |
100% |
0,671 s |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
Package |
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
com.adventure.serializers |
3 |
0 |
0 |
0 |
100% |
0,146 s |
com.adventure.models.nodes |
6 |
0 |
0 |
0 |
100% |
0,008 s |
com.adventure.models.items |
10 |
0 |
0 |
0 |
100% |
0,011 s |
com.adventure.models |
19 |
0 |
0 |
0 |
100% |
0,017 s |
com.adventure.utils |
3 |
0 |
0 |
0 |
100% |
0,200 s |
com.adventure.config |
3 |
0 |
0 |
0 |
100% |
0,008 s |
com.adventure.commands |
16 |
0 |
0 |
0 |
100% |
0,281 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
com.adventure.models.nodes
- |
Class |
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
 |
ActionTest |
1 |
0 |
0 |
0 |
100% |
0,001 s |
 |
RoomTest |
3 |
0 |
0 |
0 |
100% |
0,005 s |
 |
StoryNodeLinkTest |
2 |
0 |
0 |
0 |
100% |
0,002 s |
com.adventure.utils
- |
Class |
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
 |
StringPropertyWriterTest |
3 |
0 |
0 |
0 |
100% |
0,200 s |
Test Cases
[Summary] [Package List] [Test Cases]
CmdAttackTest
 |
testBothAttack |
0,241 s |
 |
testReceiveDamage |
0,001 s |
 |
testMonsterFinishDodge |
0,001 s |
 |
testMonsterDodge |
0,001 s |
CmdDodgeTest
 |
consumeDodgeTest |
0,001 s |
CmdLookTest
 |
execute |
0,002 s |
CmdPickTest
 |
execute |
0,002 s |
CmdShowTest
 |
show |
0,002 s |
CmdUseTest
 |
execute |
0,002 s |
CmdWaiTest
 |
execute |
0,003 s |
CommandMetadataTest
 |
testConstructorWithDescription |
0,001 s |
 |
testConstructor |
0 s |
CommandParserTest
 |
testRegistration |
0,001 s |
 |
testParseCommand |
0,003 s |
 |
testUnregister |
0 s |
 |
testDisableEnable |
0 s |
ApplicationConfigTest
 |
testCorrectPopulation |
0,002 s |
 |
testValidConfiguration |
0,002 s |
ApplicationContextTest
 |
testValidConfiguration |
0,001 s |
EnemyTest
 |
dropTest |
0,001 s |
 |
equalsTest |
0 s |
GameTest
 |
currentNodeTest |
0 s |
 |
previousNodeTest |
0 s |
 |
testGameGraph |
0,001 s |
InventoryTest
 |
getTest |
0,001 s |
 |
equipTest |
0,001 s |
 |
manageItemTest |
0,002 s |
 |
setTest |
0,001 s |
AttackItemTest
 |
getTest |
0 s |
 |
equalsTest |
0,001 s |
 |
setTest |
0,002 s |
DefenceItemTest
 |
getTest |
0 s |
 |
equalsTest |
0,001 s |
 |
setTest |
0,001 s |
KeyTest
 |
testEquals |
0 s |
UsableItemTest
 |
getTest |
0 s |
 |
equalsTest |
0,001 s |
 |
setTest |
0 s |
ActionTest
 |
testEquals |
0 s |
RoomTest
 |
getTest |
0,003 s |
 |
equalsTest |
0,001 s |
 |
setTest |
0,001 s |
StoryNodeLinkTest
 |
testEquals |
0,001 s |
 |
setTest |
0 s |
PlayerTest
 |
testAboveFatalHit |
0,001 s |
 |
testHit |
0 s |
 |
testHeal |
0 s |
 |
testConstruction |
0 s |
 |
useTest |
0 s |
 |
testEquals |
0,001 s |
 |
testFatalHit |
0 s |
StatsTest
 |
setInvalidStats |
0 s |
 |
testEquals |
0 s |
 |
setTest |
0 s |
ActionSerializerTest
 |
serializeTest |
0,068 s |
GameSerializerTest
 |
testGraphSerialization |
0,071 s |
InventorySerializerTest
 |
testSerialize |
0,006 s |
StringPropertyWriterTest
 |
appendTest |
0,002 s |
 |
writeTest |
0 s |
 |
equalsTest |
0,001 s |