Commit Graph
26 Commits
Author SHA1 Message Date
KKlochko f7d81a2fb8 Add the User model and its repository.
continuous-integration/drone/push Build is passing
2023-12-01 18:47:25 +02:00
KKlochko a872e66d63 Refactor the SimpleToken factory to move hash function to Sha256Hash. 2023-12-01 18:43:44 +02:00
KKlochko 356013b149 Add the Token repository.
continuous-integration/drone/push Build is passing
2023-12-01 14:59:58 +02:00
KKlochko 91c95de67e Add the factory for Token model.
continuous-integration/drone/push Build is passing
2023-12-01 14:08:13 +02:00
KKlochko e99a0bc771 Add factories to create a token as a string.
continuous-integration/drone/push Build is passing
2023-12-01 14:04:47 +02:00
KKlochko acbcee46f1 Rename the project and the package name in tests. 2023-11-26 13:40:12 +02:00
KKlochko 4feca1319e Remove the CLI. 2023-11-26 13:38:59 +02:00
KKlochko a0f4aa728e Fix the test. 2023-11-06 21:58:18 +02:00
KKlochko a102717338 Migrate the tests. 2023-11-06 21:48:00 +02:00
KKlochko 1c37455c8f Update the tests that integrated with the database. 2023-10-29 14:49:35 +02:00
KKlochko c4f5cc9582 Add a commmand validator. 2023-10-29 14:13:12 +02:00
KKlochko 3d0e18b22d Update the format validator test. 2023-10-29 13:30:14 +02:00
KKlochko 7f9af282a3 Add tests for CommandEntity. 2023-10-29 12:39:50 +02:00
KKlochko fb9ee07cbe Add a validator for the input string format. 2023-10-29 12:37:58 +02:00
KKlochko fead10291c Add the repository for Deparment. 2023-10-22 20:42:42 +03:00
KKlochko 519e48ba2c Add a repository for Patients. 2023-10-22 20:01:03 +03:00
KKlochko f84b25b0f4 Add the test configuration. 2023-10-22 19:58:00 +03:00
KKlochko f4deeece8d Update the repository for the Indicator. 2023-10-22 19:53:03 +03:00
KKlochko 5170f528cd Add tests for the indicator repository. 2023-10-21 21:40:38 +03:00
KKlochko e2c6f84d8d Project initialization. 2023-10-21 21:26:49 +03:00
Alexander KriegischandGitHub 744bf74767 Upgrade Maven project to Spock 2.0-M3, ... (#35)
* Sync Spock dependency versions
* Now that Spock no longer depends on 'groovy-all', for the database test it was
  necessary to add 'groovy-sql'.
* Make feature method names friendlier in unrolled DatabaseDrivenSpec
* Make IncludeExcludeExtensionSpec print messages
  This way the user can verify visually that in-/excludes actually work as
  expected.
* Upgrade Groovy 2.5.12 -> 2.5.13
* Slightly adjust README.adoc 
  Change passive style "all feedback is appreciated" to active style "we
  appreciate all feedback".
2020-08-25 23:27:03 +02:00
Alexander KriegischandLeonard Brünings 043ef1319e Improve Javadoc of IncludeExcludeExtensionSpec, Remove static block (#26)
Setting system property "spock.configuration" during class
initialisation is too late for Spock to pick up the config, so the
static block is pointless and misleads users to believe they can
actually configure the system this way.

Instead the Javadoc was amended by information how to set the system
property via '-D' JVM command-line argument when running a test from an
IDE (or from the command line, for that matter).
2018-09-24 22:11:13 +02:00
AndriiandLeonard Brünings c2dc1af9ab Javadoc & import clean up (#20)
- replace full class name with import
- use modern javadoc tags
2018-01-18 03:29:47 +01:00
Roy Truelove e5d3ae46ab Simple typo fix 2014-03-02 21:31:46 -05:00
Peter Niederwieser 357b2dde35 updated gradle to 1.0
updated all builds to latest library versions
renamed specs to end in 'Spec' (easiest solution until we have a plugin for Maven 3.0)
2012-07-14 07:33:41 +02:00
Peter Niederwieser d757c5a954 initial commit 2012-02-28 03:19:11 +01:00