Class Forget

java.lang.Object
net.serenitybdd.screenplay.Forget
All Implemented Interfaces:
SkipNested, IsSilent, Interaction, Performable

public class Forget
extends java.lang.Object
implements Interaction, IsSilent
  • Constructor Summary

    Constructors
    Constructor Description
    Forget​(java.lang.String memoryKey)  
  • Method Summary

    Modifier and Type Method Description
    <T extends Actor>
    void
    performAs​(T actor)  
    static Forget theValueOf​(java.lang.String memoryKey)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.serenitybdd.screenplay.Performable

    then
  • Constructor Details

    • Forget

      public Forget​(java.lang.String memoryKey)
  • Method Details

    • performAs

      public <T extends Actor> void performAs​(T actor)
      Specified by:
      performAs in interface Performable
    • theValueOf

      public static Forget theValueOf​(java.lang.String memoryKey)