public class Test
extends java.lang.Object
| Constructor and Description |
|---|
Test() |
public static boolean testForExceptionFromGetTargets()
public static boolean testForCorrectNumberOfTargetsFromGetTargets()
public static boolean testForCorrectTargetsFromGetTargets()
public static boolean testForExceptionFromGetListOfNumbers()
public static boolean testForCorrectNumberOfNumbersFromGetListOfNumbers()
public static boolean testForCorrectNumbersFromGetListOfNumbers()
public static boolean testForExceptionInLinearSearch()
public static boolean testForExceptionInBinarySearch()
public static boolean testForLinearSearchOfNonExistingElement()
public static boolean testForBinarySearchOfNonExistingElement()
public static boolean testForExceptionInRunLinearSearch()
public static boolean testForExceptionInRunBinarySearch()
public static boolean testForNonZeroTestTimesAfterRunLinearSearch()
public static boolean testForNonZeroTestTimesAfterRunBinarySearch()
public static boolean testForNonZeroTestTimesAfterRunLinearSearchForAllTargets()
public static boolean testForNonZeroTestTimesAfterRunBinarySearchForAllTargets()
public static boolean testForExceptionFromResetTestTimes()
public static boolean testResetTestTimes()
public static boolean testForExceptionFromGetAverageTestTime()
public static boolean testGetAverageTestTime()
public static boolean testForCorrectNumberOfTestTimesAfterRunLinearSearch()
public static boolean testForCorrectNumberOfTestTimesAfterRunBinarySearch()
public static void main(java.lang.String[] args)