Class TestEnvironment
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.util.AbstractEnvironment
-
- edu.uiuc.ncsa.security.util.testing.TestEnvironment
-
- All Implemented Interfaces:
Logable
public class TestEnvironment extends AbstractEnvironment
Created by Jeff Gaynor
on 4/21/16 at 1:54 PM
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.security.core.util.AbstractEnvironment
constants
-
-
Constructor Summary
Constructors Constructor Description TestEnvironment(TestMap testMap, MyLoggingFacade myLogger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestMap
getTestMap()
void
setTestMap(TestMap testMap)
-
Methods inherited from class edu.uiuc.ncsa.security.core.util.AbstractEnvironment
debug, error, getConstants, getMyLogger, info, isDebugOn, isPingable, setDebugOn, setPingable, warn
-
-
-
-
Constructor Detail
-
TestEnvironment
public TestEnvironment(TestMap testMap, MyLoggingFacade myLogger)
-
-