public class TestSuite extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
randomRating() |
static void |
test(<any> result,
String message) |
static void |
test(<any> test,
String message) |
static void |
test(ExternalID test) |
static void |
test(MediaCreditList test) |
static void |
test(MediaState test) |
static void |
test(MovieBasic test) |
static void |
test(MovieInfo test) |
static void |
test(PersonInfo test) |
static void |
test(TVBasic test) |
static void |
test(TVEpisodeInfo test) |
static void |
test(TVInfo test) |
static void |
test(TVSeasonInfo test) |
static void |
test(UserList test) |
static <T extends AppendToResponseMethod> |
testATR(<any> test,
Class<T> methodClass,
T skip)
Test the AppendToResponse method
|
static void |
testId(<any> result,
int id,
String message) |
public static int randomRating()
public static void test(<any> result,
String message)
public static void test(MovieBasic test)
public static void test(MovieInfo test)
public static void test(UserList test)
public static void test(TVBasic test)
public static void test(TVInfo test)
public static void test(TVEpisodeInfo test)
public static void test(PersonInfo test)
public static void test(TVSeasonInfo test)
public static void test(ExternalID test)
public static void test(MediaCreditList test)
public static void test(MediaState test)
public static void test(<any> test,
String message)
public static void testId(<any> result,
int id,
String message)
public static <T extends AppendToResponseMethod> void testATR(<any> test,
Class<T> methodClass,
T skip)
T - test - methodClass - skip - Any methods to skipCopyright © 2012–2017. All rights reserved.