== In this section we provide a comparison of the different libraries on an instance of basic tests made on a class ==
=== Presentation of the class ===
== Presentation of the class ==
We used the `Dwarf` class to make our tests :
This class has the following fields : `String name; private double size; private double weight; private boolean hasBeard; private boolean hasHangover; SongRepository knownSongs` +
...
...
@@ -149,9 +147,9 @@ public class SongRepository {
----
====
=== Comparisons of the tests ===
== Comparisons of the tests ==
==== testConstructor ====
=== testConstructor ===
This test is to ensure that the constructor properly sets the object's fields