final case class ScriptedTest(group: String, name: String) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScriptedTest
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScriptedTest(group: String, name: String)
Value Members
- val group: String
- val name: String
-
def
toString(): String
- Definition Classes
- ScriptedTest → AnyRef → Any