Commit Graph

123 Commits

Author SHA1 Message Date
LQ63 b91e20d890 Added Match Methods and Player Methods. Coverage is still missing
Build and Test (KnockOutWhist) TeamCity build failed
2024-10-30 18:13:55 +01:00
Janis 6302058de4 Added TestUtil Class for simulating text inputs
Build and Test (KnockOutWhist) TeamCity build failed
2024-10-27 20:58:11 +01:00
Janis a23fac14ff Fixed tests and updates to gitignore
Build and Test (KnockOutWhist) TeamCity build failed
2024-10-27 20:35:50 +01:00
LQ63 7e3cc3fbbe Start of Round class
Build and Test (KnockOutWhist) TeamCity build failed
2024-10-27 20:24:25 +01:00
LQ63 a282429e27 Removed files
Build and Test (KnockOutWhist) TeamCity build failed
2024-10-25 11:50:50 +02:00
LQ63 ed964673ee Gitignore verändert. 2024-10-25 11:47:13 +02:00
Janis 336557cf60 Merge pull request 'Modified gitignore' (#21) from ignoreUpdates into development
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #21
2024-10-25 11:19:12 +02:00
Janis f527d3629f Modified git ignore
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-25 11:17:35 +02:00
Janis a1b5ae0be1 Modified gitignore 2024-10-25 11:07:49 +02:00
Janis 030466141c Merge pull request 'Added minimum coverages - Please red' (#20) from coverageMinimum into development
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #20
2024-10-25 11:01:08 +02:00
Janis 460783ab12 Merge branch 'development' into coverageMinimum
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-25 10:59:44 +02:00
Janis 00511f5220 Added some minimum coverages:
Build and Test (KnockOutWhist) TeamCity build finished
85% for Statements
100% for Branches
Pull-Requests w/o those requirements will be rejected
2024-10-25 10:58:15 +02:00
Janis 91d2a595c1 Merge pull request 'Switched from Array -> Vector' (#19) from arrayToVec into development
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #19
2024-10-25 10:56:49 +02:00
Janis 80fd0c5ffb Switched from Array -> Vector
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-25 10:25:58 +02:00
Janis e57772c82c Merge pull request 'Added more tests and implemented fixes' (#17) from tests into development
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #17
2024-10-25 09:57:04 +02:00
Janis c6baec51f3 Updated Build to a better syntax
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-25 09:55:32 +02:00
Janis f346ed7a64 Fixed Build
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-25 09:15:35 +02:00
LQ63 d69991ce16 Added tests to Card
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-25 08:53:19 +02:00
Janis e27fdb4a06 Merge pull request 'Added Tricks and more Code Coverage' (#16) from tricksImpl into development
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #16
2024-10-25 08:40:59 +02:00
Janis 6887c46ebe Fixed CardRenderer and CardShuffling
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-25 08:39:01 +02:00
LQ63 2abee6b1c8 Added tests for 100% Code-Coverage(except for main method). Changed provideHand() return datatype to Boolean
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-24 23:43:51 +02:00
Janis 66bb4dd38b Fixed Leons test
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-24 19:27:43 +02:00
LQ63 197e0293a2 More tests added to playCard().
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-24 16:32:20 +02:00
LQ63 977aaee93c Test added for playCard and wonTrick(). wonTrick() test fails. Also removed firstCard from Constructor.
Build and Test (KnockOutWhist) TeamCity build failed
2024-10-24 15:26:26 +02:00
Janis c8a88cc759 Worked on Tricks
Build and Test (KnockOutWhist) TeamCity build finished
Added Dummy Classes
2024-10-22 15:20:05 +02:00
Janis fb3b6929de Merge pull request 'readme' (#14) from readme into development
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #14
2024-10-20 14:03:14 +02:00
Janis bb2000b6ae 2 Players - Leon
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-20 14:01:49 +02:00
Janis 201be9a56c Fixed link to license
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 21:36:54 +02:00
Janis 53f3a699e6 Fixed links
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 21:35:05 +02:00
Janis 07ddce8593 Fixed BuildServer
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 21:33:47 +02:00
Janis e0a400fc0b Added a readme file
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 21:29:37 +02:00
Janis fb7bf0eb8f Merge pull request 'Tests for 100% Coverage' (#13) from tests into development
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #13
2024-10-19 20:49:00 +02:00
Janis 88083bee86 Updated Test
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 20:46:36 +02:00
Janis 1589d70310 Merge pull request 'Renderers' (#12) from cardsImpl into development
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #12
2024-10-19 20:29:38 +02:00
Janis c5c5215141 Merge branch 'development' into cardsImpl
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 20:28:27 +02:00
Janis deadb7473c Implemented a Card and Hand Renderer
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 20:08:50 +02:00
Janis f66103bc46 Merge remote-tracking branch 'origin/cardsImpl' into cardsImpl
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 19:43:37 +02:00
LQ63 446febc1ad Tests added for class Hand.
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 14:25:00 +02:00
Janis 5a51a95925 Merge pull request 'Implemented simple Cards and Tests' (#11) from cardsImpl into development
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #11
2024-10-19 13:06:21 +02:00
Janis 9c2bbe38e3 Conflict solved
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 13:05:14 +02:00
Janis 81a720ee07 Merge branch 'refs/heads/development' into cardsImpl
# Conflicts:
#	.bsp/sbt.json
#	.idea/modules.xml
#	.idea/modules/Projekt-zu-SE.iml
#	.idea/sbt.xml
2024-10-19 13:04:24 +02:00
Janis 32f7365649 Fixed wrong folders
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 13:00:03 +02:00
LQ63 f4335da69b Test added for class Card
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 12:26:53 +02:00
LQ63 ec9a6bf431 Minor details fixed.
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-19 11:51:25 +02:00
Janis 80c17874c8 Added more test
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-18 12:30:14 +02:00
Janis 745e55d131 Added Tests and Fixed the CardManager
Build and Test (KnockOutWhist) TeamCity build finished
2024-10-18 12:05:01 +02:00
Janis 7f0b85ea84 Added CardManager
Build and Test (KnockOutWhist) TeamCity build failed
2024-10-18 11:25:11 +02:00
Janis 3c163e01f8 Merge pull request 'Modified GitIgnore' (#10) from gitignore_updates into development
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #10
2024-10-16 11:05:53 +02:00
Janis 0ce624df9f Modified GitIgnore
Build (KnockOutWhist) TeamCity build finished
2024-10-16 10:52:05 +02:00
Janis ba120b9a68 Merge pull request 'scalaupdate' (#9) from scalaupdate into development
Build (KnockOutWhist) TeamCity build finished
Reviewed-on: #9
2024-10-16 10:50:48 +02:00