Skip to content

josdugan/Testing-with-JUnit

 
 

Repository files navigation

Testing with JUnit

Source code repository of the book Testing with JUnit

Build Status Coverage Status Book Details

Testing with JUnit gives a profound entry point in the essentials of unit testing and prepares you for test-related daily work challenges. For the best possible understanding, I have hosted the complete source code of the book's example app at this repository.

This allows you to comprehend the various aspects of JUnit testing from within a more complex development context and facilitates an exchange of ideas using the repository's issue tracker.

You will find a separate folder for each chapter, providing a complete project configuration with all dependencies and sources. This means navigating to this directory and using the 'mvn test' Maven command should enable you to compile and run the given examples easily. An exception from the rule is chapter eight, where the pom.xml is located in the subfolder 'build'.

Chapter eight contains the complete sample application and can be launched on various platforms and widget toolkits. Look out for the 'Application' classes in the 'timeline.swing.application' or 'timeline.swt.application' projects, or use the RAP 'Configuration' in the 'timeline.tabris' project, if you want to run the web or mobile modules. In case you are using Eclipse the projects contain predefined lauch configurations.

Note that the sample is not meant to be production ready, using splash screens or the like on startup. In fact, the first launch will take some time as it clones the JUnit Git Repository using its commits as timeline content.

License

The source code is published under the Eclipse Public License - v 1.0

About

Source code repository of the book Testing with JUnit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%