org.slf4j.helpers
Class BubbleSortTest
java.lang.Object
org.slf4j.helpers.BubbleSortTest
public class BubbleSortTest
- extends Object
Test that our BubbleSort algorithm is correctly implemented.
- Author:
- Ceki
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BubbleSortTest
public BubbleSortTest()
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.