tests
Class TestArrays

java.lang.Object
  |
  +--tests.TestArrays

public class TestArrays
extends java.lang.Object


Constructor Summary
TestArrays()
           
 
Method Summary
 void run()
           
 void testByteArrays()
           
 void testCharArrays()
           
 void testIntArrays()
           
 void testRefArrays()
           
 void testShortArrays()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestArrays

public TestArrays()
Method Detail

testIntArrays

public void testIntArrays()

testShortArrays

public void testShortArrays()

testByteArrays

public void testByteArrays()

testCharArrays

public void testCharArrays()

testRefArrays

public void testRefArrays()

run

public void run()