Our First Passing Test
In this lesson we will learn to write our first passing JUnit test.
We'll cover the following...
We'll cover the following...
For our first example, we’ll write tests against a small class named ScoreCollection
. Its goal is to return the mean (average) for a collection of scoreable
objects (things that answer with a ...