must be defined in subclass.
must be defined in subclass.
must be defined in subclass
must be defined in subclass
if is set to true, than executed
if is set to true, than executed
check - are we have instance of clazz somewhere in our package structure upper to current class.
check - are we have instance of clazz somewhere in our package structure upper to current class.
- class to search
optional action which can be used by client, overriding this method to perform some custom steps after receiving new value in this DSL.
optional action which can be used by client, overriding this method to perform some custom steps after receiving new value in this DSL. By default- do nothing and return given value.
called when we receive new value.
called when we receive new value. (by default - nothing).
called by owner after instantiation
called by owner after instantiation
This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of expectResult instead.
This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of expectResult instead.
Use propertiesFor instead.
A sister trait to
org.scalatest.PropSpec
that can pass a managed fixture object into its tests.