Skip to content

Commit a834d84

Browse files
committed
updated
1 parent 4a096df commit a834d84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2016-12-21-writing-better-tests--expectation-vs-implementation.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ title: "Writing Better Tests: Expectation vs Implementation"
44
date: 2016-12-21 01:03:50
55
---
66

7-
*Written by Michael Bodnarchuk @davert.
8-
9-
Thanks to Nick Palamarchuk for the review and ideas.*
10-
117

128
![](/images/car_test.jpg)
139

@@ -78,3 +74,7 @@ Overusing mocks also makes tests longer. Lines of test code you write doesn't al
7874

7975
So the actionable advice here is to think **what is important to you: a behavior or a result** (no matter how it is achieved). Try to **discover what is stable and what is not, rely on stable parts, and use public interfaces**. Thanks for reading.
8076

77+
78+
*Written by Michael Bodnarchuk @davert.*
79+
80+
*Thanks to Nick Palamarchuk for the review and ideas.*

0 commit comments

Comments
 (0)