Test

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

Value members

Constructors

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

Concrete methods

def annotationType(): Class[_ <: Annotation]

Concrete fields

val expected: Class[_ <: Throwable]