Class TestSession<C extends AbstractBackendClient<C,S>, S>

java.lang.Object
ch.nolix.system.application.main.AbstractSession<C,S>
ch.nolix.system.application.maintestutil.TestSession<C,S>
Type Parameters:
C - is the type of the parent AbstractBackendClient of a TestSession.
S - is the type of the application service of the parent Application of the parent AbstractBackendClient of a TestSession.
All Implemented Interfaces:
IClientComponent<C>, IRefreshableSubscriber, Refreshable, AlivenessRequestable

public final class TestSession<C extends AbstractBackendClient<C,S>, S> extends AbstractSession<C,S>
Author:
Silvan Wyss
  • Method Details