Description: There are a number of features in JUnit for enhancing and expanding tests. This course covers how to create test suites and categories, optimize JUnit tests using execution procedures, timeouts and rules, manage test data, use theories and mock objects, run tests with Maven, and implement testing in legacy code.
Target Audience: Java programmers who wish to use JUnit for unit testing
Duration: 01:20
Description: JUnit is a framework for writing and running unit tests for Java. This course covers how to get started with JUnit, key members of the API, and how to create a test case and use fixtures.
Target Audience: Java programmers who wish to use JUnit for unit testing
Duration: 01:22