be.lassi.util.equals
Class DebugEqualsTester
java.lang.Object
   be.lassi.util.equals.EqualsTester
be.lassi.util.equals.EqualsTester
       be.lassi.util.equals.DebugEqualsTester
be.lassi.util.equals.DebugEqualsTester
- public class DebugEqualsTester 
- extends EqualsTester
| Constructor Summary | 
| DebugEqualsTester(java.lang.Object object,
                  java.lang.Object other)
 | 
 
| Method Summary | 
|  boolean | isEquals()
 | 
|  void | test(boolean equals)
 | 
|  void | test(boolean[] lhs,
     boolean[] rhs)
 | 
|  void | test(boolean lhs,
     boolean rhs)
 | 
|  void | test(byte[] lhs,
     byte[] rhs)
 | 
|  void | test(byte lhs,
     byte rhs)
 | 
|  void | test(char[] lhs,
     char[] rhs)
 | 
|  void | test(char lhs,
     char rhs)
 | 
|  void | test(double[] lhs,
     double[] rhs)
 | 
|  void | test(double lhs,
     double rhs)
 | 
|  void | test(float[] lhs,
     float[] rhs)
 | 
|  void | test(float lhs,
     float rhs)
 | 
|  void | test(int[] lhs,
     int[] rhs)
 | 
|  void | test(int lhs,
     int rhs)
 | 
|  void | test(long[] lhs,
     long[] rhs)
 | 
|  void | test(long lhs,
     long rhs)
 | 
|  void | test(java.lang.Object[] lhs,
     java.lang.Object[] rhs)
 | 
|  void | test(java.lang.Object lhs,
     java.lang.Object rhs)
 | 
|  void | test(short[] lhs,
     short[] rhs)
 | 
|  void | test(short lhs,
     short rhs)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DebugEqualsTester
public DebugEqualsTester(java.lang.Object object,
                         java.lang.Object other)
isEquals
public boolean isEquals()
- 
- Specified by:
- isEqualsin class- EqualsTester
 
- 
 
test
public void test(boolean equals)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(boolean[] lhs,
                 boolean[] rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(boolean lhs,
                 boolean rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(byte[] lhs,
                 byte[] rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(byte lhs,
                 byte rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(char[] lhs,
                 char[] rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(char lhs,
                 char rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(double[] lhs,
                 double[] rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(double lhs,
                 double rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(float[] lhs,
                 float[] rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(float lhs,
                 float rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(int[] lhs,
                 int[] rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(int lhs,
                 int rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(long[] lhs,
                 long[] rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(long lhs,
                 long rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(java.lang.Object[] lhs,
                 java.lang.Object[] rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(java.lang.Object lhs,
                 java.lang.Object rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(short[] lhs,
                 short[] rhs)
- 
- Specified by:
- testin class- EqualsTester
 
- 
 
test
public void test(short lhs,
                 short rhs)
- 
- Specified by:
- testin class- EqualsTester
 
-