All Downloads are FREE. Search and download functionalities are using the official Maven repository.

x-unit.4.0.0.Beta3.source-code.dataobjects.adoc Maven / Gradle / Ivy

There is a newer version: 5.0.0.CR3
Show newest version
= Cheatsheets

[[ReportOptions]]
== ReportOptions

++++
 Configures a reporter consisting in a name to, an address at and an optional format.
++++
'''

[cols=">25%,25%,50%"]
[frame="topbot"]
|===
^|Name | Type ^| Description
|[[format]]`@format`|`String`|+++
Set the current reporter format.
+++
|[[to]]`@to`|`String`|+++
Set the current reporter name.
+++
|===

[[ReportingOptions]]
== ReportingOptions

++++
 Reporting options:

 
  • the reporters is an array of reporter configurations
++++ ''' [cols=">25%,25%,50%"] [frame="topbot"] |=== ^|Name | Type ^| Description |=== [[TestOptions]] == TestOptions ++++ Test execution options:
  • the timeout in milliseconds, the default value is 2 minutes
  • the useEventLoop
  • configures the event loop usage
    • true always runs with an event loop
    • false never runs with an event loop
    • null uses an event loop if there is one (provided by link) otherwise run without
  • the reporters is an array of reporter configurations
++++ ''' [cols=">25%,25%,50%"] [frame="topbot"] |=== ^|Name | Type ^| Description |[[timeout]]`@timeout`|`Number (long)`|+++ Set the test timeout. +++ |[[useEventLoop]]`@useEventLoop`|`Boolean`|+++ Configure the execution to use an event loop when there is no one existing. +++ |===




© 2015 - 2025 Weber Informatics LLC | Privacy Policy