14 Commits

Author SHA1 Message Date
CF
c150871a94
Update to JUnit5 across all modules (#1668)
* Updated saga to JUnit 5

* Update fix for CI job in trampoline module

* Updated update-method module to JUnit 5

* Upgraded to latest JUnit Jupiter
JUnit 4 is not needed when using JUnit-Vintage

* Reverted change to access modifier on Trampoline

* Cleanup to resolve code smells

* Formatting

* Formatting

* Migrating to JUnit5 and updating some Mockito patterns

* Migrating to JUnit5

* Migrating to JUnit5

* Migrating to JUnit 5

* Formatting cleanup

* Added missing scope for junit

* Fixed tests that were not running previously.

Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-03-06 14:42:46 +05:30
Subhrodip Mohanta
7891c2b117
update inception year to 2021 (#1653) 2021-02-14 11:57:57 +02:00
ruchpeanuts
2aa4c963eb
Update README.md (#1598)
Factory method is updated with real world examples
2020-12-13 17:33:43 +02:00
Anurag870
29ceac2fb0
Update README.md (#1592) 2020-12-05 10:56:00 +02:00
Anurag870
68308dc550
Update README.md (#1590) 2020-12-05 10:34:49 +02:00
Girish Kulkarni
7931471b99
Word mistake in factory/README.md #1601 2020-11-30 15:26:01 +05:30
Ilkka Seppälä
e5d219609d Add missing license headers 2020-10-04 14:17:28 +03:00
Ilkka Seppälä
ef326ee77e Update README.md 2020-09-06 19:56:07 +03:00
Ilkka Seppälä
8b5f532a50 Update README.md 2020-09-06 19:55:38 +03:00
Ilkka Seppälä
a1da1e4973 Cleanup factory 2020-09-06 19:46:13 +03:00
Samil Ayoub
bf41b1d9c9 Updates README.md:
- Adding class diagram
- Adding Pros and Cons
- replace "" with ''
2020-09-05 18:39:28 +01:00
Samil Ayoub
b3ef214cd6 Change tabs to spaces in pom.xml 2020-09-04 22:02:19 +01:00
Samil Ayoub
6caf78e4e5 updates :
- Using lambda expression to create cars
- Using spaces instead of tabs in pom.xml
2020-09-04 21:21:51 +01:00
Samil Ayoub
badf0c6b8c - README.md is added
- Change the name to factory is done
- Local variable type inference is used
2020-09-03 22:08:54 +01:00