Overview  Package   Class  Tree  Index 

be.lassi.util.equals
Class DebugEqualsTester

java.lang.Object
  extended by be.lassi.util.equals.EqualsTester
      extended by 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 be.lassi.util.equals.EqualsTester
assertEquals, get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugEqualsTester

public DebugEqualsTester(java.lang.Object object,
                         java.lang.Object other)
Method Detail

isEquals

public boolean isEquals()
Specified by:
isEquals in class EqualsTester

test

public void test(boolean equals)
Specified by:
test in class EqualsTester

test

public void test(boolean[] lhs,
                 boolean[] rhs)
Specified by:
test in class EqualsTester

test

public void test(boolean lhs,
                 boolean rhs)
Specified by:
test in class EqualsTester

test

public void test(byte[] lhs,
                 byte[] rhs)
Specified by:
test in class EqualsTester

test

public void test(byte lhs,
                 byte rhs)
Specified by:
test in class EqualsTester

test

public void test(char[] lhs,
                 char[] rhs)
Specified by:
test in class EqualsTester

test

public void test(char lhs,
                 char rhs)
Specified by:
test in class EqualsTester

test

public void test(double[] lhs,
                 double[] rhs)
Specified by:
test in class EqualsTester

test

public void test(double lhs,
                 double rhs)
Specified by:
test in class EqualsTester

test

public void test(float[] lhs,
                 float[] rhs)
Specified by:
test in class EqualsTester

test

public void test(float lhs,
                 float rhs)
Specified by:
test in class EqualsTester

test

public void test(int[] lhs,
                 int[] rhs)
Specified by:
test in class EqualsTester

test

public void test(int lhs,
                 int rhs)
Specified by:
test in class EqualsTester

test

public void test(long[] lhs,
                 long[] rhs)
Specified by:
test in class EqualsTester

test

public void test(long lhs,
                 long rhs)
Specified by:
test in class EqualsTester

test

public void test(java.lang.Object[] lhs,
                 java.lang.Object[] rhs)
Specified by:
test in class EqualsTester

test

public void test(java.lang.Object lhs,
                 java.lang.Object rhs)
Specified by:
test in class EqualsTester

test

public void test(short[] lhs,
                 short[] rhs)
Specified by:
test in class EqualsTester

test

public void test(short lhs,
                 short rhs)
Specified by:
test in class EqualsTester

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2