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
NoSuchFieldException
public void testIsPrimitiveConstructorArg() throws NoSuchMethodException
NoSuchMethodException
public void testIsPrimitiveMethodArg() throws NoSuchMethodException
NoSuchMethodException
public void testArrayIndexOutOfBoundsIfIntegerArgTooBig() throws SecurityException, NoSuchMethodException
Copyright © 2003–2015 Codehaus. All rights reserved.