Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jellyfish
Class ConfigurationManagerMock  view ConfigurationManagerMock download ConfigurationManagerMock.java

java.lang.Object
  extended byorg.jellyfish.ConfigurationManagerMock
All Implemented Interfaces:
ConfigurationManager

public class ConfigurationManagerMock
extends java.lang.Object
implements ConfigurationManager


Field Summary
 boolean getConfigurationCalled
           
 org.jellyfish.config.Config getConfigurationReturn
           
 
Fields inherited from interface org.jellyfish.ConfigurationManager
ROLE
 
Constructor Summary
ConfigurationManagerMock()
           
 
Method Summary
 org.jellyfish.config.Config getConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getConfigurationCalled

public boolean getConfigurationCalled

getConfigurationReturn

public org.jellyfish.config.Config getConfigurationReturn
Constructor Detail

ConfigurationManagerMock

public ConfigurationManagerMock()
Method Detail

getConfiguration

public org.jellyfish.config.Config getConfiguration()
Specified by:
getConfiguration in interface ConfigurationManager