Class TestEnvironment
- java.lang.Object
- 
- edu.uiuc.ncsa.security.core.util.AbstractEnvironment
- 
- edu.uiuc.ncsa.security.util.testing.TestEnvironment
 
 
- 
- All Implemented Interfaces:
- Logable,- Serializable
 
 public class TestEnvironment extends AbstractEnvironment An implementation ofAbstractEnvironmentsolely for testing. Thjis can be used to test the environment class or as part of testing CLIs that need an environment.Created by Jeff Gaynor 
 on 4/21/16 at 1:54 PM- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class edu.uiuc.ncsa.security.core.util.AbstractEnvironmentconstants
 
- 
 - 
Constructor SummaryConstructors Constructor Description TestEnvironment(TestData testData, MyLoggingFacade myLogger)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListgetList(String key)StringgetString(String key)TestDatagetTestData()booleanhasValue(String key)booleanisEmpty()booleanisList(String key)booleanisString(String key)voidsetTestData(TestData testData)- 
Methods inherited from class edu.uiuc.ncsa.security.core.util.AbstractEnvironmentdebug, error, getConstants, getMyLogger, info, isDebugOn, isPingable, setDebugOn, setPingable, warn
 
- 
 
- 
- 
- 
Constructor Detail- 
TestEnvironmentpublic TestEnvironment(TestData testData, MyLoggingFacade myLogger) 
 
- 
 
-