-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from ManoManoTech/4-domain-language-rename-tas…
…k-to-mission Task -> Mission
- Loading branch information
Showing
103 changed files
with
1,885 additions
and
1,853 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
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
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,7 +1,7 @@ | ||
Provide the following in memory adapters for the HeroesDesk application: | ||
``` | ||
org.hexastacks.heroesdesk.kotlin.adapters.inmemory.TaskRepositoryInMemory | ||
org.hexastacks.heroesdesk.kotlin.adapters.inmemory.UserRepositoryInMemory | ||
org.hexastacks.heroesdesk.kotlin.ports.inmemory.MissionRepositoryInMemory | ||
org.hexastacks.heroesdesk.kotlin.ports.inmemory.UserRepositoryInMemory | ||
``` | ||
|
||
Correspondingly, the default HeroesDesk test class is `org.hexastacks.heroesdesk.kotlin.HeroesDeskImplTest` and uses the above in memory adapters. | ||
Correspondingly, the default HeroesDesk test class is `org.hexastacks.heroesdesk.kotlin.test.AbstractHeroesDeskTest` and uses the above in memory adapters. |
Oops, something went wrong.