Package net.serenitybdd.core.photography
Class Darkroom
java.lang.Object
net.serenitybdd.core.photography.Darkroom
public class Darkroom
extends java.lang.Object
A darkroom processes and saves screenshots that were taken during the tests.
-
Constructor Summary
Constructors Constructor Description Darkroom() -
Method Summary
Modifier and Type Method Description voidisOpenForBusiness()ScreenshotReceiptsendNegative(ScreenshotNegative screenshotNegative)Returns a receipt of the screenshot negative with the definitive destination pathvoidstart()ScreenshotReceiptsubmitForProcessing(ScreenshotNegative negative)voidterminate()voidwaitUntilClose()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Darkroom
public Darkroom()
-
-
Method Details
-
isOpenForBusiness
public void isOpenForBusiness() -
waitUntilClose
public void waitUntilClose() -
start
public void start() -
terminate
public void terminate() -
submitForProcessing
-
sendNegative
Returns a receipt of the screenshot negative with the definitive destination path
-