Class SessionManagementTester

java.lang.Object
org.wildfly.clustering.session.container.SessionManagementTester
All Implemented Interfaces:
AutoCloseable, Consumer<List<org.wildfly.clustering.arquillian.Deployment>>, org.wildfly.clustering.arquillian.Tester

public class SessionManagementTester extends Object implements org.wildfly.clustering.arquillian.Tester
A smoke test client for validating container integration.
Author:
Paul Ferraro
  • Constructor Details

  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.wildfly.clustering.arquillian.Tester
    • accept

      public void accept(List<org.wildfly.clustering.arquillian.Deployment> deployments)
      Specified by:
      accept in interface Consumer<List<org.wildfly.clustering.arquillian.Deployment>>