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 voidafter()static voidafterAll()voidbadSessionTest()voidbefore()static voidbeforeAll()voidtestGetSessionInfo()voidtestNewSession()
-
-
-
Method Detail
-
beforeAll
public static void beforeAll()
-
before
public final void before()
- Overrides:
beforein classAbstractManagerTest- Throws:
RemoteException
-
after
public void after() throws Exception- Overrides:
afterin classAbstractManagerTest- Throws:
Exception
-
testNewSession
public final void testNewSession()
-
testGetSessionInfo
public final void testGetSessionInfo()
-
badSessionTest
public void badSessionTest()
-
-