Skip to content

Commit fd38354

Browse files
committed
slides re organisation: 100% coverage
1 parent 8ec64ed commit fd38354

1 file changed

Lines changed: 14 additions & 22 deletions

File tree

presentation/slides.md

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,19 @@ layout: section
7272
Job of the Tech Lead / Architect
7373

7474

75+
---
76+
layout: two-col-image-text
77+
image: ./images/meme-2-unit-tests-no-integration.jpg
78+
---
79+
80+
# UnitTesting?
81+
82+
## It does not cover all bases
83+
84+
<!-- Note that we are only talking about UnitTesting here. Other tests, like integration tests are also needed! -->
85+
86+
87+
7588
---
7689
layout: default
7790
---
@@ -222,7 +235,7 @@ size: md
222235

223236
::image::
224237

225-
![](./images/meme-100-coverage-257-bugs.jpg)
238+
![](./images/comic-trivial-test.png)
226239

227240
::content::
228241

@@ -246,27 +259,6 @@ Technical Code: Do you want to test your implementation of ILogger? EntityFramew
246259
One-time migrations: Do you want tests for a migration that will run only once?
247260
-->
248261

249-
---
250-
layout: two-col-image-text
251-
image: ./images/meme-2-unit-tests-no-integration.jpg
252-
---
253-
254-
# 100% Coverage?
255-
256-
## It does not cover all bases
257-
258-
<!-- Note that we are only talking about UnitTesting here. Other tests, like integration tests are also needed! -->
259-
260-
---
261-
layout: two-col-image-text
262-
image: ./images/comic-trivial-test.png
263-
h1:
264-
type: dot
265-
color: muted
266-
position: end
267-
---
268-
269-
# 100% Coverage?
270262

271263
---
272264
layout: default-aside

0 commit comments

Comments
 (0)