Class DefaultSession
java.lang.Object
org.arquillian.cube.kubernetes.impl.DefaultSession
- All Implemented Interfaces:
Session
Represents a testing session.
It is used for scoping pods, service and replication controllers created during the test.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(SessionListener listener) getId()Returns the namespace ID for this test case sessionvoidremoveListener(SessionListener listener) voidsetCurrentClassName(String className) voidsetCurrentMethodName(String methodName)
-
Constructor Details
-
DefaultSession
-
-
Method Details
-
getId
-
getLogger
-
getNamespace
Returns the namespace ID for this test case session- Specified by:
getNamespacein interfaceSession
-
getPassed
-
getFailed
-
getSkipped
- Specified by:
getSkippedin interfaceSession
-
addListener
- Specified by:
addListenerin interfaceSession
-
removeListener
- Specified by:
removeListenerin interfaceSession
-
getCurrentClassName
- Specified by:
getCurrentClassNamein interfaceSession
-
setCurrentClassName
- Specified by:
setCurrentClassNamein interfaceSession
-
getCurrentMethodName
- Specified by:
getCurrentMethodNamein interfaceSession
-
setCurrentMethodName
- Specified by:
setCurrentMethodNamein interfaceSession
-