|
|||||||||
| Home >> All >> edu >> ucsb >> ccs >> jaqual >> [ standard overview ] | PREV NEXT | ||||||||
A
C
- CONTENT - Static variable in class edu.ucsb.ccs.jaqual.standard.Equal
- Constant for comparison by value.
- compare(double, double) - Method in class edu.ucsb.ccs.jaqual.standard.Equal
- Compare two floating point numbers.
- compare(double, double) - Method in class edu.ucsb.ccs.jaqual.standard.InRange
- Compare two floating point numbers.
- comparisonType - Variable in class edu.ucsb.ccs.jaqual.standard.InRange
- The comparison type, either INTEGER_COMPARISON or FLOAT_COMPARISON.
E
- EXCLUSIVE - Static variable in class edu.ucsb.ccs.jaqual.standard.InRange
- Constant to indicate the bound is exclusive.
- Equal - class edu.ucsb.ccs.jaqual.standard.Equal.
- An assertion to test for equality.
- Equal(Object) - Constructor for class edu.ucsb.ccs.jaqual.standard.Equal
- Create an assertion to compare Objects by content.
- Equal(Object, int) - Constructor for class edu.ucsb.ccs.jaqual.standard.Equal
- Create an assertion to compare Objects.
- Equal(int) - Constructor for class edu.ucsb.ccs.jaqual.standard.Equal
- Create an assertion to compare integers.
- Equal(long) - Constructor for class edu.ucsb.ccs.jaqual.standard.Equal
- Create an assertion to compare longs.
- Equal(short) - Constructor for class edu.ucsb.ccs.jaqual.standard.Equal
- Create an assertion to compare shorts.
- Equal(byte) - Constructor for class edu.ucsb.ccs.jaqual.standard.Equal
- Create an assertion to compare bytes.
- Equal(char) - Constructor for class edu.ucsb.ccs.jaqual.standard.Equal
- Create an assertion to compare characters.
- Equal(float) - Constructor for class edu.ucsb.ccs.jaqual.standard.Equal
- Create an assertion to compare floating point numbers, using Float.MIN_VALUE as the tolerance.
- Equal(float, double) - Constructor for class edu.ucsb.ccs.jaqual.standard.Equal
- Create an assertion to compare floating point numbers.
- Equal(double) - Constructor for class edu.ucsb.ccs.jaqual.standard.Equal
- Create an assertion to compare double precision numbers, using Double.MIN_VALUE as the tolerance.
- Equal(double, double) - Constructor for class edu.ucsb.ccs.jaqual.standard.Equal
- Create an assertion to compare double precision numbers.
- edu.ucsb.ccs.jaqual.standard - package edu.ucsb.ccs.jaqual.standard
- This is the main package of the JaQuaL library.
- eval(Object) - Method in class edu.ucsb.ccs.jaqual.standard.Equal
- Test an object to see if it is equal to the target value.
- eval(Object) - Method in class edu.ucsb.ccs.jaqual.standard.InRange
- Determine if a value is in the allowed range.
- eval(Object) - Method in class edu.ucsb.ccs.jaqual.standard.InstanceOf
- Test an object to see if it is an instance of the target class.
- eval(Object) - Method in class edu.ucsb.ccs.jaqual.standard.Not
- Test an object by applying the inner assertion, and negating the result.
F
- FLOAT_COMPARISON - Static variable in class edu.ucsb.ccs.jaqual.standard.InRange
- Constant to indicate the comparison is performed using floating point values and a tolerance.
I
- INCLUSIVE - Static variable in class edu.ucsb.ccs.jaqual.standard.InRange
- Constant to indicate the bound is inclusive.
- INTEGER_COMPARISON - Static variable in class edu.ucsb.ccs.jaqual.standard.InRange
- Constant to indicate the comparison is performed using only integer values.
- InRange - class edu.ucsb.ccs.jaqual.standard.InRange.
- An assertion to determine if a number falls in a given range.
- InRange(long, long) - Constructor for class edu.ucsb.ccs.jaqual.standard.InRange
- Create an assertion to test that a value falls in the interval [minVal, maxVal].
- InRange(long, long, int) - Constructor for class edu.ucsb.ccs.jaqual.standard.InRange
- Create an assertion to test that a value falls between `minVal' and `maxVal'.
- InRange(long, long, int, int) - Constructor for class edu.ucsb.ccs.jaqual.standard.InRange
- Create an assertion to test that a value falls between `minVal' and `maxVal'.
- InRange(double, double, double) - Constructor for class edu.ucsb.ccs.jaqual.standard.InRange
- Create an assertion to test that a value falls in the interval [minVal, maxVal].
- InRange(double, double, double, int) - Constructor for class edu.ucsb.ccs.jaqual.standard.InRange
- Create an assertion to test that a value falls in the interval [minVal, maxVal].
- InRange(double, double, double, int, int) - Constructor for class edu.ucsb.ccs.jaqual.standard.InRange
- Create an assertion to test that a value falls in the interval [minVal, maxVal].
- InstanceOf - class edu.ucsb.ccs.jaqual.standard.InstanceOf.
- Assertion to check if an object is an instance of a certain class type.
- InstanceOf(Class) - Constructor for class edu.ucsb.ccs.jaqual.standard.InstanceOf
- Create a new assertion.
- intMax - Variable in class edu.ucsb.ccs.jaqual.standard.InRange
- Minimum bound for integer comparison.
- intMin - Variable in class edu.ucsb.ccs.jaqual.standard.InRange
- Maximum bound for integer comparison.
L
- lowerMode - Variable in class edu.ucsb.ccs.jaqual.standard.InRange
- The comparison mode to use for the lower bound, either INCLUSIVE or EXCLUSIVE.
M
- mode - Variable in class edu.ucsb.ccs.jaqual.standard.Equal
- The comparison mode, either CONTENT or REFERENCE.
N
- Not - class edu.ucsb.ccs.jaqual.standard.Not.
- Assertion that negates another assertion.
- Not(Assertion) - Constructor for class edu.ucsb.ccs.jaqual.standard.Not
- Create a new assertion.
R
- REFERENCE - Static variable in class edu.ucsb.ccs.jaqual.standard.Equal
- Constant for comparison by reference.
- realMax - Variable in class edu.ucsb.ccs.jaqual.standard.InRange
- Maximum bound for floating point comparison.
- realMin - Variable in class edu.ucsb.ccs.jaqual.standard.InRange
- Minimum bound for floating point comparison.
T
- targetClass - Variable in class edu.ucsb.ccs.jaqual.standard.InstanceOf
- The class to match instances of.
- tolerance - Variable in class edu.ucsb.ccs.jaqual.standard.Equal
- The tolerance to use when comparing floating point numbers.
- tolerance - Variable in class edu.ucsb.ccs.jaqual.standard.InRange
- The tolerance to use when comparing floating point numbers.
U
- upperMode - Variable in class edu.ucsb.ccs.jaqual.standard.InRange
- The comparison mode to use for the upper bound, either INCLUSIVE or EXCLUSIVE.
V
_
- _Invariant() - Method in class edu.ucsb.ccs.jaqual.standard.Equal
- _Invariant() - Method in class edu.ucsb.ccs.jaqual.standard.InRange
A C E F I L M N R T U V _
|
|||||||||
| Home >> All >> edu >> ucsb >> ccs >> jaqual >> [ standard overview ] | PREV NEXT | ||||||||