public class PopulateTestCase extends Object
| Constructor and Description |
|---|
PopulateTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
populateEmptry() |
void |
populateNull() |
void |
populateNullToPrimitive() |
void |
populateNullValue() |
void |
populatePropertyArrays() |
void |
populateReadOnly()
Makes sure that read only properties are ignored
|
void |
populateReadOnlyAndOther()
Makes sure, that ignoring read only property does not cause writable properties to be ignored
|
void |
populateScalar() |
void |
populateUnknownKey() |
void |
populateWithNullKey() |
void |
setUp() |
void |
tearDown() |
public PopulateTestCase()
public void setUp()
public void tearDown()
public void populateEmptry() throws Exception
Exceptionpublic void populateNull() throws Exception
Exceptionpublic void populateWithNullKey() throws Exception
Exceptionpublic void populateNullValue() throws Exception
Exceptionpublic void populateUnknownKey() throws Exception
Exceptionpublic void populateNullToPrimitive() throws Exception
Exceptionpublic void populatePropertyArrays() throws Exception
Exceptionpublic void populateScalar() throws Exception
Exceptionpublic void populateReadOnly() throws Exception
Exceptionpublic void populateReadOnlyAndOther() throws Exception
ExceptionCopyright © 2012–2014 The Apache Software Foundation. All rights reserved.