JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
F
G
H
I
O
R
S
T
C
compareTo(TestId)
- Method in class fi.jumi.api.drivers.
TestId
D
Driver
- Class in
fi.jumi.api.drivers
Each testing framework should provide its own
Driver
implementation so that the Jumi test runner will know how to run tests written using that testing framework.
Driver()
- Constructor for class fi.jumi.api.drivers.
Driver
E
equals(Object)
- Method in class fi.jumi.api.drivers.
TestId
F
fi.jumi.api
- package fi.jumi.api
fi.jumi.api.drivers
- package fi.jumi.api.drivers
findTests(Class<?>, SuiteNotifier, Executor)
- Method in class fi.jumi.api.drivers.
Driver
Starts the execution of the tests in
testClass
.
fireFailure(Throwable)
- Method in interface fi.jumi.api.drivers.
TestNotifier
Notifies about a test failure.
fireInternalError(String, Throwable)
- Method in interface fi.jumi.api.drivers.
SuiteNotifier
Notifies about an internal error in the testing framework, i.e.
fireTestFinished()
- Method in interface fi.jumi.api.drivers.
TestNotifier
Notifies about the end of a test execution.
fireTestFound(TestId, String)
- Method in interface fi.jumi.api.drivers.
SuiteNotifier
Notifies about the existence of a test.
fireTestStarted(TestId)
- Method in interface fi.jumi.api.drivers.
SuiteNotifier
Notifies about the beginning of a test execution.
G
getFirstChild()
- Method in class fi.jumi.api.drivers.
TestId
getIndex()
- Method in class fi.jumi.api.drivers.
TestId
getNextSibling()
- Method in class fi.jumi.api.drivers.
TestId
getParent()
- Method in class fi.jumi.api.drivers.
TestId
H
hashCode()
- Method in class fi.jumi.api.drivers.
TestId
I
isAncestorOf(TestId)
- Method in class fi.jumi.api.drivers.
TestId
isDescendantOf(TestId)
- Method in class fi.jumi.api.drivers.
TestId
isFirstChild()
- Method in class fi.jumi.api.drivers.
TestId
isRoot()
- Method in class fi.jumi.api.drivers.
TestId
O
of(int...)
- Static method in class fi.jumi.api.drivers.
TestId
R
ROOT
- Static variable in class fi.jumi.api.drivers.
TestId
RunVia
- Annotation Type in
fi.jumi.api
Marks a class as a test and tells that which
Driver
to use for running the test.
S
SuiteNotifier
- Interface in
fi.jumi.api.drivers
T
TestId
- Class in
fi.jumi.api.drivers
Uniquely identifies a single test in the tree of all tests.
TestNotifier
- Interface in
fi.jumi.api.drivers
toString()
- Method in class fi.jumi.api.drivers.
TestId
C
D
E
F
G
H
I
O
R
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2011-2013. All Rights Reserved.