UnitTests

  • Advantages of Unit Tests

    Published on

    in

    Reading time:

    2–3 minutes

    The quality of software is a permanently important topic. Any help is welcome. Unit tests, for example, are a great help and should be considered for a variety of reasons.

  • Be the first to use your class

    Published on

    in

    Reading time:

    3–4 minutes

    The use of unit tests has many positive effects. In particular, if you test your own classes directly using unit tests, long before anyone else, you have the chance to improve the design significantly.

  • Of Mocks and Fakes

    Reading time:

    1–2 minutes

    Dummy, fake, stub, mock, spy, shim, shiv – so many terms that can easily be confused or that everyone needs to know in order to talk about them together. That’s too complicated for me. Hence my simplification.