public class FieldMapperTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FieldMapperTest.TestClass |
Constructor and Description |
---|
FieldMapperTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testCreateObjectForKey()
Test method for
FieldMapper.createObjectForKey(java.lang.String) . |
void |
testGet()
Test method for
de.h2b.java.lib.util.FieldMapper#get(String)) . |
void |
testGetDeclaringClass()
Test method for
de.h2b.java.lib.util.FieldMapper#getClassForKey(String)) . |
void |
testGetFieldValue()
Test method for
FieldMapper.getFieldValue(java.lang.String, java.lang.Object) . |
void |
testSetFieldValue()
|
void |
testSetFieldValueWrongType()
|
public void testCreateObjectForKey() throws IllegalArgumentException, InstantiationException, IllegalAccessException
FieldMapper.createObjectForKey(java.lang.String)
.public void testSetFieldValue() throws IllegalArgumentException, IllegalAccessException
public void testSetFieldValueWrongType() throws IllegalAccessException
public void testGetFieldValue() throws IllegalArgumentException, IllegalAccessException
FieldMapper.getFieldValue(java.lang.String, java.lang.Object)
.public void testGetDeclaringClass()
de.h2b.java.lib.util.FieldMapper#getClassForKey(String))
.public void testGet() throws IllegalArgumentException, NoSuchFieldException, SecurityException
de.h2b.java.lib.util.FieldMapper#get(String))
.Copyright © 2014–2016. All rights reserved.