|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sasl.distributed.lock.hazelcast.HazelcastInstanceFactoryBeanTest
public class HazelcastInstanceFactoryBeanTest
Test cases for the
HazelcastInstanceFactoryBean
class.
Constructor Summary | |
---|---|
HazelcastInstanceFactoryBeanTest()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
tearDown()
|
void |
testAfterPropertiesSetNoPropertiesSet()
Test case for the afterPropertiesSet() method in the case that no properties have been set
(use defaults). |
void |
testAfterPropertiesSetWithPropertiesSet()
Test case for the afterPropertiesSet() method in the case that properties have been set
(do not use defaults). |
void |
testGetObjectType()
Test case for the getObjectType() method. |
void |
testGetSetGroupConfig()
Test cases for the getter and setter method of the group config. |
void |
testGetSetXmlConfigurationFile()
Test case for the getter and setter method of the xml configuration file. |
void |
testIsSingleton()
Test case for the isSingleton() method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HazelcastInstanceFactoryBeanTest()
Method Detail |
---|
public void setUp()
public void tearDown() throws Exception
Exception
public void testGetSetXmlConfigurationFile() throws Exception
Exception
public void testGetSetGroupConfig() throws Exception
Exception
public void testGetObjectType() throws Exception
getObjectType()
method.
Exception
public void testIsSingleton() throws Exception
isSingleton()
method.
Exception
public void testAfterPropertiesSetNoPropertiesSet() throws Exception
afterPropertiesSet()
method in the case that no properties have been set
(use defaults).
Exception
public void testAfterPropertiesSetWithPropertiesSet() throws Exception
afterPropertiesSet()
method in the case that properties have been set
(do not use defaults).
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |