A B C D E F G H I L M O P R S T U V W

A

AllTests - class lejosunit.examples.AllTests.
Example for an overall test suite.
AllTests() - Constructor for class lejosunit.examples.AllTests
 
AllTests - class lejosunit.tests.AllTests.
All tests for leJOSUnit.
AllTests() - Constructor for class lejosunit.tests.AllTests
 
Assert - class lejosunit.framework.Assert.
A set of assert methods.
Assert() - Constructor for class lejosunit.framework.Assert
Protect constructor since it is a static only class
AssertTest - class lejosunit.tests.AssertTest.
Test class for the Assert class and all the assert methods.
AssertTest(String) - Constructor for class lejosunit.tests.AssertTest
Constructor to create a test case.
AssertionFailedError - error lejosunit.framework.AssertionFailedError.
An AssertionFailedError will be thrown when an assertion failed.
AssertionFailedError() - Constructor for class lejosunit.framework.AssertionFailedError
Default constructor
AssertionFailedError(String) - Constructor for class lejosunit.framework.AssertionFailedError
Constructor with an given explanation message.
addError(Test, Throwable) - Method in interface lejosunit.framework.TestListener
An error occurred.
addError(Test, Throwable) - Method in class lejosunit.framework.TestResult
Adds an error to the list of errors.
addError(Test, Throwable) - Method in class lejosunit.rcxui.TestRunner
Add an error to the runner.
addFailure(Test, AssertionFailedError) - Method in interface lejosunit.framework.TestListener
A failure occurred
addFailure(Test, AssertionFailedError) - Method in class lejosunit.framework.TestResult
Adds a failure to the list of failures.
addFailure(Test, AssertionFailedError) - Method in class lejosunit.rcxui.TestRunner
Add a failure to the runner.
addTest(Test) - Method in class lejosunit.framework.TestSuite
Adds a test to the suite.
arraycopy(char[], int, char[], int, int) - Static method in class lejosunit.util.Util
Copies one array to another.
assertEquals(String, Object, Object) - Static method in class lejosunit.framework.Assert
Asserts that two objects are equal.
assertEquals(Object, Object) - Static method in class lejosunit.framework.Assert
Asserts that two objects are equal.
assertEquals(String, long, long) - Static method in class lejosunit.framework.Assert
Asserts that two longs are equal.
assertEquals(long, long) - Static method in class lejosunit.framework.Assert
Asserts that two longs are equal.
assertEquals(String, boolean, boolean) - Static method in class lejosunit.framework.Assert
Asserts that two booleans are equal.
assertEquals(boolean, boolean) - Static method in class lejosunit.framework.Assert
Asserts that two booleans are equal.
assertEquals(String, byte, byte) - Static method in class lejosunit.framework.Assert
Asserts that two bytes are equal.
assertEquals(byte, byte) - Static method in class lejosunit.framework.Assert
Asserts that two bytes are equal.
assertEquals(String, char, char) - Static method in class lejosunit.framework.Assert
Asserts that two chars are equal.
assertEquals(char, char) - Static method in class lejosunit.framework.Assert
Asserts that two chars are equal.
assertEquals(String, short, short) - Static method in class lejosunit.framework.Assert
Asserts that two shorts are equal.
assertEquals(short, short) - Static method in class lejosunit.framework.Assert
Asserts that two shorts are equal.
assertEquals(String, int, int) - Static method in class lejosunit.framework.Assert
Asserts that two ints are equal.
assertEquals(int, int) - Static method in class lejosunit.framework.Assert
Asserts that two ints are equal.
assertEquals(String, float, float, float) - Static method in class lejosunit.framework.FloatAssert
Asserts that two floats are equal concerning a delta.
assertEquals(float, float, float) - Static method in class lejosunit.framework.FloatAssert
Asserts that two floats are equal concerning a delta.
assertFalse(String, boolean) - Static method in class lejosunit.framework.Assert
Asserts that a condition is false.
assertFalse(boolean) - Static method in class lejosunit.framework.Assert
Asserts that a condition is false.
assertNotNull(Object) - Static method in class lejosunit.framework.Assert
Asserts that an object isn't null.
assertNotNull(String, Object) - Static method in class lejosunit.framework.Assert
Asserts that an object isn't null.
assertNotSame(String, Object, Object) - Static method in class lejosunit.framework.Assert
Asserts that two objects refer NOT to the same object.
assertNotSame(Object, Object) - Static method in class lejosunit.framework.Assert
Asserts that two objects refer not to the same object.
assertNull(Object) - Static method in class lejosunit.framework.Assert
Asserts that an object is null.
assertNull(String, Object) - Static method in class lejosunit.framework.Assert
Asserts that an object is null.
assertSame(String, Object, Object) - Static method in class lejosunit.framework.Assert
Asserts that two objects refer to the same object.
assertSame(Object, Object) - Static method in class lejosunit.framework.Assert
Asserts that two objects refer to the same object.
assertTrue(String, boolean) - Static method in class lejosunit.framework.Assert
Asserts that a condition is true.
assertTrue(boolean) - Static method in class lejosunit.framework.Assert
Asserts that a condition is true.

B

buttonPressed(Button) - Method in class lejosunit.rcxui.TestRunner
The buttonPressed will define the UI behaviour.
buttonReleased(Button) - Method in class lejosunit.rcxui.TestRunner
The buttonRelease will completely be ignored.

C

concat(String, String) - Static method in class lejosunit.util.Util
Concatenates two Strings without using StringBuffer, to avoid linking StringBuffer and therefore Math library.
concat(String, String, String) - Static method in class lejosunit.util.Util
Concatenates three Strings without using StringBuffer, to avoid linking StringBuffer and therefore Math library.
convertTime(int) - Static method in class lejosunit.util.Util
Show elapsed time in an optimal way.
countTestCases() - Method in interface lejosunit.framework.Test
Counts the number of test cases that will be run by this test.
countTestCases() - Method in class lejosunit.framework.TestCase
Counts the number of test cases executed by run(TestResult result).
countTestCases() - Method in class lejosunit.framework.TestSuite
Counts the number of test cases that will be run by this test.
createResult() - Method in class lejosunit.framework.TestCase
Creates a default TestResult object
createTestResult() - Method in class lejosunit.rcxui.TestRunner
Creates the TestResult to be used for the test run.

D

DISPLAY_MODE_EMULATOR - Static variable in class lejosunit.rcxui.TestRunner
display mode when running in emulator
DISPLAY_MODE_RCX - Static variable in class lejosunit.rcxui.TestRunner
display mode when running at rcx
DISPLAY_MODE_SILENT - Static variable in class lejosunit.rcxui.TestRunner
display mode when running in silent mode for tests
doRun(Test) - Method in class lejosunit.rcxui.TestRunner
Run a test or test suite.
doRun(Test, byte) - Method in class lejosunit.rcxui.TestRunner
Run a test or test suite.

E

endTest(Test) - Method in interface lejosunit.framework.TestListener
A test ended.
endTest(Test) - Method in class lejosunit.framework.TestResult
Informs the listener that a test was completed.
endTest(Test) - Method in class lejosunit.rcxui.TestRunner
Ends a test.
errorCount() - Method in class lejosunit.framework.TestResult
Gets the number of detected errors.
errors() - Method in class lejosunit.framework.TestResult
Returns an Enumeration for the errors

F

FloatAssert - class lejosunit.framework.FloatAssert.
The class FloatAssert implements all methods related to float and Math libs.
FloatAssert() - Constructor for class lejosunit.framework.FloatAssert
Protect constructor since it is a static only class
FloatAssertTest - class lejosunit.tests.FloatAssertTest.
Test class for the FloatAssert class and all the assert methods.
FloatAssertTest(String) - Constructor for class lejosunit.tests.FloatAssertTest
Constructor to create a test case.
FreeMemory - class lejosunit.tests.size.FreeMemory.
FreeMemory example.
FreeMemory() - Constructor for class lejosunit.tests.size.FreeMemory
 
FreeMemoryTest - class lejosunit.tests.size.FreeMemoryTest.
Test class to display the free memory, when using including leJOSUnit.
FreeMemoryTest(String) - Constructor for class lejosunit.tests.size.FreeMemoryTest
Constructor to create a test case.
fSetUPCalledFirst - Variable in class lejosunit.tests.MyTestCase
test flag for checking correct behaviour
fSetUpCalled - Variable in class lejosunit.tests.MyTestCase
test flag for checking correct behaviour
fTearDownCalled - Variable in class lejosunit.tests.MyTestCase
test flag for checking correct behaviour
fTearDownCalledLast - Variable in class lejosunit.tests.MyTestCase
test flag for checking correct behaviour
fTestRun - Variable in class lejosunit.tests.MyTestCase
test flag for checking correct behaviour
fTestRunCalledAfterSetup - Variable in class lejosunit.tests.MyTestCase
test flag for checking correct behaviour
fail(String) - Static method in class lejosunit.framework.Assert
Fails a test with the given message.
fail() - Static method in class lejosunit.framework.Assert
Fails a test with no message.
failNotEquals(Object, Object) - Static method in class lejosunit.framework.Assert
Helper method to print out the result
failSame(Object, Object, boolean) - Static method in class lejosunit.framework.Assert
Helper method to print out the result
failedTest() - Method in class lejosunit.framework.TestFailure
Gets the failed test.
failureCount() - Method in class lejosunit.framework.TestResult
Gets the number of detected failures.
failures() - Method in class lejosunit.framework.TestResult
Returns an Enumeration for the failures.

G

getDisplayBuffer() - Method in class lejosunit.rcxui.TestRunner
Get the actual display buffer.
getDisplayBufferShown() - Method in class lejosunit.rcxui.TestRunner
Get the actual display buffer shown in display.
getName() - Method in class lejosunit.framework.TestCase
Gets the name of a TestCase

H

HelloWorld - class lejosunit.tests.size.HelloWorld.
HelloWorld example.
HelloWorld() - Constructor for class lejosunit.tests.size.HelloWorld
 
HelloWorldTest - class lejosunit.tests.size.HelloWorldTest.
Test class to calculate the size of an HelloWorld example including leJOSUnit.
HelloWorldTest(String) - Constructor for class lejosunit.tests.size.HelloWorldTest
Constructor to create a test case.

I

id() - Static method in class lejosunit.util.Version
returns the version of leJOSUnit.

L

lejosunit.examples - package lejosunit.examples
Examples how to use leJOSUnit.
lejosunit.framework - package lejosunit.framework
Core framework classes.
lejosunit.rcxui - package lejosunit.rcxui
The TestRunner for the RCX.
lejosunit.tests - package lejosunit.tests
leJOSUnit test classes.
lejosunit.tests.size - package lejosunit.tests.size
leJOSUnit test classes for calculating the required sizes in VM.
lejosunit.util - package lejosunit.util
Utility classes.

M

MyTestCase - class lejosunit.tests.MyTestCase.
Helper class to execute some test on the class TestCase.
MyTestCase(String) - Constructor for class lejosunit.tests.MyTestCase
Default constructor
MyTestCaseTest - class lejosunit.tests.MyTestCaseTest.
Test class for class TestCase using a helper class.
MyTestCaseTest(String) - Constructor for class lejosunit.tests.MyTestCaseTest
Constructor to create a test case.
main(String[]) - Static method in class lejosunit.examples.AllTests
Main program to start the TestRunner at RCX.
main(Test) - Static method in class lejosunit.rcxui.TestRunner
Main program to start the test runner.
main(Test, boolean) - Static method in class lejosunit.rcxui.TestRunner
Main program to start the test runner.
main(String[]) - Static method in class lejosunit.tests.AllTests
Main program to start the TestRunner at RCX.
main(String[]) - Static method in class lejosunit.tests.AssertTest
Main program to start the TestRunner at RCX.
main(String[]) - Static method in class lejosunit.tests.FloatAssertTest
Main program to start the TestRunner at RCX
main(String[]) - Static method in class lejosunit.tests.MyTestCaseTest
Main program to start the TestRunner at RCX
main(String[]) - Static method in class lejosunit.tests.TestCaseTest
Main program to start the TestRunner at RCX
main(String[]) - Static method in class lejosunit.tests.TestRunnerTest
Main program to start the TestRunner at RCX
main(String[]) - Static method in class lejosunit.tests.UtilTest
Main program to start the TestRunner at RCX
main(String[]) - Static method in class lejosunit.tests.size.FreeMemory
Main program to start the TestRunner at RCX
main(String[]) - Static method in class lejosunit.tests.size.FreeMemoryTest
Main program to start the TestRunner at RCX
main(String[]) - Static method in class lejosunit.tests.size.HelloWorld
Main program to start the TestRunner at RCX
main(String[]) - Static method in class lejosunit.tests.size.HelloWorldTest
Main program to start the TestRunner at RCX
main(String[]) - Static method in class lejosunit.tests.size.Simple
Main program to start the TestRunner at RCX
main(String[]) - Static method in class lejosunit.tests.size.SimpleTest
Main program to start the TestRunner at RCX

O

OneTest - class lejosunit.examples.OneTest.
Example test case class.
OneTest(String) - Constructor for class lejosunit.examples.OneTest
Constructor to create a test case.

P

Protectable - interface lejosunit.framework.Protectable.
A Protectable can be run and can throw a Throwable.
protect() - Method in interface lejosunit.framework.Protectable
Run the the following method protected.

R

refreshDisplayBuffer() - Method in class lejosunit.rcxui.TestRunner
Refresh the display buffer on TextLCD
run(TestResult) - Method in interface lejosunit.framework.Test
Runs a test and collects its result in a TestResult instance.
run() - Method in class lejosunit.framework.TestCase
A convenience method to run this test, collecting the results with a default TestResult object.
run(TestResult) - Method in class lejosunit.framework.TestCase
Runs the test case and collects the results in TestResult.
run(TestCase) - Method in class lejosunit.framework.TestResult
Runs a TestCase.
run(TestResult) - Method in class lejosunit.framework.TestSuite
Runs the tests and collects their result in a TestResult.
runBare() - Method in class lejosunit.framework.TestCase
Runs the bare test sequence.
runCount() - Method in class lejosunit.framework.TestResult
Gets the number of run tests.
runProtected(Test, Protectable) - Method in class lejosunit.framework.TestResult
Runs a TestCase.
runTest() - Method in class lejosunit.examples.OneTest
Run one test.
runTest() - Method in class lejosunit.examples.TwoTest
Run one test.
runTest() - Method in class lejosunit.framework.TestCase
Override to run the test and assert its state.
runTest(Test, TestResult) - Method in class lejosunit.framework.TestSuite
Run the given test into the result.
runTest() - Method in class lejosunit.tests.AssertTest
Run one test.
runTest() - Method in class lejosunit.tests.FloatAssertTest
Run one test.
runTest() - Method in class lejosunit.tests.MyTestCase
Run one test.
runTest() - Method in class lejosunit.tests.MyTestCaseTest
Run one test.
runTest() - Method in class lejosunit.tests.TestCaseTest
Run one test.
runTest() - Method in class lejosunit.tests.TestRunnerTest
Run one test.
runTest() - Method in class lejosunit.tests.UtilTest
Run one test.
runTest() - Method in class lejosunit.tests.size.FreeMemoryTest
Run one test.
runTest() - Method in class lejosunit.tests.size.HelloWorldTest
Run one test.
runTest() - Method in class lejosunit.tests.size.SimpleTest
Run one test.
runUntilStopped() - Method in class lejosunit.rcxui.TestRunner
Will run the TestRunner forever.

S

Simple - class lejosunit.tests.size.Simple.
Simple example.
Simple() - Constructor for class lejosunit.tests.size.Simple
 
SimpleTest - class lejosunit.tests.size.SimpleTest.
Test class to calculate the size the simplest example including leJOSUnit.
SimpleTest(String) - Constructor for class lejosunit.tests.size.SimpleTest
Constructor to create a test case.
scrollLeft() - Method in class lejosunit.rcxui.TestRunner
Scrolls one character to left.
scrollLeft() - Method in class lejosunit.tests.TestRunnerTest.MyTestRunner
make method public visible
scrollRight() - Method in class lejosunit.rcxui.TestRunner
Scrolls one character to right.
scrollRight() - Method in class lejosunit.tests.TestRunnerTest.MyTestRunner
make method public visible
setListener(TestListener) - Method in class lejosunit.framework.TestResult
Registers a TestListener.
setUp() - Method in class lejosunit.framework.TestCase
Sets up the fixture, for example, open a network connection.
setUp() - Method in class lejosunit.tests.MyTestCase
Setup one test case.
setUp() - Method in class lejosunit.tests.MyTestCaseTest
Setup the environment for this test.
shouldStop() - Method in class lejosunit.framework.TestResult
Checks whether the test run should stop.
startTest(Test) - Method in interface lejosunit.framework.TestListener
A test started.
startTest(Test) - Method in class lejosunit.framework.TestResult
Informs the result that a test will be started.
startTest(Test) - Method in class lejosunit.rcxui.TestRunner
Starts a test.
stop() - Method in class lejosunit.framework.TestResult
Marks that the test run should stop.
suite() - Static method in class lejosunit.examples.AllTests
Suite method to get all tests to run.
suite() - Static method in class lejosunit.examples.OneTest
Suite method to get all tests to run.
suite() - Static method in class lejosunit.examples.TwoTest
Suite method to get all tests to run.
suite() - Static method in class lejosunit.tests.AllTests
Suite method to get all tests to run.
suite() - Static method in class lejosunit.tests.AssertTest
Suite method to get all tests to run.
suite() - Static method in class lejosunit.tests.FloatAssertTest
Suite method to get all tests to run.
suite() - Static method in class lejosunit.tests.MyTestCaseTest
Suite method to get all tests to run.
suite() - Static method in class lejosunit.tests.TestCaseTest
Suite method to get all tests to run.
suite() - Static method in class lejosunit.tests.TestRunnerTest
Suite method to get all tests to run.
suite() - Static method in class lejosunit.tests.UtilTest
Suite method to get all tests to run.
suite() - Static method in class lejosunit.tests.size.FreeMemoryTest
Suite method to get all tests to run.
suite() - Static method in class lejosunit.tests.size.HelloWorldTest
Suite method to get all tests to run.
suite() - Static method in class lejosunit.tests.size.SimpleTest
Suite method to get all tests to run.

T

Test - interface lejosunit.framework.Test.
A Test can be run and collect its results.
TestCase - class lejosunit.framework.TestCase.
A test case defines the fixture to run multiple tests.
TestCase() - Constructor for class lejosunit.framework.TestCase
No-arg constructor to enable serialization.
TestCase(String) - Constructor for class lejosunit.framework.TestCase
Constructs a test case with the given name.
TestCaseTest - class lejosunit.tests.TestCaseTest.
Test cases for the class TestCase.
TestCaseTest(String) - Constructor for class lejosunit.tests.TestCaseTest
Constructor to create a test case.
TestFailure - class lejosunit.framework.TestFailure.
A TestFailure collects a failed test together with the caught exception.
TestFailure(Test, Throwable) - Constructor for class lejosunit.framework.TestFailure
Constructs a TestFailure with the given test and exception.
TestListener - interface lejosunit.framework.TestListener.
A Listener for test progress.
TestResult - class lejosunit.framework.TestResult.
A TestResult collects the results of executing a test case.
TestResult() - Constructor for class lejosunit.framework.TestResult
Default constructor.
TestRunner - class lejosunit.rcxui.TestRunner.
A TestRunner based on the RCX implementation of leJOS.
TestRunner() - Constructor for class lejosunit.rcxui.TestRunner
 
TestRunnerTest - class lejosunit.tests.TestRunnerTest.
Test class for the TestRunner class.
TestRunnerTest(String) - Constructor for class lejosunit.tests.TestRunnerTest
Constructor to create a test case.
TestRunnerTest.MyTestRunner - class lejosunit.tests.TestRunnerTest.MyTestRunner.
Helper class to get access to some internal methods
TestRunnerTest.MyTestRunner() - Constructor for class lejosunit.tests.TestRunnerTest.MyTestRunner
 
TestSuite - class lejosunit.framework.TestSuite.
A TestSuite is a Composite of Tests.
TestSuite() - Constructor for class lejosunit.framework.TestSuite
Constructs an empty TestSuite.
TwoTest - class lejosunit.examples.TwoTest.
Example test case class.
TwoTest(String) - Constructor for class lejosunit.examples.TwoTest
Constructor to create a test case.
tearDown() - Method in class lejosunit.framework.TestCase
Tears down the fixture, for example, close a network connection.
tearDown() - Method in class lejosunit.tests.MyTestCase
De-initialize one test case.
tearDown() - Method in class lejosunit.tests.MyTestCaseTest
Cleanup the test case environment.
testAssertionFailures() - Method in class lejosunit.tests.AssertTest
Tests situations, whereas lejosunit should indicate an assertion.
testAssertionFailures() - Method in class lejosunit.tests.FloatAssertTest
Tests situations, whereas lejosunit should indicate an assertion failure.
testButtons() - Method in class lejosunit.tests.TestRunnerTest
Tests the Button and forever behaviour.
testConcat2() - Method in class lejosunit.tests.UtilTest
test the string utils concat method
testConcat2Long() - Method in class lejosunit.tests.UtilTest
test the string utils concat method with long strings
testConcat3() - Method in class lejosunit.tests.UtilTest
test the string utils concat method with 3 args
testConvertTime() - Method in class lejosunit.tests.UtilTest
Tests the convert time method.
testCount() - Method in class lejosunit.framework.TestSuite
Returns the number of tests in this suite.
testDisplayBufferError() - Method in class lejosunit.tests.TestRunnerTest
Tests the display buffer method generating errors.
testDisplayBufferFailure() - Method in class lejosunit.tests.TestRunnerTest
Tests the display buffer method generating failures.
testDisplayBufferManyTests() - Method in class lejosunit.tests.TestRunnerTest
Tests the display buffer method with multiple tests.
testDisplayBufferOK() - Method in class lejosunit.tests.TestRunnerTest
Tests the display buffer method.
testDisplayBufferShown() - Method in class lejosunit.tests.TestRunnerTest
Tests the display buffer shown method.
testErrors() - Method in class lejosunit.tests.AssertTest
Tests situations, whereas lejosunit should indicate an error.
testExceptionPriority() - Method in class lejosunit.tests.AssertTest
Test, whether exceptions will be handled in the correct way: first should assertion failed error be raisen.
testFailArgs() - Method in class lejosunit.tests.AssertTest
Test, whether fail with arguments will work.
testFailNoArgs() - Method in class lejosunit.tests.AssertTest
Test, whether fail will work.
testFreeMemory() - Method in class lejosunit.tests.size.FreeMemoryTest
test the string utils concat method
testHelloWorld() - Method in class lejosunit.tests.size.HelloWorldTest
test of HelloWorld
testLongs() - Method in class lejosunit.tests.AssertTest
Tests longs in combination with strings.
testOK() - Method in class lejosunit.tests.AssertTest
tests a lot of situations, whereas lejosunit should indicate a correct execution.
testOK() - Method in class lejosunit.tests.FloatAssertTest
Test to check the successful assert functionality.
testOne() - Method in class lejosunit.examples.OneTest
A test, which will raise an AssertionFailureException.
testOne() - Method in class lejosunit.examples.TwoTest
A test, which will raise an AssertionFailureException.
testOne() - Method in class lejosunit.tests.MyTestCase
test, whether setup and teardown are called in correct order.
testRunOK() - Method in class lejosunit.tests.TestRunnerTest
Tests a correct test runner run.
testSetupCalled() - Method in class lejosunit.tests.MyTestCaseTest
Tests, whether the setup has been called correct.
testSetupFails() - Method in class lejosunit.tests.TestCaseTest
Tests whether an error during setup will be reported.
testSimple() - Method in class lejosunit.tests.size.SimpleTest
empty test
testTearDownCalled() - Method in class lejosunit.tests.MyTestCaseTest
Tests, whether the tear down has been called correct.
testTearDownFails() - Method in class lejosunit.tests.TestCaseTest
Tests whether an error during teardown will be reported.
testTestRan() - Method in class lejosunit.tests.MyTestCaseTest
Tests, whether the test has been running correct.
testTwo() - Method in class lejosunit.examples.OneTest
A test, which will raise an Error.
testTwo() - Method in class lejosunit.examples.TwoTest
A successful test.
thrownException() - Method in class lejosunit.framework.TestFailure
Gets the thrown exception.
toString() - Method in class lejosunit.framework.TestCase
Returns a string representation of the test case
toString() - Method in class lejosunit.framework.TestFailure
Returns a short description of the failure.

U

Util - class lejosunit.util.Util.
Some utility methods used in leJOSUnit.
Util() - Constructor for class lejosunit.util.Util
 
UtilTest - class lejosunit.tests.UtilTest.
Test class for Util class.
UtilTest(String) - Constructor for class lejosunit.tests.UtilTest
Constructor to create a test case.

V

Version - class lejosunit.util.Version.
This class defines the current version of leJOSUnit.

W

wasSuccessful() - Method in class lejosunit.framework.TestResult
Returns whether the entire test was successful or not.

A B C D E F G H I L M O P R S T U V W

Copyright (C) 2003 Jochen Hiller. All Rights Reserved.