org.joda.beans.test
Class JodaBeanTests

java.lang.Object
  extended by org.joda.beans.test.JodaBeanTests

public final class JodaBeanTests
extends Object

A utility class to assist with testing beans.


Field Summary
static String TEST_COVERAGE_PROPERTY
          This constant can be used to pass to increase test coverage.
static String TEST_COVERAGE_STRING
          This constant can be used to pass to increase test coverage.
 
Constructor Summary
JodaBeanTests()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_COVERAGE_PROPERTY

public static final String TEST_COVERAGE_PROPERTY
This constant can be used to pass to increase test coverage. This is used by some MetaBean methods in generated classes.

See Also:
Constant Field Values

TEST_COVERAGE_STRING

public static final String TEST_COVERAGE_STRING
This constant can be used to pass to increase test coverage. This is used by some BeanBuilder set methods in generated classes.

See Also:
Constant Field Values
Constructor Detail

JodaBeanTests

public JodaBeanTests()


Copyright © 2007–2017 Joda.org. All rights reserved.