All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openbakery.coverage.model.Coverage.groovy Maven / Gradle / Ivy

There is a newer version: 0.9.4
Show newest version
package org.openbakery.coverage.model

/**
 * Created by rene on 26.02.16.
 * Enum that indicates how good the coverage is
 */
enum Coverage {
	Poor,
	Ok,
	Good
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy