Package es.bsc.dataclay.logic.sessionmgr
Class SessionManagerTest
- java.lang.Object
-
- es.bsc.dataclay.test.AbstractManagerTest
-
- es.bsc.dataclay.logic.sessionmgr.SessionManagerTest
-
public class SessionManagerTest extends AbstractManagerTest
-
-
Field Summary
-
Fields inherited from class es.bsc.dataclay.test.AbstractManagerTest
dataSource
-
-
Constructor Summary
Constructors Constructor Description SessionManagerTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
after()
static void
afterAll()
void
badSessionTest()
void
before()
static void
beforeAll()
void
testGetSessionInfo()
void
testNewSession()
-
-
-
Method Detail
-
beforeAll
public static void beforeAll()
-
before
public final void before()
- Overrides:
before
in classAbstractManagerTest
- Throws:
RemoteException
-
after
public void after() throws Exception
- Overrides:
after
in classAbstractManagerTest
- Throws:
Exception
-
testNewSession
public final void testNewSession()
-
testGetSessionInfo
public final void testGetSessionInfo()
-
badSessionTest
public void badSessionTest()
-
-