Annotation Type RunWithClientSession


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    @Inherited
    public @interface RunWithClientSession
    Annotation to execute test-methods under a particular client session. This is used in conjunction with PlatformTestRunner and its subclasses.
    Since:
    5.1
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends org.eclipse.scout.rt.shared.ISession> value  
    • Element Detail

      • value

        Class<? extends org.eclipse.scout.rt.shared.ISession> value
        Returns:
        session class to be used.