final class Group extends Product with Serializable
A named group of tests configured to run in the same JVM or be forked.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Group
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Group(name: String, tests: Seq[TestDefinition], runPolicy: TestRunPolicy)
- new Group(name: String, tests: Seq[TestDefinition], runPolicy: TestRunPolicy, tags: Seq[(Tag, Int)])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Group → Equals → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- Group → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
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()
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
- val runPolicy: TestRunPolicy
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tags: Seq[(Tag, Int)]
- val tests: Seq[TestDefinition]
-
def
toString(): String
- Definition Classes
- Group → AnyRef → Any
-
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
- @throws( ... ) @native()
- def withName(name: String): Group
- def withRunPolicy(runPolicy: TestRunPolicy): Group
- def withTags(tags: Seq[(Tag, Int)]): Group
- def withTests(tests: Seq[TestDefinition]): Group
Deprecated Value Members
-
def
canEqual(arg0: Any): Boolean
- Definition Classes
- Group → Equals
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) Methods generated for case class will be removed in the future.
-
def
copy(name: String = this.name, tests: Seq[TestDefinition] = this.tests, runPolicy: TestRunPolicy = this.runPolicy): Group
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) Methods generated for case class will be removed in the future.
-
def
productArity: Int
- Definition Classes
- Group → Product
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) Methods generated for case class will be removed in the future.
-
def
productElement(arg0: Int): Any
- Definition Classes
- Group → Product
- Annotations
- @deprecated
- Deprecated
(Since version 1.4.0) Methods generated for case class will be removed in the future.