A B C D E F G I J L M N O P R S T V

A

Assert - class jbeantester.framework.Assert.
Convenience class that provides basic assertion checking

B

BaseTestCase - class jbeantester.junit.BaseTestCase.
This class provides a JUnit compliant test case.
BaseTestCase(String) - Constructor for class jbeantester.junit.BaseTestCase
Constructor required by TestCase.
bool_o - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
bool_p - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
byte_o - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
byte_p - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 

C

cat - Variable in class jbeantester.framework.JBeanTester
A Logger to use in this object and all derivatives.
cat - Variable in class jbeantester.junit.BaseTestCase
A Logger to use in this object and all derivatives.
char_o - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
char_p - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 

D

date - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
DEBUG - Static variable in class jbeantester.framework.Assert
variable used for debugging purposes only
double_o - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
double_p - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 

E

equalsMPassed - Variable in class jbeantester.framework.JBeanTestResults
The properties that passed the test of algorithmic equality.
equalsPassed - Variable in class jbeantester.framework.JBeanTestResults
The properties that passed the test of native (==) equality.

F

float_o - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
float_p - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 

G

getAllPassedEquals() - Method in class jbeantester.framework.JBeanTestResults
Determine if all of the properties passed the (==) test.
getAllPassedEqualsM() - Method in class jbeantester.framework.JBeanTestResults
Determine if all of the properties passed the (.equals( )) test.
getBool_o() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of bool_o.
getBool_p() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of bool_p.
getByte_o() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of byte_o.
getByte_p() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of byte_p.
getChar_o() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of char_o.
getChar_p() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of char_p.
getDate() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of date.
getDouble_o() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of double_o.
getDouble_p() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of double_p.
getEqualsMPassed(int) - Method in class jbeantester.framework.JBeanTestResults
Gets the value of the specified equalsMPassed.
getEqualsPassed(int) - Method in class jbeantester.framework.JBeanTestResults
Gets the value of the specified equalsPassed.
getFloat_o() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of float_o.
getFloat_p() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of float_p.
getIndexForProperty(String) - Method in class jbeantester.framework.JBeanTestResults
Obtain the location of the specified property within the result.
getInput(int) - Method in class jbeantester.framework.JBeanTestResults
Gets the value of the specified input.
getInt_o() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of int_o.
getInt_p() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of int_p.
getLong_o() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of long_o.
getLong_p() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of long_p.
getNumPassedEquals() - Method in class jbeantester.framework.JBeanTestResults
Determine the number of properties that passed the native equality (==) test.
getNumPassedEqualsM() - Method in class jbeantester.framework.JBeanTestResults
Determine the number of properties that passed the algorithmic equality (.equals( )) test.
getNumPropsTested() - Method in class jbeantester.framework.JBeanTestResults
Determine the number of properties that were tested.
getObj() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of obj.
getOutput(int) - Method in class jbeantester.framework.JBeanTestResults
Gets the value of the specified output.
getParamToUse(Class) - Method in class jbeantester.framework.JBeanTester
Obtain an object to use to satisfy this parameter.
getProperty(int) - Method in class jbeantester.framework.JBeanTestResults
Gets the value of the specified property.
getRunnable() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of runnable.
getShort_o() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of short_o.
getShort_p() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of short_p.
getString() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of string.

I

inputs - Variable in class jbeantester.framework.JBeanTestResults
The inputs used in tests.
int_o - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
int_p - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
isBroken() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of isBroken.
isNonNull(Object) - Static method in class jbeantester.framework.Assert
Assert that the given argument is not null, halt execution otherwise.
isNonNull(Object, String) - Static method in class jbeantester.framework.Assert
Assert that the given argument is not null, halt execution otherwise.
isTrue(boolean) - Static method in class jbeantester.framework.Assert
Assert that the given argument is true, halt execution otherwise.
isTrue(boolean, String) - Static method in class jbeantester.framework.Assert
Assert that the given argument is true, halt execution otherwise.
isValid() - Method in class jbeantester.tests.JBeanTest.InnerJBean
Gets the value of valid.

J

JBeanTest - class jbeantester.tests.JBeanTest.
 
JBeanTest.InnerJBean - class jbeantester.tests.JBeanTest.InnerJBean.
 
JBeanTest.InnerJBean() - Constructor for class jbeantester.tests.JBeanTest.InnerJBean
Default Constructor
JBeanTest.InnerJBean(boolean) - Constructor for class jbeantester.tests.JBeanTest.InnerJBean
Construct our Inner JBean
JBeanTest.InnerJBean(boolean, String, Date, short, Long) - Constructor for class jbeantester.tests.JBeanTest.InnerJBean
Construct our Inner JBean
JBeanTest(String) - Constructor for class jbeantester.tests.JBeanTest
 
JBeanTester - class jbeantester.framework.JBeanTester.
The JavaBeanTester class performs all testing.
jbeantester.framework - package jbeantester.framework
The Framework Package contains the core classes of the JBeanTester API.
jbeantester.junit - package jbeantester.junit
This package provides a JUnit compliant test case.
jbeantester.tests - package jbeantester.tests
This package contains the unit tests which test the accuracy of this product's implementation.
JBeanTester() - Constructor for class jbeantester.framework.JBeanTester
Default constructor.
JBeanTestResults - class jbeantester.framework.JBeanTestResults.
This object is returned from the test methods of JBeanTester.
JBeanTestResults(List, List, List) - Constructor for class jbeantester.framework.JBeanTestResults
Construct an object to contain a set of JavaBean test results.

L

long_o - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
long_p - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 

M

main(String[]) - Static method in class jbeantester.tests.JBeanTest
Run this unit test alone.

N

NO_DFLT_CONSTRUCTOR - Static variable in class jbeantester.framework.JBeanTestResults
This instance is returned when no default constructor is available.
NO_SUCH_CONSTRUCTOR - Static variable in class jbeantester.framework.JBeanTestResults
This instance is returned when a specified constructor does not exist.
numPassedEquals - Variable in class jbeantester.framework.JBeanTestResults
The number of properties that passed the test of native (==) equality.
numPassedEqualsM - Variable in class jbeantester.framework.JBeanTestResults
The number of properties that passed the test of algorithmic equality.

O

obj - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
outputs - Variable in class jbeantester.framework.JBeanTestResults
The outputs used in tests.

P

properties - Variable in class jbeantester.framework.JBeanTestResults
The properties found and tested.
propertyToIndex - Variable in class jbeantester.framework.JBeanTestResults
Map of properties to their respective index.

R

runnable - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 

S

setBool_o(Boolean) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of bool_o.
setBool_p(boolean) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of bool_p.
setByte_o(Byte) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of byte_o.
setByte_p(byte) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of byte_p.
setChar_o(Character) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of char_o.
setChar_p(char) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of char_p.
setDate(Date) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of date.
setDouble_o(Double) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of double_o.
setDouble_p(double) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of double_p.
setFloat_o(Float) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of float_o.
setFloat_p(float) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of float_p.
setInt_o(Integer) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of int_o.
setInt_p(int) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of int_p.
setInvalid(boolean) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of invalid.
setLong_o(Long) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of long_o.
setLong_p(long) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of long_p.
setObj(Object) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of obj.
setRunnable(Runnable) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of runnable.
setShort_o(Short) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of short_o.
setShort_p(short) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of short_p.
setString(String) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of string.
setValid(boolean) - Method in class jbeantester.tests.JBeanTest.InnerJBean
Sets the value of valid.
short_o - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
short_p - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 
string - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 

T

testJBeanConstructor(Class, String[]) - Method in class jbeantester.framework.JBeanTester
Test that the specified constructors function properly.
testJBeanConstructor(Class, String[]) - Method in class jbeantester.junit.BaseTestCase
Test that the specified constructors function properly.
testJBeanConstructorTester() - Method in class jbeantester.tests.JBeanTest
 
testJBeanPropAndDfltConstrutorTester() - Method in class jbeantester.tests.JBeanTest
Test that the testJBeanProperties method which takes a Class to be instantiated functions properly.
testJBeanProperties(Class) - Method in class jbeantester.framework.JBeanTester
This method is used to test the properties of a default consttucted instance of Classes conforming to the JavaBean Specification.
testJBeanProperties(Class) - Method in class jbeantester.junit.BaseTestCase
This method is used to test the properties of a default consttucted instance of Classes conforming to the JavaBean Specification.
testJBeanProperties(Object) - Method in class jbeantester.framework.JBeanTester
This method is used to test the properties of Objects conforming to the JavaBean Specification.
testJBeanProperties(Object) - Method in class jbeantester.junit.BaseTestCase
This method is used to test the properties of Objects conforming to the JavaBean Specification.
testJBeanPropertyTester() - Method in class jbeantester.tests.JBeanTest
Test that the testJBeanProperties method which takes an instantiated Object as a parameter functions properly.

V

valid - Variable in class jbeantester.tests.JBeanTest.InnerJBean
 

A B C D E F G I J L M N O P R S T V