Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Java Test Runner Plugin - Requirements

Hi all,

I'm currently working on finalizing the requirements for Eclipse Che Java Test Runner Plugin[1]. The following list contains brief description about the requirements.
  • Context menu for run the test cases: In the project explorer right clicking on a java test class should show a menu item for run that test class.
  • Main menu item for run all tests: Main menu bar contains a menu item for running all the test classes of the project.
  • GUI for showing test runner state: After launching the tests the test runner window will open and show the current status of the test runner such as launch, waiting for the results and finished.
  • View the details of a failing test: A window will display for the user to view the failing test cases including stack trace and difference of the assertions.
  • Navigation to the failing class: In the details window there must be an action for jump to the failing test class.
  • Extendable framework: The test runner plugin must provide an extendable framework for adding new test runner implementations without modification to the REST services and the GUI.

Any feedback or suggestions are highly appreciated.

[1] https://wiki.eclipse.org/Google_Summer_of_Code_2016_Ideas#Eclipse_CHE:_JUnit_and_TestNG_test_runner_for_Eclipse_Che

Thanks.

Mirage Abeysekara
Undergraduate
ComputerĀ ScienceĀ and Engineering
University of Moratuwa

Back to the top