summaryrefslogtreecommitdiff
path: root/src/test/java/org
Commit message (Collapse)AuthorAge
* Move frontend and backend into 2 separate subprojectsjbion2017-01-20
|
* Add test for GameRepositoryJoffrey BION2017-01-17
|
* Add test for LobbyRepositoryJoffrey BION2017-01-17
|
* Add test for PlayerRepositoryJoffrey BION2017-01-16
|
* Rename UserName -> Username and the likesJoffrey BION2017-01-14
|
* Add test for CardBack initialization (coverage frenzy)Joffrey BION2017-01-14
|
* Add test and fix HandRotationDirectionJoffrey BION2017-01-14
|
* Add test for WonderSidePickMethodJoffrey BION2017-01-14
|
* Add test for SpecialAbilityActivation effectJoffrey BION2017-01-14
|
* Add test for Discount effectJoffrey BION2017-01-14
|
* Add test for Lobby initializationJoffrey BION2017-01-14
|
* Add support for '1 free per age' special abilityJoffrey BION2017-01-14
|
* Separate CustomizableSettings and actual Settingsjbion2017-01-12
|
* Code cleaningJoffrey BION2017-01-05
|
* Refactor LobbyController to make the code simplerjbion2016-12-30
| | | | This change gets rid of session access and makes use of a player repository. This allows for encapsulated and testable Player management.
* Add test for Board.removeGoldjbion2016-12-29
|
* Add player reordering support in Lobbyjbion2016-12-28
|
* Add proper test for military victory/defeat pointsjbion2016-12-25
|
* Extract military stuff into its own objectjbion2016-12-25
|
* Add tests for Card.equals() and Card.hashcode()jbion2016-12-24
|
* Add test for BonusPerBoardElementjbion2016-12-24
|
* Add test for getNbCardsOfColorjbion2016-12-24
|
* Add minimal stages in test wondersjbion2016-12-24
|
* Add test for relative board position accessesjbion2016-12-24
|
* Add test for RawPointsIncreasejbion2016-12-24
|
* Add equals, hashcode, and computePoints tests for instant effectsjbion2016-12-24
|
* Add test for lobbyjbion2016-12-24
|
* Add tests for ScienceProgressjbion2016-12-23
| | | | This also refactors a bit the science object creation for other science tests
* Add brush test for game definition loading to ensure no exception occurjbion2016-12-23
|
* Add tests for equals and hashcode to maximize coverage in resources packagejbion2016-12-23
|
* Add bought resources cost computationjbion2016-12-22
|
* Add CardBack for wonder stages display in the UIjbion2016-12-22
|
* Add Hands.createHand() testjbion2016-12-22
|
* Handle discarded cards at end of agejbion2016-12-22
|
* Remove annoying traces in ScienceTestjbion2016-12-22
|
* Introduce Hands (pun intended)jbion2016-12-22
|
* Move Decks to the cards packagejbion2016-12-22
|
* Huge refac to pass the Table instead of left/right/self boardsjbion2016-12-22
|
* Add test for Decksjbion2016-12-21
|
* Add test for NumericEffectSerializerjbion2016-12-21
|
* Remove explicit types from toJson callsjbion2016-12-21
|
* Add test for ProductionIncrease serializerjbion2016-12-21
|
* Add test for Resources serializersjbion2016-12-21
|
* Add test for ScienceProgressSerializerjbion2016-12-21
|
* Add missing tests to DestinationAccessValidatorTestjbion2016-12-21
|
* Add interceptor for invalid subscriptionsjbion2016-12-20
|
* Improve card requirements managementJoffrey BION2016-12-15
| | | | | | - Add chain-related fields to the Card - Add helpers methods isAffordable, isPlayable and the likes - Remove the card addition to the board as it is supposed to be separately from applying the effect of the card
* Add BoardTestJoffrey BION2016-12-10
|
* Split effects tests into multiple filesJoffrey BION2016-12-10
|
* Simplify theories in ScienceTestJoffrey BION2016-12-10
|
bgstack15