org.slf4j.helpers
Class BubbleSortTest

java.lang.Object
  extended by org.slf4j.helpers.BubbleSortTest

public class BubbleSortTest
extends Object

Test that our BubbleSort algorithm is correctly implemented.

Author:
Ceki

Constructor Summary
BubbleSortTest()
           
 
Method Summary
 void testEmpty()
           
 void testInverted()
           
 void testRandom()
           
 void testSmoke()
           
 void testSorted()
           
 void testWithSameEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BubbleSortTest

public BubbleSortTest()
Method Detail

testSmoke

public void testSmoke()

testEmpty

public void testEmpty()

testSorted

public void testSorted()

testInverted

public void testInverted()

testWithSameEntry

public void testWithSameEntry()

testRandom

public void testRandom()


Copyright © 2005–2016 QOS.ch. All rights reserved.