p
funsuite
package funsuite
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class AfterAll extends AnyRef
- class AfterEach extends AnyRef
- class Arguments extends AnyRef
- trait Assertions extends AnyRef
- class BeforeAll extends AnyRef
- class BeforeEach extends AnyRef
- class FailException extends Exception
- class Framework extends JUnitFramework
- class FunSuite extends Assertions with TestOptionsConversions
- final class FunSuiteRunner extends Runner
- class Location extends Annotation with Serializable
- class Tag extends AnyRef
- class Test extends AnyRef
-
case class
TestOptions(name: String, tags: Set[Tag], loc: Location) extends Product with Serializable
Options used when running a test.
Options used when running a test. It can be built implicitly from a String (@see tests.TestOptionsConverstions)
- name
the test name, used in the UI and to select it with testOnly
- tags
a set of tests.Tag, used to attach semantic information to a test
- trait TestOptionsConversions extends AnyRef
Value Members
- object Assertions extends Assertions
- object Location extends Serializable
- object Tag