-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update unit tests and code coverage.md
- Loading branch information
1 parent
aa2cce0
commit 16a292c
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
#Unit tests and code coverage | ||
|
||
Mockito segítségével JUnit teszteket készítettem, melyekkel a főbb funkciókat teszteltem. | ||
Először problémába ütköztem a mockito importálása során, ezt úgy sikerült megolddani, hogy kezdtem egy teljesen új maven projectet, és annak a src mappájába másoltam | ||
a játék java file-ait. | ||
|
||
A mockitoval mockolni tudtam függőségeket, ezzel egyszerűsítve a tesztelést. Getter és setter függvényeket nem teszteltem, akkor se, ha a nevükben nem szerepelt a get vagy set. | ||
A talált hibákat jeleztem kommentben, kifejtve, hogy mi okozta a problémát. | ||
|
||
A code coverage-et JaCoCo segítségével végeztem el. Ennek beillesztése során is problémába ütköztem, melyet a felesleges dependencyk és plug-inok kivétele után sikerült megoldani. |