public class DrawableTest
extends java.lang.Object
Constructor and Description |
---|
DrawableTest() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanUp()
Clean test.
|
static void |
setUp()
Setup test.
|
void |
testDrawableFactory()
Test the drawable factory.
|
void |
testDrawableFail()
Test the drawable failures creation.
|
void |
testDrawableSuccess()
Test success cases.
|
public static void setUp()
public static void cleanUp()
public void testDrawableFactory() throws java.lang.NoSuchMethodException, java.lang.SecurityException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException
java.lang.SecurityException
- If error.java.lang.NoSuchMethodException
- If error.java.lang.IllegalArgumentException
- If error.java.lang.IllegalAccessException
- If error.java.lang.InstantiationException
- If error.public void testDrawableFail()
public void testDrawableSuccess()