January 2020
Intermediate to advanced
532 pages
13h 31m
English
Julia comes with excellent tools for building automated unit tests. When the programmer follows good design patterns and best practices, the software is likely going to be composed of many small functions that can be tested individually.
Unfortunately, certain test cases are more difficult to handle. They usually involve testing components that have specific dependencies that are awkward to be included in automated tests. Common issues include the following:
Stubbing/Mocking is a common strategy to ...
Read now
Unlock full access