Right click on your class and select create test skeleton – a new class file containing test cases for each of your class methods is generated
Right click on your class and select create mock class – a new mock class mocking all your base class methods is generated
The test runner window provides you with a centralized view of your tests execution status. Run and debug your tests as many times as needed.
Create test, mocks, run tests and debug your tests easily !