EclEmma 3.1.9 | Java Code Coverage for Eclipse | |
Managing Coverage SessionsA coverage session is the code coverage information of particular program run. It contains the list of considered Java classes along with the recorded coverage details. Session LifecycleA coverage session is automatically created at the end of each coverage launch or whenever an intermediate execution data has been trigger by the user. Alternatively, sessions can be imported from external launches. The coverage view allows removing sessions. All coverage sessions are deleted when the workbench is closed. The Active SessionEven if there can be multiple coverage sessions, only one session can be the active coverage session. The active session can be selected from a drop-down list in the coverage view and defines the input of this view as well as the Java source highlighting. Merging SessionsIf the overall test set consists of multiple test launches, they will result in multiple different coverage session. For analysis it may make sense to combine these sessions to a single session. If there is more than one session the coverage view provides the Merge Sessions command. This command allows selecting a subset from the existing sessions and combining it to a single coverage session. |
Copyright © 2006, 2017 Mountainminds GmbH & Co. KG and Contributors | Validate XHTML/CSS · Last Modified 2016-08-30 in Commit b21b8b75 |