You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ How to write readable test assertions for advanced tests?
31
31
32
32
## Decision Outcome
33
33
34
-
Chosen option: "Plain JUnit5", because it is a standard framework and the features of the other frameworks do not outweigh the drawbrack of adding a new dependency.
34
+
Chosen option: "Plain JUnit5", because it is a standard framework
35
+
and the features of the other frameworks do not outweigh the
36
+
drawbrack of adding a new dependency.
35
37
```
36
38
37
39
## Long Version
@@ -71,7 +73,8 @@ Chosen option: "Plain JUnit5", because comes out best (see "Pros and Cons of the
71
73
72
74
* Check project dependencies, JUnit5 should appear (and be the only test assertion library).
73
75
* Collect experience with JUnit5 in sprint reviews and retrospectives: does the gained experience match the pros and cons evaluation below?
74
-
* Decide whether and when to review the decision (this is the 'R' in the [ecADR definition of done](https://medium.com/olzzio/a-definition-of-done-for-architectural-decisions-426cf5a952b9) for ADs).
76
+
* Decide whether and when to review the decision (this is the 'R' in the [ecADR definition of done]
77
+
(https://medium.com/olzzio/a-definition-of-done-for-architectural-decisions-426cf5a952b9) for ADs).
75
78
76
79
## Pros and Cons of the Options
77
80
@@ -134,4 +137,4 @@ German comparison between Hamcrest and AssertJ: <https://www.sigs-datacom.de/upl
134
137
## More Examples
135
138
136
139
["https://medium.com/olzzio/the-markdown-adr-madr-template-explained-and-distilled-b67603ec95bb"](https://medium.com/olzzio/the-markdown-adr-madr-template-explained-and-distilled-b67603ec95bb) provides another example (under "Example of Filled Out Template").
137
-
Finally, the [decisions concerding MADR itself](decisions/)[[source](https://github.com/adr/madr/tree/develop/docs/decisions)] also provide examples as well.
140
+
Finally, the [decisions concerning MADR itself](decisions/)[[source](https://github.com/adr/madr/tree/develop/docs/decisions)] also provide examples as well.
0 commit comments