public class Test extends Object
Constructor and Description |
---|
Test() |
Modifier and Type | Method and Description |
---|---|
static List<Student> |
initTest()
Initialize the object on which to perform the test(s).\\
Returns a list of Student objects.
|
static void |
main(String[] args) |
static void |
testAnonymous()
Tests the comparators implemented using anoymous inner classes.
|
static void |
testRegular()
Tests the comparators implemented with regular inner classes.
|
static void |
testStatic()
Tests the comparators implemented using static nested classes.
|
public static List<Student> initTest()
public static void testRegular()
public static void testStatic()
public static void testAnonymous()
public static void main(String[] args)