org.ahmadsoft.ropes.test
Class RopeTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.ahmadsoft.ropes.test.RopeTest
All Implemented Interfaces:
junit.framework.Test

public class RopeTest
extends junit.framework.TestCase


Constructor Summary
RopeTest()
           
 
Method Summary
 void testAppend()
           
 void testCharAt()
           
 void testCompareTo()
           
 void testConcatenationFlatFlat()
           
 void testCreation()
           
 void testEquals()
           
 void testHashCode()
           
 void testHashCode2()
           
 void testIndexOf()
           
 void testInsert()
           
 void testIterator()
           
 void testPrepend()
           
 void testRegexp()
           
 void testToString()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RopeTest

public RopeTest()
Method Detail

testConcatenationFlatFlat

public void testConcatenationFlatFlat()

testIterator

public void testIterator()

testCreation

public void testCreation()

testEquals

public void testEquals()

testHashCode

public void testHashCode()

testHashCode2

public void testHashCode2()

testIndexOf

public void testIndexOf()

testInsert

public void testInsert()

testPrepend

public void testPrepend()

testCompareTo

public void testCompareTo()

testToString

public void testToString()

testAppend

public void testAppend()

testCharAt

public void testCharAt()

testRegexp

public void testRegexp()