Skip to content

Commit 0caea25

Browse files
kopporsocadk
andauthored
Update examples.md: typo fixed, line breaks in md source improved (#153)
* Update examples.md: typo fixed, line breaks in md source improved * One more line break --------- Co-authored-by: Doc SoC <[email protected]>
1 parent d64871a commit 0caea25

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/examples.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ How to write readable test assertions for advanced tests?
3131

3232
## Decision Outcome
3333

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.
3537
```
3638

3739
## Long Version
@@ -71,7 +73,8 @@ Chosen option: "Plain JUnit5", because comes out best (see "Pros and Cons of the
7173

7274
* Check project dependencies, JUnit5 should appear (and be the only test assertion library).
7375
* 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).
7578

7679
## Pros and Cons of the Options
7780

@@ -134,4 +137,4 @@ German comparison between Hamcrest and AssertJ: <https://www.sigs-datacom.de/upl
134137
## More Examples
135138

136139
["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

Comments
 (0)