Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 3139348

Browse files
Josh4gitaboutitnaomiblack
authored andcommitted
added image "spectrum" and created new image folder for "unit-testing"
1 parent a2868b9 commit 3139348

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

public/docs/ts/latest/guide/unit-testing-01.jade

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ include ../../../../_includes/_util-fns
2121

2222
There is considerable variety within functional testing, a spectrum from short, quick pure unit tests to long running end-to-end tests. We could classify them in broad groups
2323

24+
figure.image-display
25+
img(src='/resources/images/devguide/unit-testing/spectrum.png' alt="Functional Testing Spectrum")
2426

25-
27+
:markdown
2628
Pure unit test
2729
We test the part in isolation. Either the part has no dependencies or we fake all of its dependencies during the test
2830
Close-in integration
Loading

0 commit comments

Comments
 (0)