public class DescribeTestCase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeTestCase.FooBar |
static interface |
DescribeTestCase.XY |
| Constructor and Description |
|---|
DescribeTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
describe() |
void |
describeBean()
Test with an private class that overrides a public method of a "grand parent" public class.
|
void |
describeInterface()
Test with an private class that overrides a public method of a "grand parent" public class.
|
void |
describeSerializable()
Test with an private class that overrides a public method of a "grand parent" public class.
|
void |
setUp() |
void |
tearDown() |
public DescribeTestCase()
public void setUp()
public void tearDown()
public void describeSerializable() throws Exception
Exceptionpublic void describeInterface() throws Exception
Exceptionpublic void describeBean() throws Exception
ExceptionCopyright © 2012–2014 The Apache Software Foundation. All rights reserved.