public class ConstantInitializerTest extends Object
ConstantInitializer.| Constructor and Description |
|---|
ConstantInitializerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testEqualsFalse()
Tests equals() if the expected result is false.
|
void |
testEqualsTrue()
Tests equals() if the expected result is true.
|
void |
testEqualsWithOtherObjects()
Tests equals() with objects of other classes.
|
void |
testGet()
Tests whether get() returns the correct object.
|
void |
testGetObject()
Tests whether the correct object is returned.
|
void |
testToString()
Tests the string representation.
|
void |
testToStringNull()
Tests the string representation if the managed object is null.
|
public ConstantInitializerTest()
public void testGetObject()
public void testGet() throws ConcurrentException
ConcurrentExceptionpublic void testEqualsTrue()
public void testEqualsFalse()
public void testEqualsWithOtherObjects()
public void testToString()
public void testToStringNull()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.