public class CoverageConfiguration extends Object
Define the configuration for the coverage calculation
| Modifier and Type | Class and Description |
|---|---|
static class |
CoverageConfiguration.CoverageConfigurationBuilder
Coverage Configuration Builder
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ILLEGAL_PORT_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCoveragePort() |
Set<String> |
getIgnoredFiles() |
Set<String> |
getIgnoredFlowNames() |
Set<String> |
getSuitePaths() |
Boolean |
isRandomizeCoveragePort() |
Boolean |
isRunCoverage() |
public static final int ILLEGAL_PORT_NUMBER
Copyright © 2018. All rights reserved.