Spring Advantages
Let's go through the advantages of Spring.
We'll cover the following...
How useful all of this is depends on what we’re trying to do.
Essentially, Spring is useful to the extent that startup time is swamping our test runtime. This normally happens in one of the following cases:
-
Our test suite runtime is less than our application startup time
-
Our test suite is slow, but we’re willing to run just a small subset of our tests ...