Class Serenity.SessionVariableSetter

java.lang.Object
net.serenitybdd.core.Serenity.SessionVariableSetter
Enclosing class:
Serenity

public static class Serenity.SessionVariableSetter
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    SessionVariableSetter​(java.lang.Object key)  
  • Method Summary

    Modifier and Type Method Description
    <T> void to​(T value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SessionVariableSetter

      public SessionVariableSetter​(java.lang.Object key)
  • Method Details

    • to

      public <T> void to​(T value)