Class AnonymousPerformableFieldSetter<T extends AnonymousPerformable>

java.lang.Object
net.serenitybdd.screenplay.AnonymousPerformableFieldSetter<T>

public class AnonymousPerformableFieldSetter<T extends AnonymousPerformable>
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    AnonymousPerformableFieldSetter​(T anonymousPerformable, java.lang.String fieldName)  
  • Method Summary

    Modifier and Type Method Description
    T of​(java.lang.Object fieldValue)  

    Methods inherited from class java.lang.Object

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

    • AnonymousPerformableFieldSetter

      public AnonymousPerformableFieldSetter​(T anonymousPerformable, java.lang.String fieldName)
  • Method Details

    • of

      public T of​(java.lang.Object fieldValue)