Searched refs:HAS_CODE_COVERAGE (Results 1 – 1 of 1) sorted by relevance
132 public static final String HAS_CODE_COVERAGE = "hasCodeCoverage"; field in TestRunEntity239 testRunEntity.setProperty(HAS_CODE_COVERAGE, this.hasCodeCoverage); in toEntity()365 if (e.hasProperty(HAS_CODE_COVERAGE)) { in fromEntity()366 hasCodeCoverage = (boolean) e.getProperty(HAS_CODE_COVERAGE); in fromEntity()