tests
Class TestCast

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

public class TestCast
extends java.lang.Object


Constructor Summary
TestCast()
           
 
Method Summary
 void run()
           
 void testCastDown(int in, byte b, short s, char c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCast

public TestCast()
Method Detail

testCastDown

public void testCastDown(int in,
                         byte b,
                         short s,
                         char c)

run

public void run()