Skip to content

Commit

Permalink
Fix bad PR merge: remove old test class
Browse files Browse the repository at this point in the history
  • Loading branch information
maiflai committed Jul 5, 2015
1 parent 463c27b commit b153273
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/test/groovy/org/scoverage/AcceptanceTestUtils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,6 @@ import org.gradle.tooling.GradleConnector
import org.hamcrest.core.Is
import org.junit.Assert

enum CoverageType {
Line('cobertura.xml', 'line-rate'),
Statement('scoverage.xml', 'statement-rate'),
Branch('scoverage.xml', 'branch-rate')

String fileName
String paramName

CoverageType(String fileName, String paramName) {
this.fileName = fileName
this.paramName = paramName
}
}

/**
* Some utils for easy acceptance testing.
*/
Expand Down

0 comments on commit b153273

Please sign in to comment.