Class SilentTasks

java.lang.Object
net.serenitybdd.screenplay.SilentTasks

public class SilentTasks
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    SilentTasks()  
  • Method Summary

    Modifier and Type Method Description
    static boolean isNestedInSilentTask()  
    static boolean isSilent​(Performable task)  

    Methods inherited from class java.lang.Object

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

    • SilentTasks

      public SilentTasks()
  • Method Details

    • isSilent

      public static boolean isSilent​(Performable task)
    • isNestedInSilentTask

      public static boolean isNestedInSilentTask()