Class IntListTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by IntListTest
All Implemented Interfaces:
junit.framework.Test

public class IntListTest
extends junit.framework.TestCase

The test class for the IntList composte classes with insertion sort.


Constructor Summary
IntListTest()
          This method is automatically generated by the Language Level Converter.
 
Method Summary
 boolean equals(Object o)
          This method is automatically generated by the Language Level Converter.
 int hashCode()
          This method is automatically generated by the Language Level Converter.
 void testInsert()
          Tests the insert method.
 void testSort()
          Tests the sort method.
 String toString()
          This method is automatically generated by the Language Level Converter.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown
 
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, format
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntListTest

public IntListTest()
This method is automatically generated by the Language Level Converter.

Method Detail

testInsert

public void testInsert()
Tests the insert method.


testSort

public void testSort()
Tests the sort method.


toString

public String toString()
This method is automatically generated by the Language Level Converter.

Overrides:
toString in class junit.framework.TestCase

equals

public boolean equals(Object o)
This method is automatically generated by the Language Level Converter.

Overrides:
equals in class Object

hashCode

public int hashCode()
This method is automatically generated by the Language Level Converter.

Overrides:
hashCode in class Object