Thresholds

mutationtesting.Thresholds$
See theThresholds companion class
object Thresholds

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Thresholds.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def create(high: Int, low: Int): Either[String, Thresholds]

Smart constructor to create a mutationtesting.Thresholds. Returns an Either of an error message if the values are out of bounds, or the Thresholds object

Smart constructor to create a mutationtesting.Thresholds. Returns an Either of an error message if the values are out of bounds, or the Thresholds object

Attributes