CoregexGen

com.github.simy4.coregex.scalacheck.CoregexGen$
object CoregexGen

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CoregexGen.type

Members list

Value members

Concrete methods

def apply(coregex: Coregex, size: Option[Int]): Gen[String]
def fromPattern(regex: Pattern, size: Option[Int]): Gen[String]
def fromRegex(regex: Regex, size: Option[Int]): Gen[String]