Package io.qameta.allure.option
Class VerboseOptions
java.lang.Object
io.qameta.allure.option.VerboseOptions
Contains options to configure commandline verbosity.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VerboseOptions
public VerboseOptions()
-
-
Method Details
-
isQuiet
public boolean isQuiet()Returns true if silent mode is enabled, false otherwise. -
isVerbose
public boolean isVerbose()Returns true if verbose mode is enabled, false otherwise.
-