Package com.codeborne.selenide.logevents
Class SimpleReport
- java.lang.Object
-
- com.codeborne.selenide.logevents.SimpleReport
-
@ParametersAreNonnullByDefault public class SimpleReport extends java.lang.ObjectA simple text report of Selenide actions performed during test run. Class is thread-safe: the same instance of SimpleReport can be reused by different threads simultaneously.
-
-
Constructor Summary
Constructors Constructor Description SimpleReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()voidfinish(java.lang.String title)voidstart()
-