tests
Class TestJString

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

public class TestJString
extends java.lang.Object


Constructor Summary
TestJString()
           
 
Method Summary
 void run()
           
 void testCharAt()
           
 void testEquals()
           
 void testLength()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJString

public TestJString()
Method Detail

testLength

public void testLength()

testCharAt

public void testCharAt()

testToString

public void testToString()

testEquals

public void testEquals()

run

public void run()