Test

class Test(val expected: Class[_ <: Throwable], val timeout: Long) extends StaticAnnotation with Annotation
Companion:
object
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any

Value members

Constructors

def this(expected: Class[_ <: Throwable])
def this(timeout: Long)
def this()

Concrete methods

Concrete fields

val expected: Class[_ <: Throwable]
val timeout: Long