JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.scalatools.testing
Interface Event
public interface
Event
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
description
()
Throwable
error
()
Result
result
()
String
testName
()
Method Details
testName
String
testName
()
description
String
description
()
result
Result
result
()
error
Throwable
error
()