public class PrimitiveMemberCheckerTestCase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PrimitiveMemberCheckerTestCase.TestClass |
| Constructor and Description |
|---|
PrimitiveMemberCheckerTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
testArrayIndexOutOfBoundsIfIntegerArgTooBig() |
void |
testIsPrimitiveConstructorArg() |
void |
testIsPrimitiveField() |
void |
testIsPrimitiveMethodArg() |
public PrimitiveMemberCheckerTestCase()
public void testIsPrimitiveField() throws NoSuchFieldException
NoSuchFieldExceptionpublic void testIsPrimitiveConstructorArg() throws NoSuchMethodException
NoSuchMethodExceptionpublic void testIsPrimitiveMethodArg() throws NoSuchMethodException
NoSuchMethodExceptionpublic void testArrayIndexOutOfBoundsIfIntegerArgTooBig() throws SecurityException, NoSuchMethodException
Copyright © 2003–2015 Codehaus. All rights reserved.