Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
I
J
L
M
N
O
P
R
S
T
U
V
W
Y
A
addAssert(Test, String, boolean)
- Method in class junit.extensions.jfunc.
JFuncResult
addAssert(Test, String, boolean)
- Method in interface junit.extensions.jfunc.
AssertListener
An assert happened.
assert(boolean)
- Method in class junit.extensions.jfunc.
JFuncAssert
Deprecated.
use assertTrue
assert(String, boolean)
- Method in class junit.extensions.jfunc.
JFuncAssert
Deprecated.
use assertTrue
assertEquals(boolean, boolean)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two booleans are equal.
assertEquals(byte, byte)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two bytes are equal.
assertEquals(char, char)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two chars are equal.
assertEquals(double, double, double)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two doubles are equal concerning a delta.
assertEquals(float, float, float)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two floats are equal concerning a delta.
assertEquals(int, int)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two ints are equal.
assertEquals(long, long)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two longs are equal.
assertEquals(Object, Object)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two objects are equal.
assertEquals(short, short)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two shorts are equal.
assertEquals(String, boolean, boolean)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two booleans are equal.
assertEquals(String, byte, byte)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two bytes are equal.
assertEquals(String, char, char)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two chars are equal.
assertEquals(String, double, double, double)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two doubles are equal concerning a delta.
assertEquals(String, float, float, float)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two floats are equal concerning a delta.
assertEquals(String, int, int)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two ints are equal.
assertEquals(String, long, long)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two longs are equal.
assertEquals(String, Object, Object)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two objects are equal.
assertEquals(String, short, short)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two shorts are equal.
AssertListener
- interface junit.extensions.jfunc.
AssertListener
.
Extends the TestListener to provide more information regarding assertions.
assertNotNull(Object)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that an object isn't null.
assertNotNull(String, Object)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that an object isn't null.
assertNull(Object)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that an object is null.
assertNull(String, Object)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that an object is null.
assertSame(Object, Object)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two objects refer to the same object.
assertSame(String, Object, Object)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that two objects refer to the same object.
assertTrue(boolean)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that a condition is true.
assertTrue(String, boolean)
- Method in class junit.extensions.jfunc.
JFuncAssert
Asserts that a condition is true.
B
BACKGROUND
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
BACKGROUND needs to be added to the color, not or'd (|)
BaseTestRunner
- class junit.extensions.jfunc.runner.
BaseTestRunner
.
Base class for all test runners.
BaseTestRunner()
- Constructor for class junit.extensions.jfunc.runner.
BaseTestRunner
beVerbose()
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
BLACK
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
BLINK
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
Use with caution if you are epileptic
BLUE
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
BOLD
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
BRIGHT
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
BROWN
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
C
clearStatus()
- Method in class junit.extensions.jfunc.runner.
BaseTestRunner
Clears the status message.
ColorWriter
- class junit.extensions.jfunc.util.
ColorWriter
.
ColorWriter(OutputStream)
- Constructor for class junit.extensions.jfunc.util.
ColorWriter
ColorWriter(OutputStream, boolean)
- Constructor for class junit.extensions.jfunc.util.
ColorWriter
ColorWriter(Writer)
- Constructor for class junit.extensions.jfunc.util.
ColorWriter
ColorWriter(Writer, boolean)
- Constructor for class junit.extensions.jfunc.util.
ColorWriter
CONCEALED
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
countTestCases()
- Method in class junit.extensions.jfunc.
JFuncTestCase
Counts the number of test cases executed by run(TestResult result).
countTestCases()
- Method in class junit.extensions.jfunc.
TestletWrapper
createResult()
- Method in class junit.extensions.jfunc.
JFuncTestCase
Creates a default TestResult object
createTestResult()
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
Creates the TestResult to be used for the test run.
CYAN
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
D
DARK_GRAY
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
DARK_GREY
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
DEFAULT
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
doRun(Test, boolean)
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
E
elapsedTimeAsString(long)
- Method in class junit.extensions.jfunc.runner.
BaseTestRunner
Returns the formatted string of the elapsed time.
enableColor(boolean)
- Method in class junit.extensions.jfunc.util.
ColorWriter
ERRORED
- Static variable in class junit.extensions.jfunc.
JFuncResult
extractClassName(String)
- Method in class junit.extensions.jfunc.runner.
BaseTestRunner
Extract the class name from a String in VA/Java style
F
fail()
- Method in class junit.extensions.jfunc.
JFuncAssert
Fails a test with no message.
fail(String)
- Method in class junit.extensions.jfunc.
JFuncAssert
Fails a test with the given message.
FAILED
- Static variable in class junit.extensions.jfunc.
JFuncResult
filterStack(String)
- Static method in class junit.extensions.jfunc.runner.
BaseTestRunner
filterStack(String, boolean)
- Static method in class junit.extensions.jfunc.runner.
BaseTestRunner
Filters stack frames from internal JUnit classes
firstTest()
- Method in class junit.extensions.jfunc.samples.
OrderedTest
G
getFilteredTrace(Throwable)
- Static method in class junit.extensions.jfunc.runner.
BaseTestRunner
getFilteredTrace(Throwable, boolean)
- Static method in class junit.extensions.jfunc.runner.
BaseTestRunner
Returns a filtered stack trace
getLoader()
- Method in class junit.extensions.jfunc.runner.
BaseTestRunner
Returns the loader to be used.
getLoader()
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
Always use the StandardTestSuiteLoader.
getName()
- Method in class junit.extensions.jfunc.
JFuncTestCase
Gets the name of a TestCase
getPreference(String)
- Static method in class junit.extensions.jfunc.runner.
BaseTestRunner
getPreference(String, int)
- Static method in class junit.extensions.jfunc.runner.
BaseTestRunner
getProxy(Class[], Class)
- Static method in class junit.extensions.jfunc.
TestletWrapper
getResult()
- Method in class junit.extensions.jfunc.
JFuncAssert
getTest()
- Method in class junit.extensions.jfunc.
JFuncAssert
Returns the test that's currently using the asserts.
getTest(String)
- Method in class junit.extensions.jfunc.runner.
BaseTestRunner
Returns the Test corresponding to the given suite.
getTest(String, String[])
- Method in class junit.extensions.jfunc.runner.
BaseTestRunner
getTestProxy(Test)
- Method in class junit.extensions.jfunc.
JFuncResult
Returns a proxy of the test that will actually be run when called.
getTestProxy(Test)
- Method in class junit.extensions.jfunc.
JFuncSuite
Returns an object that looks like the given test object, and can be cast to that object.
GREEN
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
I
id()
- Static method in class junit.extensions.jfunc.runner.
Version
inVAJava()
- Static method in class junit.extensions.jfunc.runner.
BaseTestRunner
INVERSE
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
isFatal()
- Method in class junit.extensions.jfunc.
JFuncAssert
J
JFuncAssert
- class junit.extensions.jfunc.
JFuncAssert
.
Basically this is JUnit's Assert made into an instance class, rather than a static one.
JFuncAssert()
- Constructor for class junit.extensions.jfunc.
JFuncAssert
Public constructor for performing asserts on a test which extends Assert (XXX can't do non-fatal asserts, unless extended from)
JFuncAssert(Test, TestResult)
- Constructor for class junit.extensions.jfunc.
JFuncAssert
Public constructor for performing asserts on tests which don't extend Assert.
JFuncResult
- class junit.extensions.jfunc.
JFuncResult
.
JFuncResult main function is to pass verbose assertions to the
AssertListener
s.
JFuncResult()
- Constructor for class junit.extensions.jfunc.
JFuncResult
JFuncRunner
- class junit.extensions.jfunc.textui.
JFuncRunner
.
A command line based tool to run tests.
JFuncRunner()
- Constructor for class junit.extensions.jfunc.textui.
JFuncRunner
Constructs a TestRunner.
JFuncRunner(PrintStream)
- Constructor for class junit.extensions.jfunc.textui.
JFuncRunner
Constructs a TestRunner using the given stream for all the output
JFuncSuite
- class junit.extensions.jfunc.
JFuncSuite
.
The JFuncSuite uses dynamic proxies for classes to make suite construction in JUnit easier and emplore more compile time checks.
JFuncSuite()
- Constructor for class junit.extensions.jfunc.
JFuncSuite
Constructs a test suite object.
JFuncTest
- class junit.extensions.jfunc.tests.
JFuncTest
.
Tests the JFunc framework itself.
JFuncTest.InnerTest
- class junit.extensions.jfunc.tests.
JFuncTest.InnerTest
.
JFuncTest.InnerTest()
- Constructor for class junit.extensions.jfunc.tests.
JFuncTest.InnerTest
JFuncTest.InnerTest(boolean)
- Constructor for class junit.extensions.jfunc.tests.
JFuncTest.InnerTest
JFuncTest()
- Constructor for class junit.extensions.jfunc.tests.
JFuncTest
For proxy construction only.
JFuncTest(String)
- Constructor for class junit.extensions.jfunc.tests.
JFuncTest
JFuncTestCase
- class junit.extensions.jfunc.
JFuncTestCase
.
JFuncTestCase works the same as TestCase for most purposes, but it uses JFunc's assert classes which allow for other features like multiple failures and verbose assertions.
JFuncTestCase()
- Constructor for class junit.extensions.jfunc.
JFuncTestCase
No-arg constructor to enable serialization.
JFuncTestCase(String)
- Constructor for class junit.extensions.jfunc.
JFuncTestCase
Constructs a test case with the given name.
junit.extensions.jfunc
- package junit.extensions.jfunc
junit.extensions.jfunc.runner
- package junit.extensions.jfunc.runner
junit.extensions.jfunc.samples
- package junit.extensions.jfunc.samples
junit.extensions.jfunc.tests
- package junit.extensions.jfunc.tests
junit.extensions.jfunc.textui
- package junit.extensions.jfunc.textui
junit.extensions.jfunc.util
- package junit.extensions.jfunc.util
L
LIGHT
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
LIGHT_GRAY
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
LIGHT_GREY
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
loadSuiteClass(String)
- Method in class junit.extensions.jfunc.runner.
BaseTestRunner
Returns the loaded Class for a suite name.
M
main(String[])
- Static method in class junit.extensions.jfunc.textui.
JFuncRunner
main(String[])
- Static method in class junit.extensions.jfunc.util.
ColorWriter
manyTests(boolean)
- Method in class junit.extensions.jfunc.
JFuncSuite
N
name()
- Method in class junit.extensions.jfunc.
JFuncTestCase
Deprecated.
use getName()
name()
- Method in class junit.extensions.jfunc.
TestletWrapper
NO_RESET
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
O
oneTest(boolean)
- Method in class junit.extensions.jfunc.
JFuncSuite
This kind of functionality should be used sparingly as the state of the test object may be important and tests can interfere with one anothers data.
OrderedTest
- class junit.extensions.jfunc.samples.
OrderedTest
.
OrderedTest()
- Constructor for class junit.extensions.jfunc.samples.
OrderedTest
P
PASSED
- Static variable in class junit.extensions.jfunc.
JFuncResult
pause(boolean)
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
print(TestResult)
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
Prints failures to the standard output
printErrors(TestResult)
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
Prints the errors to the standard output
printFailures(TestResult)
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
Prints failures to the standard output
printHeader(TestResult)
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
Prints the header of the report
processArguments(String[])
- Method in class junit.extensions.jfunc.runner.
BaseTestRunner
Processes the command line arguments and returns the name of the suite class to run or null
PURPLE
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
R
RED
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
REGULAR
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
result
- Variable in class junit.extensions.jfunc.
JFuncAssert
Needed for doing multiple failures in one test.
run()
- Method in class junit.extensions.jfunc.
JFuncTestCase
A convenience method to run this test, collecting the results with a default TestResult object.
run(Class)
- Static method in class junit.extensions.jfunc.textui.
JFuncRunner
Runs a suite extracted from a TestCase subclass.
run(Test)
- Static method in class junit.extensions.jfunc.textui.
JFuncRunner
Runs a single test and collects its results.
run(TestResult)
- Method in class junit.extensions.jfunc.
JFuncTestCase
Runs the test case and collects the results in TestResult.
run(TestResult)
- Method in class junit.extensions.jfunc.
TestletWrapper
runAndWait(Test)
- Static method in class junit.extensions.jfunc.textui.
JFuncRunner
Runs a single test and waits until the user types RETURN.
runBare()
- Method in class junit.extensions.jfunc.
JFuncTestCase
Runs the bare test sequence.
runBare(TestResult)
- Method in class junit.extensions.jfunc.
TestletWrapper
runFailed(String)
- Method in class junit.extensions.jfunc.runner.
BaseTestRunner
Override to define how to handle a failed loading of a test suite.
runFailed(String)
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
runTest()
- Method in class junit.extensions.jfunc.
JFuncTestCase
Override to run the test and assert its state.
S
secondTest()
- Method in class junit.extensions.jfunc.samples.
OrderedTest
setColor(int)
- Method in class junit.extensions.jfunc.util.
ColorWriter
setColor(int, int)
- Method in class junit.extensions.jfunc.util.
ColorWriter
setColor(Writer, int)
- Static method in class junit.extensions.jfunc.util.
ColorWriter
Set color on any Writer
setFatal(boolean)
- Method in class junit.extensions.jfunc.
JFuncAssert
setLoading(boolean)
- Method in class junit.extensions.jfunc.runner.
BaseTestRunner
Sets the loading behaviour of the test runner
setName(String)
- Method in class junit.extensions.jfunc.
JFuncTestCase
Sets the name of a TestCase
setResult(TestResult)
- Method in class junit.extensions.jfunc.
JFuncAssert
Must be set prior to running test, if test is intended to do non-fatal assertions.
setTest(Test)
- Method in class junit.extensions.jfunc.
JFuncAssert
Must be set prior to running test, if test is intended to do non-fatal assertions.
setUp()
- Method in class junit.extensions.jfunc.
JFuncTestCase
Sets up the fixture, for example, open a network connection.
setUp()
- Method in class junit.extensions.jfunc.samples.
SimpleTest
shift
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
Other attributes
shortName(Class)
- Static method in class junit.extensions.jfunc.
JFuncTestCase
SimpleTest
- class junit.extensions.jfunc.samples.
SimpleTest
.
Some simple tests.
SimpleTest()
- Constructor for class junit.extensions.jfunc.samples.
SimpleTest
This is used by the proxy and no one else.
SimpleTest(String)
- Constructor for class junit.extensions.jfunc.samples.
SimpleTest
SimpleTest(String, boolean)
- Constructor for class junit.extensions.jfunc.samples.
SimpleTest
start(String[])
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
Starts a test run.
SUITE_METHODNAME
- Static variable in class junit.extensions.jfunc.runner.
BaseTestRunner
suite()
- Static method in class junit.extensions.jfunc.samples.
OrderedTest
suite()
- Static method in class junit.extensions.jfunc.samples.
SimpleTest
suite()
- Static method in class junit.extensions.jfunc.tests.
SweetSuite
TestTest.
suite(String[])
- Static method in class junit.extensions.jfunc.samples.
SuiteConstruction
suite(String[])
- Static method in class junit.extensions.jfunc.samples.
SimpleTest
SuiteConstruction
- class junit.extensions.jfunc.samples.
SuiteConstruction
.
This sample illustrates the different means of constructing suites of tests.
SuiteConstruction()
- Constructor for class junit.extensions.jfunc.samples.
SuiteConstruction
For proxies only!
SuiteConstruction(String)
- Constructor for class junit.extensions.jfunc.samples.
SuiteConstruction
suiteNotSafe()
- Static method in class junit.extensions.jfunc.samples.
SuiteConstruction
suiteSharing()
- Static method in class junit.extensions.jfunc.samples.
SuiteConstruction
suiteTypeSafe()
- Static method in class junit.extensions.jfunc.samples.
SuiteConstruction
suiteUsingProxy()
- Static method in class junit.extensions.jfunc.samples.
SuiteConstruction
SweetSuite
- class junit.extensions.jfunc.tests.
SweetSuite
.
A simple test class that demonstrating JFuncTestSuite
SweetSuite()
- Constructor for class junit.extensions.jfunc.tests.
SweetSuite
Must have a default constructor in order for ProxyTestSuite to work
SweetSuite(String)
- Constructor for class junit.extensions.jfunc.tests.
SweetSuite
T
tearDown()
- Method in class junit.extensions.jfunc.
JFuncTestCase
Tears down the fixture, for example, close a network connection.
testArgs(String)
- Method in class junit.extensions.jfunc.tests.
SweetSuite
A test that can actually accept an argument.
testErrored()
- Method in class junit.extensions.jfunc.samples.
SuiteConstruction
testErrored()
- Method in class junit.extensions.jfunc.tests.
SweetSuite
This test simply throws an error
testFailed()
- Method in class junit.extensions.jfunc.samples.
SuiteConstruction
testFailed()
- Method in class junit.extensions.jfunc.tests.
JFuncTest.InnerTest
testFailed()
- Method in class junit.extensions.jfunc.tests.
SweetSuite
This test simply fails
testInnerTest()
- Method in class junit.extensions.jfunc.tests.
JFuncTest
testInstantError()
- Method in class junit.extensions.jfunc.samples.
SimpleTest
testInstantResult(boolean)
- Method in class junit.extensions.jfunc.samples.
SimpleTest
testJFuncTestCase()
- Method in class junit.extensions.jfunc.tests.
JFuncTest
TestletWrapper
- class junit.extensions.jfunc.
TestletWrapper
.
This wrapper is used to wrap an instance of test and provide it with a name and optionally arguments as well.
testMemberSharing()
- Method in class junit.extensions.jfunc.tests.
JFuncTest
testMultipleFailures()
- Method in class junit.extensions.jfunc.samples.
SimpleTest
testMultipleFailures()
- Method in class junit.extensions.jfunc.tests.
JFuncTest
testNoMemberSharing()
- Method in class junit.extensions.jfunc.tests.
JFuncTest
testNoMultipleFailures()
- Method in class junit.extensions.jfunc.tests.
JFuncTest
testPassed()
- Method in class junit.extensions.jfunc.samples.
SuiteConstruction
testPassed()
- Method in class junit.extensions.jfunc.tests.
JFuncTest.InnerTest
testPassed()
- Method in class junit.extensions.jfunc.tests.
SweetSuite
This test simply passes
testReturnValues()
- Method in class junit.extensions.jfunc.tests.
JFuncTest
testRunningMultipleFailures()
- Method in class junit.extensions.jfunc.tests.
JFuncTest
testRunningProxies()
- Method in class junit.extensions.jfunc.tests.
JFuncTest
testSharing()
- Method in class junit.extensions.jfunc.samples.
SuiteConstruction
testSharing()
- Method in class junit.extensions.jfunc.samples.
SimpleTest
This test illustrates the differences when using the oneTestInstancePerTest().
testSharing()
- Method in class junit.extensions.jfunc.tests.
SweetSuite
This test illustrates the differences when using the oneTestInstancePerTest().
testTestletWrapper()
- Method in class junit.extensions.jfunc.tests.
JFuncTest
testThrows()
- Method in class junit.extensions.jfunc.samples.
SimpleTest
testVerboseAssertions()
- Method in class junit.extensions.jfunc.samples.
SimpleTest
testVerboseAsserts()
- Method in class junit.extensions.jfunc.tests.
JFuncTest
testWithArgs(Object)
- Method in class junit.extensions.jfunc.samples.
SuiteConstruction
thirdTest()
- Method in class junit.extensions.jfunc.samples.
OrderedTest
toString()
- Method in class junit.extensions.jfunc.
JFuncTestCase
Returns a string representation of the test case
toString()
- Method in class junit.extensions.jfunc.
TestletWrapper
truncate(String)
- Static method in class junit.extensions.jfunc.runner.
BaseTestRunner
Truncates a String to the maximum length.
U
UNDEF
- Static variable in class junit.extensions.jfunc.
JFuncResult
UNDERSCORE
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
UsageException
- exception junit.extensions.jfunc.runner.
UsageException
.
UsageException()
- Constructor for class junit.extensions.jfunc.runner.
UsageException
UsageException(String)
- Constructor for class junit.extensions.jfunc.runner.
UsageException
useColor()
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
useReloadingTestSuiteLoader()
- Method in class junit.extensions.jfunc.runner.
BaseTestRunner
V
vassert(String, boolean)
- Method in class junit.extensions.jfunc.
VerboseAssert
The root assert method grounded in JUnit.
vassert(String, boolean, boolean)
- Method in class junit.extensions.jfunc.
VerboseAssert
vassert(String, int, int)
- Method in class junit.extensions.jfunc.
VerboseAssert
vassert(String, Object, Object)
- Method in class junit.extensions.jfunc.
VerboseAssert
vassert(String, Object, Object, boolean)
- Method in class junit.extensions.jfunc.
VerboseAssert
vassert(String, String, boolean)
- Method in class junit.extensions.jfunc.
VerboseAssert
VerboseAssert
- class junit.extensions.jfunc.
VerboseAssert
.
VerboseAssert allows for assertions to be displayed even if they passed.
VerboseAssert()
- Constructor for class junit.extensions.jfunc.
VerboseAssert
VerboseAssert(Test, TestResult)
- Constructor for class junit.extensions.jfunc.
VerboseAssert
Version
- class junit.extensions.jfunc.runner.
Version
.
This class defines the current version of JFunc
W
WHITE
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
writer()
- Method in class junit.extensions.jfunc.textui.
JFuncRunner
Y
YELLOW
- Static variable in class junit.extensions.jfunc.util.
ColorWriter
A
B
C
D
E
F
G
I
J
L
M
N
O
P
R
S
T
U
V
W
Y
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES