// name param is only used for the @Parameters' name attribute
public SessionsTest(String name, RestxSpec spec, WebServerSupplier webServerSupplier){
this.webServerSupplier = webServerSupplier;
this.spec = spec;
this.rule = new RestxSpecRule(this.webServerSupplier);
}