case class GeneratedTestSetState(state: State, criterion: TestGenerator) extends GeneratedTestSet with Product with Serializable
Represents an initial state generated by a test generator
- state
handled state
- criterion
matching TestGenerator
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeneratedTestSetState
- Serializable
- Serializable
- Product
- Equals
- GeneratedTestSet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
GeneratedTestSetState(state: State, criterion: TestGenerator)
- state
handled state
- criterion
matching TestGenerator
Value Members
-
final
def
!=(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
checkError: Option[String]
Get the message error of this generated test set, if any
Get the message error of this generated test set, if any
- returns
Some(error message) if any None otherwise
- Definition Classes
- GeneratedTestSetState → GeneratedTestSet
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val criterion: TestGenerator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flatten: Set[State]
Get the state set in a readable format
Get the state set in a readable format
- Definition Classes
- GeneratedTestSetState → GeneratedTestSet
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val state: State
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
valid: Boolean
Checks if this generated test set is valid
Checks if this generated test set is valid
- Definition Classes
- GeneratedTestSetState → GeneratedTestSet
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )