From 2acda92151403fc38d5c4a80d888edc5f8919ef1 Mon Sep 17 00:00:00 2001
From: Adrian Herscu Common Scenario Stuff
base class:
public abstract class SystemRestTest extends UnitilsScenarioTest<TestConfiguration, RestScenarioType, SystemRestFixtures<?>, SystemRestActions<?>, SystemRestVerifications<?>> {
+public abstract class SystemRestTest extends ConfigurableScenarioTest<TestConfiguration, RestScenarioType, SystemRestFixtures<?>, SystemRestActions<?>, SystemRestVerifications<?>> {
protected Client client; // we should manage the REST client
diff --git a/modules.html b/modules.html
index c885b3f161..bf0d4aee00 100644
--- a/modules.html
+++ b/modules.html
@@ -162,8 +162,7 @@ Project Modules
Provides generic JGiven-style actions and verifications, mostly for dealing
with latency and exceptions via a pre-configured retry mechanism.
In addition, adapts Apache Commons Configuration to be used for loading test
- properties and integrating Unitils for managing file-loading and
- database-driven tests.
+ properties.
QA JGiven JDBC
Provides generic JGiven-style actions and verifications for testing
diff --git a/qa-jgiven-commons/apidocs/allclasses-index.html b/qa-jgiven-commons/apidocs/allclasses-index.html
index b5c0a62248..dba0e428aa 100644
--- a/qa-jgiven-commons/apidocs/allclasses-index.html
+++ b/qa-jgiven-commons/apidocs/allclasses-index.html
@@ -2,7 +2,7 @@
-
+
All Classes (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/allclasses.html b/qa-jgiven-commons/apidocs/allclasses.html
index 5ad0b0b0a4..d093288c13 100644
--- a/qa-jgiven-commons/apidocs/allclasses.html
+++ b/qa-jgiven-commons/apidocs/allclasses.html
@@ -2,7 +2,7 @@
-
+
All Classes (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/allpackages-index.html b/qa-jgiven-commons/apidocs/allpackages-index.html
index aa4837c577..fe8b5b019a 100644
--- a/qa-jgiven-commons/apidocs/allpackages-index.html
+++ b/qa-jgiven-commons/apidocs/allpackages-index.html
@@ -2,7 +2,7 @@
-
+
All Packages (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/constant-values.html b/qa-jgiven-commons/apidocs/constant-values.html
index 8d5e24fa49..13e9b0ce31 100644
--- a/qa-jgiven-commons/apidocs/constant-values.html
+++ b/qa-jgiven-commons/apidocs/constant-values.html
@@ -2,7 +2,7 @@
-
+
Constant Field Values (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/deprecated-list.html b/qa-jgiven-commons/apidocs/deprecated-list.html
index ef171212e9..4ecfbdccf2 100644
--- a/qa-jgiven-commons/apidocs/deprecated-list.html
+++ b/qa-jgiven-commons/apidocs/deprecated-list.html
@@ -2,7 +2,7 @@
-
+
Deprecated List (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/AbstractWireMockTest.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/AbstractWireMockTest.html
index 9a46fc85aa..6c148e7526 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/AbstractWireMockTest.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/AbstractWireMockTest.html
@@ -2,7 +2,7 @@
-
+
AbstractWireMockTest (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/TestRuntimeException.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/TestRuntimeException.html
index 883def8b95..4818d1d0bf 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/TestRuntimeException.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/TestRuntimeException.html
@@ -2,7 +2,7 @@
-
+
TestRuntimeException (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/class-use/AbstractWireMockTest.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/class-use/AbstractWireMockTest.html
index 61535f615c..48dee9de24 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/class-use/AbstractWireMockTest.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/class-use/AbstractWireMockTest.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.AbstractWireMockTest (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/class-use/TestRuntimeException.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/class-use/TestRuntimeException.html
index 04ab2dc145..be545c4678 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/class-use/TestRuntimeException.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/class-use/TestRuntimeException.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.TestRuntimeException (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/DescriptionFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/DescriptionFormatter.Annotation.html
index ac9a07a494..1d59ef0291 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/DescriptionFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/DescriptionFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
DescriptionFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/DescriptionFormatter.HasDescription.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/DescriptionFormatter.HasDescription.html
index d4d0d2c9e5..da921700dd 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/DescriptionFormatter.HasDescription.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/DescriptionFormatter.HasDescription.html
@@ -2,7 +2,7 @@
-
+
DescriptionFormatter.HasDescription (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/DescriptionFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/DescriptionFormatter.html
index 8a2e5fd50e..bd7f7156f6 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/DescriptionFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/DescriptionFormatter.html
@@ -2,7 +2,7 @@
-
+
DescriptionFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/FileFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/FileFormatter.Annotation.html
index e75181f200..39f3b02980 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/FileFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/FileFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
FileFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/FileFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/FileFormatter.html
index abb1d6626a..31b5c203cb 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/FileFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/FileFormatter.html
@@ -2,7 +2,7 @@
-
+
FileFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionFormatter.Annotation.html
index 1b5ab458bb..00f55a3f37 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
JsonAssertionFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionFormatter.html
index a2d41c3ddf..d967e08cdb 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionFormatter.html
@@ -2,7 +2,7 @@
-
+
JsonAssertionFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionsFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionsFormatter.Annotation.html
index 59b5325c68..cc35afc3a3 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionsFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionsFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
JsonAssertionsFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionsFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionsFormatter.html
index aa4d2a84ea..d00640555c 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionsFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/JsonAssertionsFormatter.html
@@ -2,7 +2,7 @@
-
+
JsonAssertionsFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/NotOrBlankFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/NotOrBlankFormatter.html
index f98ae8f44e..316ad2fde0 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/NotOrBlankFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/NotOrBlankFormatter.html
@@ -2,7 +2,7 @@
-
+
NotOrBlankFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectAsJsonFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectAsJsonFormatter.Annotation.html
index 0398c3ff71..7e245c7252 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectAsJsonFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectAsJsonFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
ObjectAsJsonFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectAsJsonFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectAsJsonFormatter.html
index a12138d1e1..2f054e5aea 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectAsJsonFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectAsJsonFormatter.html
@@ -2,7 +2,7 @@
-
+
ObjectAsJsonFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectExFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectExFormatter.Annotation.html
index cddb810c85..46fce6afaf 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectExFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectExFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
ObjectExFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectExFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectExFormatter.html
index ad34b2f90f..02ea480182 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectExFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectExFormatter.html
@@ -2,7 +2,7 @@
-
+
ObjectExFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectFormatter.Annotation.html
index a529f106ad..326548c7b8 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
ObjectFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectFormatter.html
index 3e4700d679..cd4221f7fd 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectFormatter.html
@@ -2,7 +2,7 @@
-
+
ObjectFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectsMatrixFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectsMatrixFormatter.Annotation.html
index 107401249d..bc547c01b6 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectsMatrixFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectsMatrixFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
ObjectsMatrixFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectsMatrixFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectsMatrixFormatter.html
index e84ead8eba..5094f5f954 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectsMatrixFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/ObjectsMatrixFormatter.html
@@ -2,7 +2,7 @@
-
+
ObjectsMatrixFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/PairFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/PairFormatter.Annotation.html
index 1a6bf330d2..a3f7b7985d 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/PairFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/PairFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
PairFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/PairFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/PairFormatter.html
index 3646b7aab2..0feda26bec 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/PairFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/PairFormatter.html
@@ -2,7 +2,7 @@
-
+
PairFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/StringFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/StringFormatter.Annotation.html
index f56f553aed..bfcea262ab 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/StringFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/StringFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
StringFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/StringFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/StringFormatter.html
index 8360a31d92..edbe6062bc 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/StringFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/StringFormatter.html
@@ -2,7 +2,7 @@
-
+
StringFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/UnitFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/UnitFormatter.Annotation.html
index 6f7e71ff12..8094212f34 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/UnitFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/UnitFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
UnitFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/UnitFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/UnitFormatter.html
index e7075c9df5..e9763864ca 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/UnitFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/UnitFormatter.html
@@ -2,7 +2,7 @@
-
+
UnitFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/DescriptionFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/DescriptionFormatter.Annotation.html
index 8776dc13d8..97d9052f47 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/DescriptionFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/DescriptionFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.DescriptionFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/DescriptionFormatter.HasDescription.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/DescriptionFormatter.HasDescription.html
index b0d491dd92..fc97e27cd8 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/DescriptionFormatter.HasDescription.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/DescriptionFormatter.HasDescription.html
@@ -2,7 +2,7 @@
-
+
Uses of Interface dev.aherscu.qa.jgiven.commons.formatters.DescriptionFormatter.HasDescription (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/DescriptionFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/DescriptionFormatter.html
index b0b66211c4..6c64f5f4a1 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/DescriptionFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/DescriptionFormatter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.DescriptionFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/FileFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/FileFormatter.Annotation.html
index 1e03ac7ca8..beb2bd1efd 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/FileFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/FileFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.FileFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/FileFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/FileFormatter.html
index ae3c3f639d..e175cb6ef4 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/FileFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/FileFormatter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.FileFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionFormatter.Annotation.html
index 9176d32766..bbc053d101 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.JsonAssertionFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionFormatter.html
index 8bba588c6d..ce3f0f378b 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionFormatter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.JsonAssertionFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionsFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionsFormatter.Annotation.html
index 0f60c50ef0..c25c8fae97 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionsFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionsFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.JsonAssertionsFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionsFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionsFormatter.html
index 5a857295dc..8198c95cd8 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionsFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/JsonAssertionsFormatter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.JsonAssertionsFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/NotOrBlankFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/NotOrBlankFormatter.html
index 0e8b4d3982..ca29e5b92f 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/NotOrBlankFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/NotOrBlankFormatter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.NotOrBlankFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectAsJsonFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectAsJsonFormatter.Annotation.html
index feffaf2905..d4957c4b15 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectAsJsonFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectAsJsonFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.ObjectAsJsonFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectAsJsonFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectAsJsonFormatter.html
index 419c71fa5c..c573397470 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectAsJsonFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectAsJsonFormatter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.ObjectAsJsonFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectExFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectExFormatter.Annotation.html
index e87e3d220b..38ab490253 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectExFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectExFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.ObjectExFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectExFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectExFormatter.html
index 8a776bf026..6b25e9fb67 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectExFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectExFormatter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.ObjectExFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectFormatter.Annotation.html
index 1bdb848b48..aa9b40d9a8 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.ObjectFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectFormatter.html
index 3391157827..0a80b30fd6 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectFormatter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.ObjectFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectsMatrixFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectsMatrixFormatter.Annotation.html
index 328ff661b0..0291eac124 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectsMatrixFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectsMatrixFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.ObjectsMatrixFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectsMatrixFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectsMatrixFormatter.html
index f3701e9103..167ddd6761 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectsMatrixFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/ObjectsMatrixFormatter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.ObjectsMatrixFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/PairFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/PairFormatter.Annotation.html
index 117d0e4a7c..e65cb7e56f 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/PairFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/PairFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.PairFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/PairFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/PairFormatter.html
index 501b75aa79..1dbb5c47fa 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/PairFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/PairFormatter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.PairFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/StringFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/StringFormatter.Annotation.html
index 1f2388596b..f03d22da52 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/StringFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/StringFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.StringFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/StringFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/StringFormatter.html
index 44b8891ca4..b5490efea4 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/StringFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/StringFormatter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.StringFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/UnitFormatter.Annotation.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/UnitFormatter.Annotation.html
index 274f5b9df7..10a5fb6f64 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/UnitFormatter.Annotation.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/UnitFormatter.Annotation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.UnitFormatter.Annotation (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/UnitFormatter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/UnitFormatter.html
index c7d4963d88..573e5c9bb4 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/UnitFormatter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/class-use/UnitFormatter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.formatters.UnitFormatter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/package-summary.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/package-summary.html
index 1d20d5a198..6c21e4e210 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/package-summary.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/package-summary.html
@@ -2,7 +2,7 @@
-
+
dev.aherscu.qa.jgiven.commons.formatters (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/package-tree.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/package-tree.html
index 828d1a0852..e8aa2c0829 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/package-tree.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/package-tree.html
@@ -2,7 +2,7 @@
-
+
dev.aherscu.qa.jgiven.commons.formatters Class Hierarchy (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/package-use.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/package-use.html
index 93dd2a915f..3d09568a24 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/package-use.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/formatters/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package dev.aherscu.qa.jgiven.commons.formatters (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/AbstractElement.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/AbstractElement.html
index 567aba8bbd..e9fdf265be 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/AbstractElement.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/AbstractElement.html
@@ -2,7 +2,7 @@
-
+
AbstractElement (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/AnyScenarioType.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/AnyScenarioType.html
index 179747c421..55d0198bdf 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/AnyScenarioType.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/AnyScenarioType.html
@@ -2,7 +2,7 @@
-
+
AnyScenarioType (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Credentials.CredentialsBuilder.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Credentials.CredentialsBuilder.html
index 5529d0bb0d..00318f9c92 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Credentials.CredentialsBuilder.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Credentials.CredentialsBuilder.html
@@ -2,7 +2,7 @@
-
+
Credentials.CredentialsBuilder (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Credentials.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Credentials.html
index 22c1e66f44..0183358927 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Credentials.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Credentials.html
@@ -2,7 +2,7 @@
-
+
Credentials (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/DoublePercentage.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/DoublePercentage.html
index 03e255ed5e..81489b5d67 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/DoublePercentage.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/DoublePercentage.html
@@ -2,7 +2,7 @@
-
+
DoublePercentage (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Element.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Element.html
index 916a19dc7e..c5a875116c 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Element.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Element.html
@@ -2,7 +2,7 @@
-
+
Element (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Name.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Name.html
index 3478aac29d..60c37163aa 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Name.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Name.html
@@ -2,7 +2,7 @@
-
+
Name (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Numeric.Serializer.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Numeric.Serializer.html
index ae8c4dcbd2..6730a9dbfd 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Numeric.Serializer.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Numeric.Serializer.html
@@ -2,7 +2,7 @@
-
+
Numeric.Serializer (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Numeric.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Numeric.html
index 4d88af1ed3..4aa3a64eed 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Numeric.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Numeric.html
@@ -2,7 +2,7 @@
-
+
Numeric (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/NumericId.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/NumericId.html
index c457abc89d..46211c3e8b 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/NumericId.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/NumericId.html
@@ -2,7 +2,7 @@
-
+
NumericId (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Password.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Password.html
index 1d1a410426..4914cad05d 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Password.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Password.html
@@ -2,7 +2,7 @@
-
+
Password (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Percentage.Serializer.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Percentage.Serializer.html
index 053da78a67..1211bf288a 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Percentage.Serializer.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Percentage.Serializer.html
@@ -2,7 +2,7 @@
-
+
Percentage.Serializer (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Percentage.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Percentage.html
index 98e8ac237b..4fbf010cdb 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Percentage.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Percentage.html
@@ -2,7 +2,7 @@
-
+
Percentage (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/ScenarioType.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/ScenarioType.html
index 2b3f802148..3a4b8a2fe7 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/ScenarioType.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/ScenarioType.html
@@ -2,7 +2,7 @@
-
+
ScenarioType (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/SegmentedName.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/SegmentedName.html
index 642987010f..8fad79d23b 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/SegmentedName.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/SegmentedName.html
@@ -2,7 +2,7 @@
-
+
SegmentedName (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Text.Serializer.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Text.Serializer.html
index c625b8b413..29aa0b287a 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Text.Serializer.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Text.Serializer.html
@@ -2,7 +2,7 @@
-
+
Text.Serializer (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Text.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Text.html
index 585e603503..1fcbfdf047 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Text.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/Text.html
@@ -2,7 +2,7 @@
-
+
Text (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/TypedScenarioTest.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/TypedScenarioTest.html
index a84de619c2..90296abb20 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/TypedScenarioTest.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/TypedScenarioTest.html
@@ -2,7 +2,7 @@
-
+
TypedScenarioTest (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/AbstractElement.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/AbstractElement.html
index e68332e9ef..eef654c33f 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/AbstractElement.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/AbstractElement.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.AbstractElement (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/AnyScenarioType.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/AnyScenarioType.html
index f45dda3a33..86bf3501dd 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/AnyScenarioType.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/AnyScenarioType.html
@@ -2,7 +2,7 @@
-
+
Uses of Interface dev.aherscu.qa.jgiven.commons.model.AnyScenarioType (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Credentials.CredentialsBuilder.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Credentials.CredentialsBuilder.html
index 379e44a08e..b028205438 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Credentials.CredentialsBuilder.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Credentials.CredentialsBuilder.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.Credentials.CredentialsBuilder (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Credentials.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Credentials.html
index e270e607f5..502f653080 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Credentials.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Credentials.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.Credentials (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/DoublePercentage.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/DoublePercentage.html
index d63f6250cc..ce90beb89a 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/DoublePercentage.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/DoublePercentage.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.DoublePercentage (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Element.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Element.html
index 2ab1aebc28..6ac3c71c82 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Element.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Element.html
@@ -2,7 +2,7 @@
-
+
Uses of Interface dev.aherscu.qa.jgiven.commons.model.Element (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Name.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Name.html
index 792dabd8a7..a1993eecee 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Name.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Name.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.Name (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Numeric.Serializer.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Numeric.Serializer.html
index 059649f83a..d2cd445c8e 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Numeric.Serializer.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Numeric.Serializer.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.Numeric.Serializer (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Numeric.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Numeric.html
index e50b9caaca..0c01193678 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Numeric.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Numeric.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.Numeric (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/NumericId.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/NumericId.html
index 8276e76b44..992eae114b 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/NumericId.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/NumericId.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.NumericId (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Password.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Password.html
index b3865bd70a..4fa36caa43 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Password.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Password.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.Password (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Percentage.Serializer.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Percentage.Serializer.html
index 885ab2967d..254e68fd76 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Percentage.Serializer.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Percentage.Serializer.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.Percentage.Serializer (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Percentage.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Percentage.html
index 73b8399cd1..33f520401b 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Percentage.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Percentage.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.Percentage (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/ScenarioType.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/ScenarioType.html
index f8f851fb4b..4508def15e 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/ScenarioType.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/ScenarioType.html
@@ -2,7 +2,7 @@
-
+
Uses of Interface dev.aherscu.qa.jgiven.commons.model.ScenarioType (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/SegmentedName.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/SegmentedName.html
index f010a9b33d..324032c5d6 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/SegmentedName.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/SegmentedName.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.SegmentedName (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Text.Serializer.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Text.Serializer.html
index 19897543e0..0815df3989 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Text.Serializer.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Text.Serializer.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.Text.Serializer (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Text.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Text.html
index 7808ab4c1e..373cae27e0 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Text.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/Text.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.Text (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/TypedScenarioTest.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/TypedScenarioTest.html
index 1abf0b5a1d..7819ecad8f 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/TypedScenarioTest.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/class-use/TypedScenarioTest.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.model.TypedScenarioTest (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/package-summary.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/package-summary.html
index 38ead59fd3..db4ce3f0ca 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/package-summary.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/package-summary.html
@@ -2,7 +2,7 @@
-
+
dev.aherscu.qa.jgiven.commons.model (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/package-tree.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/package-tree.html
index fa21613631..fe3ba7740c 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/package-tree.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/package-tree.html
@@ -2,7 +2,7 @@
-
+
dev.aherscu.qa.jgiven.commons.model Class Hierarchy (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/package-use.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/package-use.html
index cbb1d6dabf..e8f3374eb5 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/package-use.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/model/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package dev.aherscu.qa.jgiven.commons.model (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/package-summary.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/package-summary.html
index e543f295de..492dd3a18e 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/package-summary.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/package-summary.html
@@ -2,7 +2,7 @@
-
+
dev.aherscu.qa.jgiven.commons (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/package-tree.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/package-tree.html
index a98d170897..4779e6f9ab 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/package-tree.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/package-tree.html
@@ -2,7 +2,7 @@
-
+
dev.aherscu.qa.jgiven.commons Class Hierarchy (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/package-use.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/package-use.html
index 7c61d9ca72..004151e47b 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/package-use.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package dev.aherscu.qa.jgiven.commons (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/GenericActions.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/GenericActions.html
index 55f416f3f8..683de788fa 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/GenericActions.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/GenericActions.html
@@ -2,7 +2,7 @@
-
+
GenericActions (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/GenericFixtures.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/GenericFixtures.html
index 12b707d4e3..7871048e7c 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/GenericFixtures.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/GenericFixtures.html
@@ -2,7 +2,7 @@
-
+
GenericFixtures (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/GenericVerifications.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/GenericVerifications.html
index d090131b89..314120d466 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/GenericVerifications.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/GenericVerifications.html
@@ -2,7 +2,7 @@
-
+
GenericVerifications (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/class-use/GenericActions.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/class-use/GenericActions.html
index 567e6b588a..35b1688613 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/class-use/GenericActions.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/class-use/GenericActions.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.steps.GenericActions (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/class-use/GenericFixtures.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/class-use/GenericFixtures.html
index 54f3a7cd7e..f5f672023c 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/class-use/GenericFixtures.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/class-use/GenericFixtures.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.steps.GenericFixtures (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/class-use/GenericVerifications.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/class-use/GenericVerifications.html
index 72d392d015..8779691ba6 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/class-use/GenericVerifications.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/class-use/GenericVerifications.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.steps.GenericVerifications (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/package-summary.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/package-summary.html
index 70d66a42b2..1901fa2506 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/package-summary.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/package-summary.html
@@ -2,7 +2,7 @@
-
+
dev.aherscu.qa.jgiven.commons.steps (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/package-tree.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/package-tree.html
index 65e5aa32ed..391fde75c4 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/package-tree.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/package-tree.html
@@ -2,7 +2,7 @@
-
+
dev.aherscu.qa.jgiven.commons.steps Class Hierarchy (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/package-use.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/package-use.html
index 4cf8e9646c..2056bafc69 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/package-use.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/steps/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package dev.aherscu.qa.jgiven.commons.steps (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/Defect.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/Defect.html
index d53943fbc8..0a6a9b088e 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/Defect.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/Defect.html
@@ -2,7 +2,7 @@
-
+
Defect (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/MissingCoverage.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/MissingCoverage.html
index f60deac365..bea51390d5 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/MissingCoverage.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/MissingCoverage.html
@@ -2,7 +2,7 @@
-
+
MissingCoverage (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/Reference.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/Reference.html
index 7d9e1c28c6..20b9a8ded9 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/Reference.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/Reference.html
@@ -2,7 +2,7 @@
-
+
Reference (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/SelfTest.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/SelfTest.html
index 3cba399a76..8e3dbef71c 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/SelfTest.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/SelfTest.html
@@ -2,7 +2,7 @@
-
+
SelfTest (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/Defect.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/Defect.html
index 4f5ca7b7dc..e8fb111fc7 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/Defect.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/Defect.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.tags.Defect (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/MissingCoverage.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/MissingCoverage.html
index f197b53ba4..9dd52f5030 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/MissingCoverage.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/MissingCoverage.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.tags.MissingCoverage (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/Reference.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/Reference.html
index 45e8b551bf..88ea6c6469 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/Reference.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/Reference.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.tags.Reference (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/SelfTest.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/SelfTest.html
index f8aed38199..5c1a02568b 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/SelfTest.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/class-use/SelfTest.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.tags.SelfTest (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/package-summary.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/package-summary.html
index 1c589b1e85..fe7d812eef 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/package-summary.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/package-summary.html
@@ -2,7 +2,7 @@
-
+
dev.aherscu.qa.jgiven.commons.tags (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/package-tree.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/package-tree.html
index 49bae7f602..5dee61e5c4 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/package-tree.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/package-tree.html
@@ -2,7 +2,7 @@
-
+
dev.aherscu.qa.jgiven.commons.tags Class Hierarchy (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/package-use.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/package-use.html
index 34b40d905a..c41838f50f 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/package-use.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/tags/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package dev.aherscu.qa.jgiven.commons.tags (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/AbstractTestListener.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/AbstractTestListener.html
index 7cb4abb8b4..64b31403a2 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/AbstractTestListener.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/AbstractTestListener.html
@@ -2,7 +2,7 @@
-
+
AbstractTestListener (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/AttachesScreenshot.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/AttachesScreenshot.html
index b602e2d943..a21a943b52 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/AttachesScreenshot.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/AttachesScreenshot.html
@@ -2,7 +2,7 @@
-
+
AttachesScreenshot (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/AttachesScreenshotAspect.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/AttachesScreenshotAspect.html
index 3d034be75b..adbc75ea31 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/AttachesScreenshotAspect.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/AttachesScreenshotAspect.html
@@ -2,7 +2,7 @@
-
+
AttachesScreenshotAspect (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/BeanUtilsConverter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/BeanUtilsConverter.html
index da83cc1115..3205ec2cfc 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/BeanUtilsConverter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/BeanUtilsConverter.html
@@ -2,7 +2,7 @@
-
+
BeanUtilsConverter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/CallableWithDescription.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/CallableWithDescription.html
index f5ec7d70f2..72268b4c6a 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/CallableWithDescription.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/CallableWithDescription.html
@@ -2,7 +2,7 @@
-
+
CallableWithDescription (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ConfigurableScenarioTest.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ConfigurableScenarioTest.html
index f0bbfbce27..e628370156 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ConfigurableScenarioTest.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ConfigurableScenarioTest.html
@@ -2,7 +2,7 @@
-
+
ConfigurableScenarioTest (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ConnectionDefaults.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ConnectionDefaults.html
index b8333607a2..4d063f10e2 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ConnectionDefaults.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ConnectionDefaults.html
@@ -2,7 +2,7 @@
-
+
ConnectionDefaults (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/DesiredCapabilitiesEx.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/DesiredCapabilitiesEx.html
index 0516b3cd6f..c3fee112dd 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/DesiredCapabilitiesEx.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/DesiredCapabilitiesEx.html
@@ -2,7 +2,7 @@
-
+
DesiredCapabilitiesEx (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/DiagnosticsAspect.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/DiagnosticsAspect.html
index ab798a442e..e7779aa8a8 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/DiagnosticsAspect.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/DiagnosticsAspect.html
@@ -2,7 +2,7 @@
-
+
DiagnosticsAspect (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/DryRunAspect.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/DryRunAspect.html
index 54f9c3f916..ce5d733982 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/DryRunAspect.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/DryRunAspect.html
@@ -2,7 +2,7 @@
-
+
DryRunAspect (QA JGiven Commons 1.0.2-SNAPSHOT API)
@@ -292,7 +292,7 @@ Method Summary
void
-notUnitilsScenarioTestMethod()
+notConfigurableScenarioTestMethod()
Matches the execution of any method not within
ConfigurableScenarioTest
.
@@ -514,13 +514,13 @@ beforeStage
Matches the execution of methods annotated with BeforeStage
.
-
+
-
-
notUnitilsScenarioTestMethod
-public void notUnitilsScenarioTestMethod()
+notConfigurableScenarioTestMethod
+public void notConfigurableScenarioTestMethod()
Matches the execution of any method not within
ConfigurableScenarioTest
.
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ExceptionPerThreadListener.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ExceptionPerThreadListener.html
index 1280e46252..d512b159af 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ExceptionPerThreadListener.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ExceptionPerThreadListener.html
@@ -2,7 +2,7 @@
-
+
ExceptionPerThreadListener (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/FunctionWithDescription.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/FunctionWithDescription.html
index 7f1fd54b8a..b31977b96c 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/FunctionWithDescription.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/FunctionWithDescription.html
@@ -2,7 +2,7 @@
-
+
FunctionWithDescription (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/IgnoreSeleniumInternalErrors.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/IgnoreSeleniumInternalErrors.html
index f5f2bae15f..53918bd586 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/IgnoreSeleniumInternalErrors.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/IgnoreSeleniumInternalErrors.html
@@ -2,7 +2,7 @@
-
+
IgnoreSeleniumInternalErrors (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/LoggingAspect.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/LoggingAspect.html
index d46d1988a9..b8e727a4ed 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/LoggingAspect.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/LoggingAspect.html
@@ -2,7 +2,7 @@
-
+
LoggingAspect (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/MayAttachScreenshots.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/MayAttachScreenshots.html
index 08d2c70982..1b8891db5f 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/MayAttachScreenshots.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/MayAttachScreenshots.html
@@ -2,7 +2,7 @@
-
+
MayAttachScreenshots (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/MetricReporterSuiteListener.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/MetricReporterSuiteListener.html
index adb94cc94e..e1479f4ad8 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/MetricReporterSuiteListener.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/MetricReporterSuiteListener.html
@@ -2,7 +2,7 @@
-
+
MetricReporterSuiteListener (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/MvelReferenceGenerator.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/MvelReferenceGenerator.html
index d9746215fc..0bbd9a43a1 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/MvelReferenceGenerator.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/MvelReferenceGenerator.html
@@ -2,7 +2,7 @@
-
+
MvelReferenceGenerator (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/RandomIdReporter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/RandomIdReporter.html
index 28e050d509..9e2da917e9 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/RandomIdReporter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/RandomIdReporter.html
@@ -2,7 +2,7 @@
-
+
RandomIdReporter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ReferenceHrefGenerator.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ReferenceHrefGenerator.html
index be891e5ef5..55be1f2da9 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ReferenceHrefGenerator.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ReferenceHrefGenerator.html
@@ -2,7 +2,7 @@
-
+
ReferenceHrefGenerator (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ReferenceTagDescriptionGenerator.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ReferenceTagDescriptionGenerator.html
index 13de430cc8..ab1d73e285 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ReferenceTagDescriptionGenerator.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ReferenceTagDescriptionGenerator.html
@@ -2,7 +2,7 @@
-
+
ReferenceTagDescriptionGenerator (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/Root.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/Root.html
index 36b0d15747..b6d9563fe3 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/Root.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/Root.html
@@ -2,7 +2,7 @@
-
+
Root (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ScenarioTestEx.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ScenarioTestEx.html
index e88c0d5b49..ae7cad14c7 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ScenarioTestEx.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ScenarioTestEx.html
@@ -2,7 +2,7 @@
-
+
ScenarioTestEx (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ScenarioTestListenerEx.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ScenarioTestListenerEx.html
index 2d2bb2bc9e..570c4347b0 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ScenarioTestListenerEx.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/ScenarioTestListenerEx.html
@@ -2,7 +2,7 @@
-
+
ScenarioTestListenerEx (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/SessionName.SessionNameBuilder.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/SessionName.SessionNameBuilder.html
index 0a3245077d..7dd2e340bf 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/SessionName.SessionNameBuilder.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/SessionName.SessionNameBuilder.html
@@ -2,7 +2,7 @@
-
+
SessionName.SessionNameBuilder (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/SessionName.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/SessionName.html
index 0bb189e27e..85ca1af060 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/SessionName.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/SessionName.html
@@ -2,7 +2,7 @@
-
+
SessionName (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/StageEx.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/StageEx.html
index 1aa73b0c18..2a1a5883ca 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/StageEx.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/StageEx.html
@@ -2,7 +2,7 @@
-
+
StageEx (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/StepModelPatchAspect.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/StepModelPatchAspect.html
index 7402f203e6..fc43788d8f 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/StepModelPatchAspect.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/StepModelPatchAspect.html
@@ -2,7 +2,7 @@
-
+
StepModelPatchAspect (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/StepWithDescription.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/StepWithDescription.html
index 908840593d..1c2c62e9b6 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/StepWithDescription.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/StepWithDescription.html
@@ -2,7 +2,7 @@
-
+
StepWithDescription (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/TestRetryAnalyzer.Config.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/TestRetryAnalyzer.Config.html
index 4ce9bdc7e9..905b350a6d 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/TestRetryAnalyzer.Config.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/TestRetryAnalyzer.Config.html
@@ -2,7 +2,7 @@
-
+
TestRetryAnalyzer.Config (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/TestRetryAnalyzer.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/TestRetryAnalyzer.html
index c3bee6af03..8c61143ab8 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/TestRetryAnalyzer.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/TestRetryAnalyzer.html
@@ -2,7 +2,7 @@
-
+
TestRetryAnalyzer (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.Event.Type.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.Event.Type.html
index 935fabd6b0..dd5e8fc8ab 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.Event.Type.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.Event.Type.html
@@ -2,7 +2,7 @@
-
+
WebDriverEx.Event.Type (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.Event.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.Event.html
index 853b9e5014..5133efd90c 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.Event.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.Event.html
@@ -2,7 +2,7 @@
-
+
WebDriverEx.Event (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.MouseEvent.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.MouseEvent.html
index 4665d00e2f..5cecf7d215 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.MouseEvent.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.MouseEvent.html
@@ -2,7 +2,7 @@
-
+
WebDriverEx.MouseEvent (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.PointerEvent.PointerEventType.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.PointerEvent.PointerEventType.html
index d95ab82492..0eb630ac98 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.PointerEvent.PointerEventType.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.PointerEvent.PointerEventType.html
@@ -2,7 +2,7 @@
-
+
WebDriverEx.PointerEvent.PointerEventType (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.PointerEvent.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.PointerEvent.html
index b409e265ff..2592f14bb9 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.PointerEvent.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.PointerEvent.html
@@ -2,7 +2,7 @@
-
+
WebDriverEx.PointerEvent (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.UIEvent.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.UIEvent.html
index c10acc0739..6a41bbd572 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.UIEvent.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.UIEvent.html
@@ -2,7 +2,7 @@
-
+
WebDriverEx.UIEvent (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.html
index 30e0414a59..69e90ec026 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverEx.html
@@ -2,7 +2,7 @@
-
+
WebDriverEx (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverSessionInfo.WebDriverSessionInfoBuilder.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverSessionInfo.WebDriverSessionInfoBuilder.html
index e87e5ddd51..74ebe40200 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverSessionInfo.WebDriverSessionInfoBuilder.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverSessionInfo.WebDriverSessionInfoBuilder.html
@@ -2,7 +2,7 @@
-
+
WebDriverSessionInfo.WebDriverSessionInfoBuilder (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverSessionInfo.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverSessionInfo.html
index 14a7163aa2..66a010d30c 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverSessionInfo.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/WebDriverSessionInfo.html
@@ -2,7 +2,7 @@
-
+
WebDriverSessionInfo (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/AbstractTestListener.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/AbstractTestListener.html
index b9415e96f2..9488b3fb07 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/AbstractTestListener.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/AbstractTestListener.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.AbstractTestListener (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/AttachesScreenshot.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/AttachesScreenshot.html
index 8984c1e791..d99a1f66c0 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/AttachesScreenshot.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/AttachesScreenshot.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.AttachesScreenshot (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/AttachesScreenshotAspect.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/AttachesScreenshotAspect.html
index 767fb3d843..c233d95438 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/AttachesScreenshotAspect.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/AttachesScreenshotAspect.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.AttachesScreenshotAspect (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/BeanUtilsConverter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/BeanUtilsConverter.html
index dc7485c0d6..4098490df9 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/BeanUtilsConverter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/BeanUtilsConverter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.BeanUtilsConverter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/CallableWithDescription.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/CallableWithDescription.html
index 3b550e1609..ce5515f6de 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/CallableWithDescription.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/CallableWithDescription.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.CallableWithDescription (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ConfigurableScenarioTest.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ConfigurableScenarioTest.html
index fd9899f37f..2fb876dd57 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ConfigurableScenarioTest.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ConfigurableScenarioTest.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.ConfigurableScenarioTest (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ConnectionDefaults.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ConnectionDefaults.html
index 16ec6d1527..823ce2e5b0 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ConnectionDefaults.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ConnectionDefaults.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.ConnectionDefaults (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/DesiredCapabilitiesEx.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/DesiredCapabilitiesEx.html
index f130341002..a46c75cf8b 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/DesiredCapabilitiesEx.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/DesiredCapabilitiesEx.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.DesiredCapabilitiesEx (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/DiagnosticsAspect.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/DiagnosticsAspect.html
index 0ec3705060..e93a9676fc 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/DiagnosticsAspect.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/DiagnosticsAspect.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.DiagnosticsAspect (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/DryRunAspect.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/DryRunAspect.html
index 3446dbc15f..22575e9643 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/DryRunAspect.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/DryRunAspect.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.DryRunAspect (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ExceptionPerThreadListener.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ExceptionPerThreadListener.html
index e4027c6142..b54b89ddd2 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ExceptionPerThreadListener.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ExceptionPerThreadListener.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.ExceptionPerThreadListener (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/FunctionWithDescription.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/FunctionWithDescription.html
index 16adb6e534..e5c3b7373d 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/FunctionWithDescription.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/FunctionWithDescription.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.FunctionWithDescription (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/IgnoreSeleniumInternalErrors.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/IgnoreSeleniumInternalErrors.html
index d8bd18c9e1..75182fd8cf 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/IgnoreSeleniumInternalErrors.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/IgnoreSeleniumInternalErrors.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.IgnoreSeleniumInternalErrors (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/LoggingAspect.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/LoggingAspect.html
index 3ff1823bc2..52fed17925 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/LoggingAspect.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/LoggingAspect.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.LoggingAspect (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/MayAttachScreenshots.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/MayAttachScreenshots.html
index 412397b654..0584be9949 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/MayAttachScreenshots.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/MayAttachScreenshots.html
@@ -2,7 +2,7 @@
-
+
Uses of Interface dev.aherscu.qa.jgiven.commons.utils.MayAttachScreenshots (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/MetricReporterSuiteListener.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/MetricReporterSuiteListener.html
index 639cbab7f8..4cfe22adc8 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/MetricReporterSuiteListener.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/MetricReporterSuiteListener.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.MetricReporterSuiteListener (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/MvelReferenceGenerator.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/MvelReferenceGenerator.html
index 67fbe4b97d..b34ad151ee 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/MvelReferenceGenerator.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/MvelReferenceGenerator.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.MvelReferenceGenerator (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/RandomIdReporter.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/RandomIdReporter.html
index 1e7d532458..c972bf776f 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/RandomIdReporter.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/RandomIdReporter.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.RandomIdReporter (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ReferenceHrefGenerator.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ReferenceHrefGenerator.html
index 989a47f4fc..58cd6aa1ee 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ReferenceHrefGenerator.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ReferenceHrefGenerator.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.ReferenceHrefGenerator (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ReferenceTagDescriptionGenerator.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ReferenceTagDescriptionGenerator.html
index 7808336c21..bd4fe829a2 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ReferenceTagDescriptionGenerator.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ReferenceTagDescriptionGenerator.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.ReferenceTagDescriptionGenerator (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/Root.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/Root.html
index 44a83c2464..e43704c9c8 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/Root.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/Root.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.Root (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ScenarioTestEx.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ScenarioTestEx.html
index 44f8a03326..42f1a04675 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ScenarioTestEx.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ScenarioTestEx.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.ScenarioTestEx (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ScenarioTestListenerEx.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ScenarioTestListenerEx.html
index 92a1e0e616..2f5bf40352 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ScenarioTestListenerEx.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/ScenarioTestListenerEx.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.ScenarioTestListenerEx (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/SessionName.SessionNameBuilder.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/SessionName.SessionNameBuilder.html
index b88f2a02b6..e0453e5f3c 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/SessionName.SessionNameBuilder.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/SessionName.SessionNameBuilder.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.SessionName.SessionNameBuilder (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/SessionName.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/SessionName.html
index 275bfa0221..2f7382bc6d 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/SessionName.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/SessionName.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.SessionName (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/StageEx.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/StageEx.html
index 85815a36ff..7a67aef96b 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/StageEx.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/StageEx.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.StageEx (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/StepModelPatchAspect.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/StepModelPatchAspect.html
index eec2bb39ff..1b8787a531 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/StepModelPatchAspect.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/StepModelPatchAspect.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.StepModelPatchAspect (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/StepWithDescription.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/StepWithDescription.html
index 8d708e45a8..1e12f6aa91 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/StepWithDescription.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/StepWithDescription.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.StepWithDescription (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/TestRetryAnalyzer.Config.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/TestRetryAnalyzer.Config.html
index 98c5c29371..ec8be9b124 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/TestRetryAnalyzer.Config.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/TestRetryAnalyzer.Config.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.TestRetryAnalyzer.Config (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/TestRetryAnalyzer.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/TestRetryAnalyzer.html
index cd2fff7d44..ea6ed05762 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/TestRetryAnalyzer.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/TestRetryAnalyzer.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.TestRetryAnalyzer (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.Event.Type.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.Event.Type.html
index 35fd6bd289..79d8b4736c 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.Event.Type.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.Event.Type.html
@@ -2,7 +2,7 @@
-
+
Uses of Interface dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event.Type (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.Event.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.Event.html
index 7761c45520..e470a8c24a 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.Event.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.Event.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.MouseEvent.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.MouseEvent.html
index b149cd0867..806777fa44 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.MouseEvent.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.MouseEvent.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.MouseEvent (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.PointerEvent.PointerEventType.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.PointerEvent.PointerEventType.html
index aa48e2b077..3417b57c8b 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.PointerEvent.PointerEventType.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.PointerEvent.PointerEventType.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.PointerEvent.PointerEventType (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.PointerEvent.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.PointerEvent.html
index 95d43924ae..71b2888bae 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.PointerEvent.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.PointerEvent.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.PointerEvent (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.UIEvent.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.UIEvent.html
index a54c57485c..8dcf234060 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.UIEvent.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.UIEvent.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.UIEvent (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.html
index 414087f71f..eacf8459fd 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverEx.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.WebDriverEx (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverSessionInfo.WebDriverSessionInfoBuilder.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverSessionInfo.WebDriverSessionInfoBuilder.html
index 027b23d1a6..10b7fa1ab4 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverSessionInfo.WebDriverSessionInfoBuilder.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverSessionInfo.WebDriverSessionInfoBuilder.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.WebDriverSessionInfo.WebDriverSessionInfoBuilder (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverSessionInfo.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverSessionInfo.html
index 3330490d02..3e4e9300f6 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverSessionInfo.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/class-use/WebDriverSessionInfo.html
@@ -2,7 +2,7 @@
-
+
Uses of Class dev.aherscu.qa.jgiven.commons.utils.WebDriverSessionInfo (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/package-summary.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/package-summary.html
index df7772871d..2196b1613d 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/package-summary.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/package-summary.html
@@ -2,7 +2,7 @@
-
+
dev.aherscu.qa.jgiven.commons.utils (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/package-tree.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/package-tree.html
index 068add132e..dfbb8baa97 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/package-tree.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/package-tree.html
@@ -2,7 +2,7 @@
-
+
dev.aherscu.qa.jgiven.commons.utils Class Hierarchy (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/package-use.html b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/package-use.html
index ecb0c9a05f..992b4425e7 100644
--- a/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/package-use.html
+++ b/qa-jgiven-commons/apidocs/dev/aherscu/qa/jgiven/commons/utils/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package dev.aherscu.qa.jgiven.commons.utils (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/help-doc.html b/qa-jgiven-commons/apidocs/help-doc.html
index 81bfc0049c..ad1f4ed97c 100644
--- a/qa-jgiven-commons/apidocs/help-doc.html
+++ b/qa-jgiven-commons/apidocs/help-doc.html
@@ -2,7 +2,7 @@
-
+
API Help (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/index-all.html b/qa-jgiven-commons/apidocs/index-all.html
index 7eefa07ecd..350cbbf046 100644
--- a/qa-jgiven-commons/apidocs/index-all.html
+++ b/qa-jgiven-commons/apidocs/index-all.html
@@ -2,7 +2,7 @@
-
+
Index (QA JGiven Commons 1.0.2-SNAPSHOT API)
@@ -860,6 +860,11 @@ N
-
- normalizedValue() - Method in class dev.aherscu.qa.jgiven.commons.model.Text
-
+- notConfigurableScenarioTestMethod() - Method in class dev.aherscu.qa.jgiven.commons.utils.DryRunAspect
+-
+Matches the execution of any method not within
+
ConfigurableScenarioTest
.
+
- nothing() - Method in class dev.aherscu.qa.jgiven.commons.steps.GenericFixtures
-
Does nothing -- just initializes the JGiven infrastructure.
@@ -870,11 +875,6 @@
N
- NotOrBlankFormatter() - Constructor for class dev.aherscu.qa.jgiven.commons.formatters.NotOrBlankFormatter
-
-- notUnitilsScenarioTestMethod() - Method in class dev.aherscu.qa.jgiven.commons.utils.DryRunAspect
--
-Matches the execution of any method not within
-
ConfigurableScenarioTest
.
-
- Numeric<T extends Number> - Class in dev.aherscu.qa.jgiven.commons.model
-
Represents an identifier.
diff --git a/qa-jgiven-commons/apidocs/index.html b/qa-jgiven-commons/apidocs/index.html
index f99a382b44..26d276d79d 100644
--- a/qa-jgiven-commons/apidocs/index.html
+++ b/qa-jgiven-commons/apidocs/index.html
@@ -2,7 +2,7 @@
-
+
Overview (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/member-search-index.js b/qa-jgiven-commons/apidocs/member-search-index.js
index 52c675df72..2745e33dfd 100644
--- a/qa-jgiven-commons/apidocs/member-search-index.js
+++ b/qa-jgiven-commons/apidocs/member-search-index.js
@@ -1 +1 @@
-memberSearchIndex = [{"p":"dev.aherscu.qa.jgiven.commons.model","c":"AbstractElement","l":"AbstractElement()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"AbstractTestListener()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons","c":"AbstractWireMockTest","l":"AbstractWireMockTest()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"afterClass()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"afterMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"afterMethodKeepJenkinsAlive(Method)","url":"afterMethodKeepJenkinsAlive(java.lang.reflect.Method)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"afterScenario()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"afterStage()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"alert(Consumer, WebDriver)","url":"alert(java.util.function.Consumer,org.openqa.selenium.WebDriver)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepWithDescription","l":"apply(SELF)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"FunctionWithDescription","l":"apply(T)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectsMatrixFormatter.Annotation","l":"args()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"aroundBeforeOrAfterMethod(ProceedingJoinPoint)","url":"aroundBeforeOrAfterMethod(org.aspectj.lang.ProceedingJoinPoint)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AttachesScreenshotAspect","l":"aroundScreenshottingMethod(ProceedingJoinPoint)","url":"aroundScreenshottingMethod(org.aspectj.lang.ProceedingJoinPoint)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DiagnosticsAspect","l":"aroundSelfTest(ProceedingJoinPoint)","url":"aroundSelfTest(org.aspectj.lang.ProceedingJoinPoint)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DiagnosticsAspect","l":"aroundSelfTest2(ProceedingJoinPoint)","url":"aroundSelfTest2(org.aspectj.lang.ProceedingJoinPoint)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepModelPatchAspect","l":"aroundSetDurationInNanos(ProceedingJoinPoint, StepModel)","url":"aroundSetDurationInNanos(org.aspectj.lang.ProceedingJoinPoint,com.tngtech.jgiven.report.model.StepModel)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"aroundStepMethod(ProceedingJoinPoint)","url":"aroundStepMethod(org.aspectj.lang.ProceedingJoinPoint)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"LoggingAspect","l":"aroundStepMethod(ProceedingJoinPoint)","url":"aroundStepMethod(org.aspectj.lang.ProceedingJoinPoint)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"asAndroid()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"asClassSession()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"asGeneric()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"asIOS()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"asJavaScriptExecutor()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"asRemote()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"assertElementTimer"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"asWindows()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"attach(String)","url":"attach(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"ATTACHEMENT_TRANSFORMER"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AttachesScreenshotAspect","l":"AttachesScreenshotAspect()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MayAttachScreenshots","l":"attaching_screenshot()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MayAttachScreenshots","l":"attaching_screenshot(int)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"attachScreenshot(T, long)","url":"attachScreenshot(T,long)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"attachScreenshot(WebDriverEx, long)","url":"attachScreenshot(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx,long)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"attachScreenshot(WebDriverEx)","url":"attachScreenshot(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"beforeClass()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"beforeClassInitializeSession()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"beforeMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"beforeMethodInitializeSession(Method, Object[])","url":"beforeMethodInitializeSession(java.lang.reflect.Method,java.lang.Object[])"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"beforeOrAfterMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"beforeScenario()"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"beforeScenarioConfigurePolling()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"beforeScenarioConfigurePolling()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"beforeStage()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials.CredentialsBuilder","l":"build()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"build()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo.WebDriverSessionInfoBuilder","l":"build()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials","l":"builder()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"builder()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo","l":"builder()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"CallableWithDescription","l":"call()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"CallableWithDescription","l":"CallableWithDescription(String, Callable)","url":"%3Cinit%3E(java.lang.String,java.util.concurrent.Callable)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric","l":"canEqual(Object)","url":"canEqual(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"canEqual(Object)","url":"canEqual(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"canEqual(Object)","url":"canEqual(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo","l":"capabilities"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo.WebDriverSessionInfoBuilder","l":"capabilities(Capabilities)","url":"capabilities(org.openqa.selenium.Capabilities)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"className"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"className(String)","url":"className(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"clickTimer"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"comment(String)","url":"comment(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MvelReferenceGenerator","l":"compiled(String)","url":"compiled(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"concatenate_$_files_from_$_into(IOFileFilter, File, File)","url":"concatenate_$_files_from_$_into(org.apache.commons.io.filefilter.IOFileFilter,java.io.File,java.io.File)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"concurrency"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"ConfigurableScenarioTest(Class)","url":"%3Cinit%3E(java.lang.Class)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"configuration()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"configurationType"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConnectionDefaults","l":"ConnectionDefaults()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"context(Predicate, ContextAware)","url":"context(java.util.function.Predicate,org.openqa.selenium.ContextAware)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MvelReferenceGenerator","l":"contextFor(Object)","url":"contextFor(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"currentStep"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConnectionDefaults","l":"DEFAULT_CONNECTION_TIMEOUT"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConnectionDefaults","l":"DEFAULT_EXECUTION_TIMEOUT"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer","l":"DEFAULT_INTERVAL_MS"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConnectionDefaults","l":"DEFAULT_READ_TIMEOUT"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer","l":"DEFAULT_RETRIES"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"deleting_directory(File)","url":"deleting_directory(java.io.File)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"DescriptionFormatter.HasDescription","l":"description()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"CallableWithDescription","l":"description()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"FunctionWithDescription","l":"description()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepWithDescription","l":"description()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"DescriptionFormatter","l":"DescriptionFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"descriptionOf(WebElement)","url":"descriptionOf(org.openqa.selenium.WebElement)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DesiredCapabilitiesEx","l":"DesiredCapabilitiesEx()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DesiredCapabilitiesEx","l":"DesiredCapabilitiesEx(Capabilities)","url":"%3Cinit%3E(org.openqa.selenium.Capabilities)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DiagnosticsAspect","l":"DiagnosticsAspect()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"dispatch(WebDriverEx.Event, WebElement)","url":"dispatch(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event,org.openqa.selenium.WebElement)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"doing_nothing()"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"doing_nothing(Duration)","url":"doing_nothing(java.time.Duration)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"doing_nothing(long)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"DoublePercentage","l":"DoublePercentage(double)","url":"%3Cinit%3E(double)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"doubleValue()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"dryRun"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"DryRunAspect()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"element(By, SearchContext)","url":"element(org.openqa.selenium.By,org.openqa.selenium.SearchContext)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"elements(By, SearchContext)","url":"elements(org.openqa.selenium.By,org.openqa.selenium.SearchContext)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"ensureElements(By, SearchContext)","url":"ensureElements(org.openqa.selenium.By,org.openqa.selenium.SearchContext)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"TypedScenarioTest","l":"EPOCH_MILLI_64"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.Event","l":"Event(WebDriverEx.Event.Type, Map)","url":"%3Cinit%3E(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event.Type,java.util.Map)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.Event","l":"eventInitDict"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"eventually_assert_that(Supplier, Matcher, Policy...)","url":"eventually_assert_that(java.util.function.Supplier,org.hamcrest.Matcher,net.jodah.failsafe.Policy...)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"eventually(Function, Policy...)","url":"eventually(java.util.function.Function,net.jodah.failsafe.Policy...)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"eventually(StepWithDescription, Policy...)","url":"eventually(dev.aherscu.qa.jgiven.commons.utils.StepWithDescription,net.jodah.failsafe.Policy...)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ExceptionPerThreadListener","l":"ExceptionPerThreadListener()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"Root","l":"extRes()"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"failing_on_purpose_with(Throwable)","url":"failing_on_purpose_with(java.lang.Throwable)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"FileFormatter","l":"FileFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Name","l":"firstNameFor(int)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"floatValue()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"forceClick(WebElement)","url":"forceClick(org.openqa.selenium.WebElement)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"NotOrBlankFormatter","l":"format(Boolean, String...)","url":"format(java.lang.Boolean,java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"DescriptionFormatter","l":"format(DescriptionFormatter.HasDescription, String...)","url":"format(dev.aherscu.qa.jgiven.commons.formatters.DescriptionFormatter.HasDescription,java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"JsonAssertionsFormatter","l":"format(Iterable extends JsonAssertion>>, String...)","url":"format(java.lang.Iterable,java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"JsonAssertionFormatter","l":"format(JsonAssertion>, String...)","url":"format(dev.aherscu.qa.testing.utils.assertions.JsonAssertion,java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"FileFormatter","l":"format(Object, FileFormatter.Annotation)","url":"format(java.lang.Object,dev.aherscu.qa.jgiven.commons.formatters.FileFormatter.Annotation)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectAsJsonFormatter","l":"format(Object, ObjectAsJsonFormatter.Annotation)","url":"format(java.lang.Object,dev.aherscu.qa.jgiven.commons.formatters.ObjectAsJsonFormatter.Annotation)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectExFormatter","l":"format(Object, ObjectExFormatter.Annotation)","url":"format(java.lang.Object,dev.aherscu.qa.jgiven.commons.formatters.ObjectExFormatter.Annotation)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectFormatter","l":"format(Object, ObjectFormatter.Annotation)","url":"format(java.lang.Object,dev.aherscu.qa.jgiven.commons.formatters.ObjectFormatter.Annotation)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"StringFormatter","l":"format(Object, StringFormatter.Annotation)","url":"format(java.lang.Object,dev.aherscu.qa.jgiven.commons.formatters.StringFormatter.Annotation)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"UnitFormatter","l":"format(Object, UnitFormatter.Annotation)","url":"format(java.lang.Object,dev.aherscu.qa.jgiven.commons.formatters.UnitFormatter.Annotation)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectsMatrixFormatter","l":"format(Object[][], String...)","url":"format(java.lang.Object[][],java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"PairFormatter","l":"format(Pair, ?>, String...)","url":"format(org.apache.commons.lang3.tuple.Pair,java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"from(Capabilities)","url":"from(org.openqa.selenium.Capabilities)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"from(String)","url":"from(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"AbstractElement","l":"fromStrings(String...)","url":"fromStrings(java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Element","l":"fromStrings(String...)","url":"fromStrings(java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"FunctionWithDescription","l":"FunctionWithDescription(String, Function)","url":"%3Cinit%3E(java.lang.String,java.util.function.Function)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ReferenceTagDescriptionGenerator","l":"generateDescription(TagConfiguration, Annotation, Object)","url":"generateDescription(com.tngtech.jgiven.config.TagConfiguration,java.lang.annotation.Annotation,java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"generateFromCurrentThreadAndTime()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ReferenceHrefGenerator","l":"generateHref(TagConfiguration, Annotation, Object)","url":"generateHref(com.tngtech.jgiven.config.TagConfiguration,java.lang.annotation.Annotation,java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"generateRandomId()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MvelReferenceGenerator","l":"generateWith(Object)","url":"generateWith(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"GenericActions()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericFixtures","l":"GenericFixtures()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"GenericVerifications()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ScenarioTestEx","l":"getScenario()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"gotpointercapture"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric","l":"hashCode()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"hashCode()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"hashCode()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"hashCode()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"id"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"id(String)","url":"id(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"IgnoreSeleniumInternalErrors","l":"IgnoreSeleniumInternalErrors()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"INTERNAL_DATA_PROVIDER"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer.Config","l":"intervalMs()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"Root","l":"intRes()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"intValue()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"INVALID"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"is(Class>)","url":"is(java.lang.Class)"},{"p":"dev.aherscu.qa.jgiven.commons","c":"TestRuntimeException","l":"isRecoverableException(Throwable)","url":"isRecoverableException(java.lang.Throwable)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"issuedRandomIds"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"JsonAssertionFormatter","l":"JsonAssertionFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"JsonAssertionsFormatter","l":"JsonAssertionsFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Name","l":"lastNameFor(int)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectFormatter.Annotation","l":"length()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"locateTimer"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"LoggingAspect","l":"LoggingAspect()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"longValue()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"lostpointercapture"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"FileFormatter.Annotation","l":"maxFileSizeToRead()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"StringFormatter.Annotation","l":"maxWidth()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AttachesScreenshotAspect","l":"mayAttachScreenshots()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"methodName"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"methodName(String)","url":"methodName(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MetricReporterSuiteListener","l":"METRIC_REGISTRY"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MetricReporterSuiteListener","l":"MetricReporterSuiteListener()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.MouseEvent","l":"MouseEvent(WebDriverEx.Event.Type, Map)","url":"%3Cinit%3E(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event.Type,java.util.Map)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MvelReferenceGenerator","l":"MvelReferenceGenerator()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Name","l":"name(List, int)","url":"name(java.util.List,int)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Name","l":"Name(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"NATIVE_APP_CONTEXT"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"normalized(String)","url":"normalized(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"normalizedValue()"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericFixtures","l":"nothing()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"NotOrBlankFormatter","l":"NotOrBlankFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"notUnitilsScenarioTestMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric","l":"Numeric(T)","url":"%3Cinit%3E(T)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"NumericId","l":"NumericId(T)","url":"%3Cinit%3E(T)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectAsJsonFormatter","l":"ObjectAsJsonFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectExFormatter","l":"ObjectExFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectFormatter","l":"ObjectFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectsMatrixFormatter","l":"ObjectsMatrixFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MetricReporterSuiteListener","l":"onFinish(ISuite)","url":"onFinish(org.testng.ISuite)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"RandomIdReporter","l":"onFinish(ISuite)","url":"onFinish(org.testng.ISuite)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onFinish(ITestContext)","url":"onFinish(org.testng.ITestContext)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ScenarioTestListenerEx","l":"onFinish(ITestContext)","url":"onFinish(org.testng.ITestContext)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MetricReporterSuiteListener","l":"onStart(ISuite)","url":"onStart(org.testng.ISuite)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"RandomIdReporter","l":"onStart(ISuite)","url":"onStart(org.testng.ISuite)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onStart(ITestContext)","url":"onStart(org.testng.ITestContext)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onTestFailedButWithinSuccessPercentage(ITestResult)","url":"onTestFailedButWithinSuccessPercentage(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onTestFailure(ITestResult)","url":"onTestFailure(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ExceptionPerThreadListener","l":"onTestFailure(ITestResult)","url":"onTestFailure(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onTestSkipped(ITestResult)","url":"onTestSkipped(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onTestStart(ITestResult)","url":"onTestStart(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onTestSuccess(ITestResult)","url":"onTestSuccess(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"originalCapabilities"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"PairFormatter","l":"PairFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"params"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"params(String)","url":"params(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MvelReferenceGenerator","l":"parserContext()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials","l":"password"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials.CredentialsBuilder","l":"password(Password)","url":"password(dev.aherscu.qa.jgiven.commons.model.Password)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Password","l":"Password(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"Percentage(T)","url":"%3Cinit%3E(T)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointercancel"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointerdown"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointerenter"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent","l":"PointerEvent(WebDriverEx.PointerEvent.PointerEventType, Map)","url":"%3Cinit%3E(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.PointerEvent.PointerEventType,java.util.Map)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointerleave"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointermove"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointerout"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointerover"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointerup"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"pollDelay"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"pollTimeout"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"randomId"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"randomId()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"RandomIdReporter","l":"RandomIdReporter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"Root","l":"raw()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ReferenceHrefGenerator","l":"ReferenceHrefGenerator()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ReferenceTagDescriptionGenerator","l":"ReferenceTagDescriptionGenerator()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"remoteSessions"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer.Config","l":"retries()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"retry(Callable)","url":"retry(java.util.concurrent.Callable)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"IgnoreSeleniumInternalErrors","l":"retry(ITestResult)","url":"retry(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer","l":"retry(ITestResult)","url":"retry(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer","l":"retryCounters"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"retrying(Function)","url":"retrying(java.util.function.Function)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"retrying(StepWithDescription)","url":"retrying(dev.aherscu.qa.jgiven.commons.utils.StepWithDescription)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"retryPolicy"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"safely(Callable)","url":"safely(java.util.concurrent.Callable)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"safely(Function)","url":"safely(java.util.function.Function)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"safely(StepWithDescription)","url":"safely(dev.aherscu.qa.jgiven.commons.utils.StepWithDescription)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"safelyQuit()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ScenarioTestEx","l":"ScenarioTestEx()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ScenarioTestListenerEx","l":"ScenarioTestListenerEx()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AttachesScreenshotAspect","l":"screenshotDelayMs"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AttachesScreenshotAspect","l":"screenshots"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AttachesScreenshotAspect","l":"screenshottingMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"scrollIntoView(WebElement)","url":"scrollIntoView(org.openqa.selenium.WebElement)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"scrollIntoView(WebElement)","url":"scrollIntoView(org.openqa.selenium.WebElement)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"scrollIntoViewTimer"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"SegmentedName","l":"SegmentedName(char, String...)","url":"%3Cinit%3E(char,java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"SegmentedName","l":"SegmentedName(String...)","url":"%3Cinit%3E(java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DiagnosticsAspect","l":"selfTest()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DiagnosticsAspect","l":"selfTestExecution()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DiagnosticsAspect","l":"selfTestExecution2()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"sendKeysTimer"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectFormatter.Annotation","l":"separator()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric.Serializer","l":"serialize(T, JsonGenerator, SerializerProvider)","url":"serialize(T,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage.Serializer","l":"serialize(T, JsonGenerator, SerializerProvider)","url":"serialize(T,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text.Serializer","l":"serialize(T, JsonGenerator, SerializerProvider)","url":"serialize(T,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric.Serializer","l":"Serializer()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage.Serializer","l":"Serializer()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text.Serializer","l":"Serializer()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo","l":"sessionId"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo.WebDriverSessionInfoBuilder","l":"sessionId(SessionId)","url":"sessionId(org.openqa.selenium.remote.SessionId)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"sessionInfos()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepModelPatchAspect","l":"setDurationInNanos(StepModel)","url":"setDurationInNanos(com.tngtech.jgiven.report.model.StepModel)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"should_succeed(Matcher)","url":"should_succeed(org.hamcrest.Matcher)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"StageEx()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"stageMethod()"},{"p":"dev.aherscu.qa.jgiven.commons","c":"AbstractWireMockTest","l":"startMockRestServer()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"startTime"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"stepMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"LoggingAspect","l":"stepMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepModelPatchAspect","l":"StepModelPatchAspect()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepWithDescription","l":"StepWithDescription(Function)","url":"%3Cinit%3E(java.util.function.Function)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepWithDescription","l":"StepWithDescription(String, Function)","url":"%3Cinit%3E(java.lang.String,java.util.function.Function)"},{"p":"dev.aherscu.qa.jgiven.commons","c":"AbstractWireMockTest","l":"stopMockRestServer()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"StringFormatter","l":"StringFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MvelReferenceGenerator","l":"template()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ReferenceHrefGenerator","l":"template()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ReferenceTagDescriptionGenerator","l":"template()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer","l":"TestRetryAnalyzer()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons","c":"TestRuntimeException","l":"TestRuntimeException()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons","c":"TestRuntimeException","l":"TestRuntimeException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons","c":"TestRuntimeException","l":"TestRuntimeException(Throwable)","url":"%3Cinit%3E(java.lang.Throwable)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"Text(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"the_file_$_should_contain(File, String)","url":"the_file_$_should_contain(java.io.File,java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"the_file_$_should_match(File, Matcher)","url":"the_file_$_should_match(java.io.File,org.hamcrest.Matcher)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"the_JSON_file_$_should_contain(File, Iterable extends JsonAssertion>>)","url":"the_JSON_file_$_should_contain(java.io.File,java.lang.Iterable)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ExceptionPerThreadListener","l":"throwable()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"timestamp"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"timestamp(String)","url":"timestamp(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"AbstractElement","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials.CredentialsBuilder","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"CallableWithDescription","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepWithDescription","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.Event","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo.WebDriverSessionInfoBuilder","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer","l":"transform(ITestAnnotation, Class, Constructor, Method)","url":"transform(org.testng.annotations.ITestAnnotation,java.lang.Class,java.lang.reflect.Constructor,java.lang.reflect.Method)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.Event","l":"type"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"TypedScenarioTest","l":"TypedScenarioTest()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.UIEvent","l":"UIEvent(WebDriverEx.Event.Type, Map)","url":"%3Cinit%3E(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event.Type,java.util.Map)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"UnitFormatter","l":"UnitFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"USE_FIRST_PARAM"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials","l":"userName"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials.CredentialsBuilder","l":"userName(Name)","url":"userName(dev.aherscu.qa.jgiven.commons.model.Name)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric","l":"value"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"value"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"value"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"FileFormatter.Annotation","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"StringFormatter.Annotation","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"UnitFormatter.Annotation","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.tags","c":"Defect","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.tags","c":"MissingCoverage","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.tags","c":"Reference","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"BeanUtilsConverter","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"Root","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"values()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"webContextIdentifier()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"WebDriverEx(WebDriver, Capabilities)","url":"%3Cinit%3E(org.openqa.selenium.WebDriver,org.openqa.selenium.Capabilities)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"webDriverFor(Capabilities)","url":"webDriverFor(org.openqa.selenium.Capabilities)"},{"p":"dev.aherscu.qa.jgiven.commons","c":"AbstractWireMockTest","l":"wireMockServer"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DesiredCapabilitiesEx","l":"with(Stream>)","url":"with(java.util.stream.Stream)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DesiredCapabilitiesEx","l":"with(String, Object)","url":"with(java.lang.String,java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DesiredCapabilitiesEx","l":"with(String)","url":"with(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DesiredCapabilitiesEx","l":"withAdded(String, Object)","url":"withAdded(java.lang.String,java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"withClassName(String)","url":"withClassName(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"withId(String)","url":"withId(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"withMethodName(String)","url":"withMethodName(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"withParams(String)","url":"withParams(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"withTimestamp(String)","url":"withTimestamp(java.lang.String)"}]
\ No newline at end of file
+memberSearchIndex = [{"p":"dev.aherscu.qa.jgiven.commons.model","c":"AbstractElement","l":"AbstractElement()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"AbstractTestListener()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons","c":"AbstractWireMockTest","l":"AbstractWireMockTest()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"afterClass()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"afterMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"afterMethodKeepJenkinsAlive(Method)","url":"afterMethodKeepJenkinsAlive(java.lang.reflect.Method)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"afterScenario()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"afterStage()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"alert(Consumer, WebDriver)","url":"alert(java.util.function.Consumer,org.openqa.selenium.WebDriver)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepWithDescription","l":"apply(SELF)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"FunctionWithDescription","l":"apply(T)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectsMatrixFormatter.Annotation","l":"args()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"aroundBeforeOrAfterMethod(ProceedingJoinPoint)","url":"aroundBeforeOrAfterMethod(org.aspectj.lang.ProceedingJoinPoint)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AttachesScreenshotAspect","l":"aroundScreenshottingMethod(ProceedingJoinPoint)","url":"aroundScreenshottingMethod(org.aspectj.lang.ProceedingJoinPoint)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DiagnosticsAspect","l":"aroundSelfTest(ProceedingJoinPoint)","url":"aroundSelfTest(org.aspectj.lang.ProceedingJoinPoint)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DiagnosticsAspect","l":"aroundSelfTest2(ProceedingJoinPoint)","url":"aroundSelfTest2(org.aspectj.lang.ProceedingJoinPoint)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepModelPatchAspect","l":"aroundSetDurationInNanos(ProceedingJoinPoint, StepModel)","url":"aroundSetDurationInNanos(org.aspectj.lang.ProceedingJoinPoint,com.tngtech.jgiven.report.model.StepModel)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"aroundStepMethod(ProceedingJoinPoint)","url":"aroundStepMethod(org.aspectj.lang.ProceedingJoinPoint)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"LoggingAspect","l":"aroundStepMethod(ProceedingJoinPoint)","url":"aroundStepMethod(org.aspectj.lang.ProceedingJoinPoint)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"asAndroid()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"asClassSession()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"asGeneric()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"asIOS()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"asJavaScriptExecutor()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"asRemote()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"assertElementTimer"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"asWindows()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"attach(String)","url":"attach(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"ATTACHEMENT_TRANSFORMER"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AttachesScreenshotAspect","l":"AttachesScreenshotAspect()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MayAttachScreenshots","l":"attaching_screenshot()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MayAttachScreenshots","l":"attaching_screenshot(int)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"attachScreenshot(T, long)","url":"attachScreenshot(T,long)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"attachScreenshot(WebDriverEx, long)","url":"attachScreenshot(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx,long)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"attachScreenshot(WebDriverEx)","url":"attachScreenshot(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"beforeClass()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"beforeClassInitializeSession()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"beforeMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"beforeMethodInitializeSession(Method, Object[])","url":"beforeMethodInitializeSession(java.lang.reflect.Method,java.lang.Object[])"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"beforeOrAfterMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"beforeScenario()"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"beforeScenarioConfigurePolling()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"beforeScenarioConfigurePolling()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"beforeStage()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials.CredentialsBuilder","l":"build()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"build()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo.WebDriverSessionInfoBuilder","l":"build()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials","l":"builder()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"builder()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo","l":"builder()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"CallableWithDescription","l":"call()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"CallableWithDescription","l":"CallableWithDescription(String, Callable)","url":"%3Cinit%3E(java.lang.String,java.util.concurrent.Callable)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric","l":"canEqual(Object)","url":"canEqual(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"canEqual(Object)","url":"canEqual(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"canEqual(Object)","url":"canEqual(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo","l":"capabilities"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo.WebDriverSessionInfoBuilder","l":"capabilities(Capabilities)","url":"capabilities(org.openqa.selenium.Capabilities)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"className"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"className(String)","url":"className(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"clickTimer"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"comment(String)","url":"comment(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MvelReferenceGenerator","l":"compiled(String)","url":"compiled(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"concatenate_$_files_from_$_into(IOFileFilter, File, File)","url":"concatenate_$_files_from_$_into(org.apache.commons.io.filefilter.IOFileFilter,java.io.File,java.io.File)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"concurrency"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"ConfigurableScenarioTest(Class)","url":"%3Cinit%3E(java.lang.Class)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"configuration()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"configurationType"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConnectionDefaults","l":"ConnectionDefaults()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"context(Predicate, ContextAware)","url":"context(java.util.function.Predicate,org.openqa.selenium.ContextAware)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MvelReferenceGenerator","l":"contextFor(Object)","url":"contextFor(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"currentStep"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConnectionDefaults","l":"DEFAULT_CONNECTION_TIMEOUT"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConnectionDefaults","l":"DEFAULT_EXECUTION_TIMEOUT"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer","l":"DEFAULT_INTERVAL_MS"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConnectionDefaults","l":"DEFAULT_READ_TIMEOUT"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer","l":"DEFAULT_RETRIES"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"deleting_directory(File)","url":"deleting_directory(java.io.File)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"DescriptionFormatter.HasDescription","l":"description()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"CallableWithDescription","l":"description()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"FunctionWithDescription","l":"description()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepWithDescription","l":"description()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"DescriptionFormatter","l":"DescriptionFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"descriptionOf(WebElement)","url":"descriptionOf(org.openqa.selenium.WebElement)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DesiredCapabilitiesEx","l":"DesiredCapabilitiesEx()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DesiredCapabilitiesEx","l":"DesiredCapabilitiesEx(Capabilities)","url":"%3Cinit%3E(org.openqa.selenium.Capabilities)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DiagnosticsAspect","l":"DiagnosticsAspect()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"dispatch(WebDriverEx.Event, WebElement)","url":"dispatch(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event,org.openqa.selenium.WebElement)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"doing_nothing()"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"doing_nothing(Duration)","url":"doing_nothing(java.time.Duration)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"doing_nothing(long)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"DoublePercentage","l":"DoublePercentage(double)","url":"%3Cinit%3E(double)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"doubleValue()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"dryRun"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"DryRunAspect()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"element(By, SearchContext)","url":"element(org.openqa.selenium.By,org.openqa.selenium.SearchContext)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"elements(By, SearchContext)","url":"elements(org.openqa.selenium.By,org.openqa.selenium.SearchContext)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"ensureElements(By, SearchContext)","url":"ensureElements(org.openqa.selenium.By,org.openqa.selenium.SearchContext)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"TypedScenarioTest","l":"EPOCH_MILLI_64"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.Event","l":"Event(WebDriverEx.Event.Type, Map)","url":"%3Cinit%3E(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event.Type,java.util.Map)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.Event","l":"eventInitDict"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"eventually_assert_that(Supplier, Matcher, Policy...)","url":"eventually_assert_that(java.util.function.Supplier,org.hamcrest.Matcher,net.jodah.failsafe.Policy...)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"eventually(Function, Policy...)","url":"eventually(java.util.function.Function,net.jodah.failsafe.Policy...)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"eventually(StepWithDescription, Policy...)","url":"eventually(dev.aherscu.qa.jgiven.commons.utils.StepWithDescription,net.jodah.failsafe.Policy...)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ExceptionPerThreadListener","l":"ExceptionPerThreadListener()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"Root","l":"extRes()"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"failing_on_purpose_with(Throwable)","url":"failing_on_purpose_with(java.lang.Throwable)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"FileFormatter","l":"FileFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Name","l":"firstNameFor(int)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"floatValue()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"forceClick(WebElement)","url":"forceClick(org.openqa.selenium.WebElement)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"NotOrBlankFormatter","l":"format(Boolean, String...)","url":"format(java.lang.Boolean,java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"DescriptionFormatter","l":"format(DescriptionFormatter.HasDescription, String...)","url":"format(dev.aherscu.qa.jgiven.commons.formatters.DescriptionFormatter.HasDescription,java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"JsonAssertionsFormatter","l":"format(Iterable extends JsonAssertion>>, String...)","url":"format(java.lang.Iterable,java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"JsonAssertionFormatter","l":"format(JsonAssertion>, String...)","url":"format(dev.aherscu.qa.testing.utils.assertions.JsonAssertion,java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"FileFormatter","l":"format(Object, FileFormatter.Annotation)","url":"format(java.lang.Object,dev.aherscu.qa.jgiven.commons.formatters.FileFormatter.Annotation)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectAsJsonFormatter","l":"format(Object, ObjectAsJsonFormatter.Annotation)","url":"format(java.lang.Object,dev.aherscu.qa.jgiven.commons.formatters.ObjectAsJsonFormatter.Annotation)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectExFormatter","l":"format(Object, ObjectExFormatter.Annotation)","url":"format(java.lang.Object,dev.aherscu.qa.jgiven.commons.formatters.ObjectExFormatter.Annotation)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectFormatter","l":"format(Object, ObjectFormatter.Annotation)","url":"format(java.lang.Object,dev.aherscu.qa.jgiven.commons.formatters.ObjectFormatter.Annotation)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"StringFormatter","l":"format(Object, StringFormatter.Annotation)","url":"format(java.lang.Object,dev.aherscu.qa.jgiven.commons.formatters.StringFormatter.Annotation)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"UnitFormatter","l":"format(Object, UnitFormatter.Annotation)","url":"format(java.lang.Object,dev.aherscu.qa.jgiven.commons.formatters.UnitFormatter.Annotation)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectsMatrixFormatter","l":"format(Object[][], String...)","url":"format(java.lang.Object[][],java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"PairFormatter","l":"format(Pair, ?>, String...)","url":"format(org.apache.commons.lang3.tuple.Pair,java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"from(Capabilities)","url":"from(org.openqa.selenium.Capabilities)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"from(String)","url":"from(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"AbstractElement","l":"fromStrings(String...)","url":"fromStrings(java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Element","l":"fromStrings(String...)","url":"fromStrings(java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"FunctionWithDescription","l":"FunctionWithDescription(String, Function)","url":"%3Cinit%3E(java.lang.String,java.util.function.Function)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ReferenceTagDescriptionGenerator","l":"generateDescription(TagConfiguration, Annotation, Object)","url":"generateDescription(com.tngtech.jgiven.config.TagConfiguration,java.lang.annotation.Annotation,java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"generateFromCurrentThreadAndTime()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ReferenceHrefGenerator","l":"generateHref(TagConfiguration, Annotation, Object)","url":"generateHref(com.tngtech.jgiven.config.TagConfiguration,java.lang.annotation.Annotation,java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"generateRandomId()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MvelReferenceGenerator","l":"generateWith(Object)","url":"generateWith(java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"GenericActions()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericFixtures","l":"GenericFixtures()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"GenericVerifications()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ScenarioTestEx","l":"getScenario()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"gotpointercapture"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric","l":"hashCode()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"hashCode()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"hashCode()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"hashCode()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"id"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"id(String)","url":"id(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"IgnoreSeleniumInternalErrors","l":"IgnoreSeleniumInternalErrors()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"INTERNAL_DATA_PROVIDER"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer.Config","l":"intervalMs()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"Root","l":"intRes()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"intValue()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"INVALID"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"is(Class>)","url":"is(java.lang.Class)"},{"p":"dev.aherscu.qa.jgiven.commons","c":"TestRuntimeException","l":"isRecoverableException(Throwable)","url":"isRecoverableException(java.lang.Throwable)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"issuedRandomIds"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"JsonAssertionFormatter","l":"JsonAssertionFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"JsonAssertionsFormatter","l":"JsonAssertionsFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Name","l":"lastNameFor(int)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectFormatter.Annotation","l":"length()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"locateTimer"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"LoggingAspect","l":"LoggingAspect()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"longValue()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"lostpointercapture"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"FileFormatter.Annotation","l":"maxFileSizeToRead()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"StringFormatter.Annotation","l":"maxWidth()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AttachesScreenshotAspect","l":"mayAttachScreenshots()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"methodName"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"methodName(String)","url":"methodName(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MetricReporterSuiteListener","l":"METRIC_REGISTRY"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MetricReporterSuiteListener","l":"MetricReporterSuiteListener()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.MouseEvent","l":"MouseEvent(WebDriverEx.Event.Type, Map)","url":"%3Cinit%3E(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event.Type,java.util.Map)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MvelReferenceGenerator","l":"MvelReferenceGenerator()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Name","l":"name(List, int)","url":"name(java.util.List,int)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Name","l":"Name(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"NATIVE_APP_CONTEXT"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"normalized(String)","url":"normalized(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"normalizedValue()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"notConfigurableScenarioTestMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericFixtures","l":"nothing()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"NotOrBlankFormatter","l":"NotOrBlankFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric","l":"Numeric(T)","url":"%3Cinit%3E(T)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"NumericId","l":"NumericId(T)","url":"%3Cinit%3E(T)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectAsJsonFormatter","l":"ObjectAsJsonFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectExFormatter","l":"ObjectExFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectFormatter","l":"ObjectFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectsMatrixFormatter","l":"ObjectsMatrixFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MetricReporterSuiteListener","l":"onFinish(ISuite)","url":"onFinish(org.testng.ISuite)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"RandomIdReporter","l":"onFinish(ISuite)","url":"onFinish(org.testng.ISuite)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onFinish(ITestContext)","url":"onFinish(org.testng.ITestContext)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ScenarioTestListenerEx","l":"onFinish(ITestContext)","url":"onFinish(org.testng.ITestContext)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MetricReporterSuiteListener","l":"onStart(ISuite)","url":"onStart(org.testng.ISuite)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"RandomIdReporter","l":"onStart(ISuite)","url":"onStart(org.testng.ISuite)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onStart(ITestContext)","url":"onStart(org.testng.ITestContext)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onTestFailedButWithinSuccessPercentage(ITestResult)","url":"onTestFailedButWithinSuccessPercentage(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onTestFailure(ITestResult)","url":"onTestFailure(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ExceptionPerThreadListener","l":"onTestFailure(ITestResult)","url":"onTestFailure(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onTestSkipped(ITestResult)","url":"onTestSkipped(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onTestStart(ITestResult)","url":"onTestStart(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AbstractTestListener","l":"onTestSuccess(ITestResult)","url":"onTestSuccess(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"originalCapabilities"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"PairFormatter","l":"PairFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"params"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"params(String)","url":"params(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MvelReferenceGenerator","l":"parserContext()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials","l":"password"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials.CredentialsBuilder","l":"password(Password)","url":"password(dev.aherscu.qa.jgiven.commons.model.Password)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Password","l":"Password(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"Percentage(T)","url":"%3Cinit%3E(T)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointercancel"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointerdown"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointerenter"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent","l":"PointerEvent(WebDriverEx.PointerEvent.PointerEventType, Map)","url":"%3Cinit%3E(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.PointerEvent.PointerEventType,java.util.Map)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointerleave"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointermove"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointerout"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointerover"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"pointerup"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"pollDelay"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"pollTimeout"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"randomId"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"randomId()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"RandomIdReporter","l":"RandomIdReporter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"Root","l":"raw()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ReferenceHrefGenerator","l":"ReferenceHrefGenerator()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ReferenceTagDescriptionGenerator","l":"ReferenceTagDescriptionGenerator()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"remoteSessions"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer.Config","l":"retries()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"retry(Callable)","url":"retry(java.util.concurrent.Callable)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"IgnoreSeleniumInternalErrors","l":"retry(ITestResult)","url":"retry(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer","l":"retry(ITestResult)","url":"retry(org.testng.ITestResult)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer","l":"retryCounters"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"retrying(Function)","url":"retrying(java.util.function.Function)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"retrying(StepWithDescription)","url":"retrying(dev.aherscu.qa.jgiven.commons.utils.StepWithDescription)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"retryPolicy"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"safely(Callable)","url":"safely(java.util.concurrent.Callable)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"safely(Function)","url":"safely(java.util.function.Function)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericActions","l":"safely(StepWithDescription)","url":"safely(dev.aherscu.qa.jgiven.commons.utils.StepWithDescription)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"safelyQuit()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ScenarioTestEx","l":"ScenarioTestEx()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ScenarioTestListenerEx","l":"ScenarioTestListenerEx()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AttachesScreenshotAspect","l":"screenshotDelayMs"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AttachesScreenshotAspect","l":"screenshots"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"AttachesScreenshotAspect","l":"screenshottingMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"scrollIntoView(WebElement)","url":"scrollIntoView(org.openqa.selenium.WebElement)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"scrollIntoView(WebElement)","url":"scrollIntoView(org.openqa.selenium.WebElement)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"scrollIntoViewTimer"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"SegmentedName","l":"SegmentedName(char, String...)","url":"%3Cinit%3E(char,java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"SegmentedName","l":"SegmentedName(String...)","url":"%3Cinit%3E(java.lang.String...)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DiagnosticsAspect","l":"selfTest()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DiagnosticsAspect","l":"selfTestExecution()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DiagnosticsAspect","l":"selfTestExecution2()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"sendKeysTimer"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"ObjectFormatter.Annotation","l":"separator()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric.Serializer","l":"serialize(T, JsonGenerator, SerializerProvider)","url":"serialize(T,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage.Serializer","l":"serialize(T, JsonGenerator, SerializerProvider)","url":"serialize(T,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text.Serializer","l":"serialize(T, JsonGenerator, SerializerProvider)","url":"serialize(T,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric.Serializer","l":"Serializer()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage.Serializer","l":"Serializer()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text.Serializer","l":"Serializer()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo","l":"sessionId"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo.WebDriverSessionInfoBuilder","l":"sessionId(SessionId)","url":"sessionId(org.openqa.selenium.remote.SessionId)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"sessionInfos()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepModelPatchAspect","l":"setDurationInNanos(StepModel)","url":"setDurationInNanos(com.tngtech.jgiven.report.model.StepModel)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"should_succeed(Matcher)","url":"should_succeed(org.hamcrest.Matcher)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StageEx","l":"StageEx()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"stageMethod()"},{"p":"dev.aherscu.qa.jgiven.commons","c":"AbstractWireMockTest","l":"startMockRestServer()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"startTime"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DryRunAspect","l":"stepMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"LoggingAspect","l":"stepMethod()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepModelPatchAspect","l":"StepModelPatchAspect()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepWithDescription","l":"StepWithDescription(Function)","url":"%3Cinit%3E(java.util.function.Function)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepWithDescription","l":"StepWithDescription(String, Function)","url":"%3Cinit%3E(java.lang.String,java.util.function.Function)"},{"p":"dev.aherscu.qa.jgiven.commons","c":"AbstractWireMockTest","l":"stopMockRestServer()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"StringFormatter","l":"StringFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"MvelReferenceGenerator","l":"template()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ReferenceHrefGenerator","l":"template()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ReferenceTagDescriptionGenerator","l":"template()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer","l":"TestRetryAnalyzer()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons","c":"TestRuntimeException","l":"TestRuntimeException()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons","c":"TestRuntimeException","l":"TestRuntimeException(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons","c":"TestRuntimeException","l":"TestRuntimeException(Throwable)","url":"%3Cinit%3E(java.lang.Throwable)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"Text(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"the_file_$_should_contain(File, String)","url":"the_file_$_should_contain(java.io.File,java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"the_file_$_should_match(File, Matcher)","url":"the_file_$_should_match(java.io.File,org.hamcrest.Matcher)"},{"p":"dev.aherscu.qa.jgiven.commons.steps","c":"GenericVerifications","l":"the_JSON_file_$_should_contain(File, Iterable extends JsonAssertion>>)","url":"the_JSON_file_$_should_contain(java.io.File,java.lang.Iterable)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ExceptionPerThreadListener","l":"throwable()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"timestamp"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"timestamp(String)","url":"timestamp(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"AbstractElement","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials.CredentialsBuilder","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"CallableWithDescription","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName.SessionNameBuilder","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"StepWithDescription","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.Event","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverSessionInfo.WebDriverSessionInfoBuilder","l":"toString()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"TestRetryAnalyzer","l":"transform(ITestAnnotation, Class, Constructor, Method)","url":"transform(org.testng.annotations.ITestAnnotation,java.lang.Class,java.lang.reflect.Constructor,java.lang.reflect.Method)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.Event","l":"type"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"TypedScenarioTest","l":"TypedScenarioTest()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.UIEvent","l":"UIEvent(WebDriverEx.Event.Type, Map)","url":"%3Cinit%3E(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event.Type,java.util.Map)"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"UnitFormatter","l":"UnitFormatter()","url":"%3Cinit%3E()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"ConfigurableScenarioTest","l":"USE_FIRST_PARAM"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials","l":"userName"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Credentials.CredentialsBuilder","l":"userName(Name)","url":"userName(dev.aherscu.qa.jgiven.commons.model.Name)"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Numeric","l":"value"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Percentage","l":"value"},{"p":"dev.aherscu.qa.jgiven.commons.model","c":"Text","l":"value"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"FileFormatter.Annotation","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"StringFormatter.Annotation","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.formatters","c":"UnitFormatter.Annotation","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.tags","c":"Defect","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.tags","c":"MissingCoverage","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.tags","c":"Reference","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"BeanUtilsConverter","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"Root","l":"value()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx.PointerEvent.PointerEventType","l":"values()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"webContextIdentifier()"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"WebDriverEx(WebDriver, Capabilities)","url":"%3Cinit%3E(org.openqa.selenium.WebDriver,org.openqa.selenium.Capabilities)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"WebDriverEx","l":"webDriverFor(Capabilities)","url":"webDriverFor(org.openqa.selenium.Capabilities)"},{"p":"dev.aherscu.qa.jgiven.commons","c":"AbstractWireMockTest","l":"wireMockServer"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DesiredCapabilitiesEx","l":"with(Stream>)","url":"with(java.util.stream.Stream)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DesiredCapabilitiesEx","l":"with(String, Object)","url":"with(java.lang.String,java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DesiredCapabilitiesEx","l":"with(String)","url":"with(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"DesiredCapabilitiesEx","l":"withAdded(String, Object)","url":"withAdded(java.lang.String,java.lang.Object)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"withClassName(String)","url":"withClassName(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"withId(String)","url":"withId(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"withMethodName(String)","url":"withMethodName(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"withParams(String)","url":"withParams(java.lang.String)"},{"p":"dev.aherscu.qa.jgiven.commons.utils","c":"SessionName","l":"withTimestamp(String)","url":"withTimestamp(java.lang.String)"}]
\ No newline at end of file
diff --git a/qa-jgiven-commons/apidocs/member-search-index.zip b/qa-jgiven-commons/apidocs/member-search-index.zip
index 6ba4f22dfd7f68db0a9455cdcaf572c741c2ebd0..f625c7ce197be6b04af8f570a790a2f891491870 100644
GIT binary patch
delta 4635
zcmV+$66EcUC5$BuP)h>@6aWYa2mmERkql1~vz0|3Ddn+;`|n3mFG{3d6y=d^8h<3z
zjhz1g=j$Fl!N76x@rVQJ9I*%eH{&-ht2ue3ApveU^WhN&AuILO($U{oc|I{7SRv}kd$c3pk9PaBtIbn7ufyA@s~)-AbYZ2lh;)g
zOy~)^DM7FcA({GsQmYsjFg#$-2!G`i2RpQn2zd12+Jyli2um#_q5l=a(+3!QLjj%m
z4Bsd&&YP>Q?pN>x93KRGhrpfB*mu&e?X^P6zSX8(hhPtlFp4i{FDWt~l5oUYn?^@S
zE+_ow+wsLG_;^hi3L-V5s3{tZqjPpq;D!hXPWtf}lf8paFktj4^kIOaqkkhIGGP^-
zKB4e%4XI1eiBn72KArs6(Ry}!V}kc4VZ9FbrY+(fCPxsmE=jT9KYnGMMHe6>=;bDb
zI+Gy4A&}{iy}jv1a1?k~kTC=A$wZobOM+bpJrwLeU=%FbzfkJa%FlRT0zu(xJU_H}
z3>Mlj1nvRSwM!rj=mCcsIe&6s$mq2fMEl)Pl3XLO4=@dpOLZbZea1=!IJ>cV(280^DbrRGGhu_6
zc4CRcPbl#4v)R5~Vo~gbqczhKg1t01;^JH}O)K=JH`#0^)AzH*>~6E&tR{EsoBP#b
zwz9v6SAp$WFbnV+6MxA`&_b)S2HVmMb`~1OyPY~Fa*CtP_`=8P@F>)XD_AEjjs8X^
zS`c+)e8aPBk6BBb`J+&>&28)kgIGd8XEO@{AN>yd>`Ij)3}@8K_*Eg|^6^D%UVZ+O
z_i+7pRVMy82jnO%wo}obvWmL1M}aa`E5(|q77y&d9dd;hOnst{1|0xx1vJqh#}_I5^5Lyk(<-Z!VD_H~_@j7v&3VcIM1ETR9#GW+@g%FmzJ1ddd;O_?U+mSf2qu_YbwWDc
zG$4B`zk0|a$#cKsKGozHMIMQAjf$|3>?;GG4y0^|d$L)Oai@h@436qdT5t16Yz$%X
zRDYf5E9HX@6hu$_j9&J;J2UouC<2JoVUyPH=z&jg+8Jlf>oDePY=FZ<7nfv5v}yc-
z)HnsWSlB~m=s9`KK^We;lE*^QJKsyLikOiMljOqdSk=fy~#)<5S
zB0IR`qM>wln1sY$y^b%|5D@o}=+-&Cw10|jBC*eO#U)IZn4~SZ)O(7~#AZMv0%vWQ
zE!G^GWqA^C^U~AUptI%u^!;`*zrCGr|MBjM2id!rl
z2XJ%=o8V4DWE{ZI`HDSoaCU&T4A?;@rYWcmB>O0}uY_Q1MdaeO5>_W*itIbdqOs;K
zI|$Tf0%%BB5mufIvlkZ%%xn$a9DfJ|Ug`2mbp?BR$O_|Z6262h*gn3cQCH=y#I;o%
zY)=t6VG6g;tVu^q6#NVdie**Rd^MFmGBnbKufAlR7s~oIYGD)3cZ(e&G~~azx3WW+
zS?wOX^Dzj`6=u~KWR2y*DL<5N%azU_R>n!nf5}Obup{R^b)a^fM*fU
zs&MfPF__+%oz3
zKHxXJ5{+-phfo0g86lXY^QW$gy?NBI7K;GKyUFeLda{{pm#h1S`L)rNYb6%Zi7BTo
z&Bc2H{=)2TspP?Dn7VlIYv&KcW$s~C2kQLpVRAdawqjQxn#7{NlT<}S4P(&dPKp8^
zwv(N^Wb{_h#eYw+TQURc&M_)#_Bh7qFkTU*5%f~cq3tcAZmv>2u-}yI=y0xp4sv?K
zhLOqPO_L8yO((?`x;<05`bWR`n1}0|Ce6@ghbffVYh`7@;lXTH&a_&oFFvMb`b)hd
zUhUZjoUry^2@(jmOLt>DlCV!=drM=-OZrKlc;V-A4C^Ztu
z%5^!m&m(swGD|_Sj!+0or}_(i^I*DN&3>7$H>-aSL!-LJAThWA&Xe5vgXRwy2)xc)9;8$sZ9dng5J5IVr(RT>y&_FCsn}Sy%
z`NdO$YVfyC6sjRG_lhLuUSA@ePQ$e@%bIxA@w8Gt2wgqZVQE$z3+jOulcF_l>8z6(
z0eTqC1vICe0r+tm4@BWHG)Wx;Z$e@|rmUQodVftO@0&SJPfg;_n
zn#Z0&8uL_lY7MUb`DxSWbuKVr|y^gXxyy6OR-Y_xLO48kqu~0E(t%VeW>{&)tNz?u)EKG3}2vf^aAgVyhk2rL<
z<4ZDTiGBKooVVwx@|L@Xu{Mg62A`!#6W@aGjf>x?_p4`M0=6;*8+#!kRzEHjj)of*
z38@xiBB^=C5uq;nF%SQWklE`k+JE@wV&O2s)QXc|548AlX?@I1{z8pVDi%ZtQv`jl@n$oHvHxUan!>>Q6@R|cE(5Q7
zyrJ54Buvu6K`a2=ANO$zucUOdDivzB-|xwP_<;3wqC5ADj|@vCP$z;+Gt
za`c_A!2QPXFg6HuiWv13JrIIN6nKt~ULSw#UqM-E4oe2si~`_@?Bu6KIp4?{8v-U
zwf&-R%gdcipN)KPOZmYx^hRm&z$EFEY>E{t>aqd$-({0u7L#bJQKyvC=%&7>20{`6
z@CgyP!0tE6RZMxX0WVweQ+`OEOrP_r_ecveTm`Y!6xqASCd}$C*njjySu?eCAe$+S
ztCH$#APugRvUYASuR}L3m4pqRrI7C&QW3GJ{d6)MB7(U4%ynk0&1(z9C(E
z5@QE*{V_`~8dZL8rMy>H$i(z_U3H-ELDGJ3iXkJKTfSOeI^XQAxH!W993nKQrE(J<
zpm+*x`@=R-U-)ZF0DlFe_zAT#XVvx92hq;S^-;W45%ZjCXvx*7I_Bfg3as~0+d8oS
zVSRsB+wyHPY!*eUL0Qo`DUCq_cEfarSPFLJ^OR|KN29QfHt~)b0cAeskl}KOg*e7&
zDbmpvy6RZRUKEO#wtAtG7Sqmn3Wi1PgIB#!YX-9=bTy;77k`CHExH$4)ze@LUEz5F
zJ4jX6kafH*d_%oxR%w}R`3WdD4dNgVIk}ohr6Qh=WQ$bf3Rh`ttxC&b_PG=YlIKvP
zP8n+{Q;YPQ>Fz$WQXQF|3QZZXI7HgN_u1wh7o~idYxf`LvJAIDh-pp6)&3|?|SxpvJcH)RBY#owabl!(k{3HHf-cVU_oBIawr+v5aCw}$a#?=8+
zM3O4d1x42!FHfDW_;=6i(i4AG24y4ctXDGkDBR_~Mq?}s#CE!1KNV@SialvljGI=&M|9*(X*V<-@OL+D&J;#MAmbhwmUq2^BvFqC8T&Cuo
zSMhET8^{nGFPRSF%mSwFmen3f@5$d85^4(-Upg@YqvNv{yh*I+7*UQBdgdH%$x;I=
zLr|W0US*b*N8ciGjX|14HNrVTVUTDO9~GfCnn%yUT)mo^6c0ypQJo;I1RjourT%)c
z1R9R^rqb0{glahW@_$fE2M7f5Ah7BY001AM002-+0Rj{N6aWYa2mmERBUl9SAh7BY
R001A8OAFcJU&008wA%UA#a
delta 4637
zcmV+&65{QQC5|NwP)h>@6aWYa2mtsxkql1~tCd9`Ddn+;`|n3mFG{3d6zP#|8h^yZ
zjh+7h=j+~of}!K0;}M0#IU)}RZ^mz2T66M9A`IMU7QiD6BU&2BrK7*m@)$G7k3UcS
z(2sunc}5HWH||0%j{JaB$Za5rZhaEL5aJ3=5j2Q!h2$q6!v%7`G5i&hBFLPq*Z6f6
zhZAywZblI7B8aB}AjBxf1&j{J(|^xBB%uEl!qW#Be)B^z
z2`Ii%Qd~4wQ{AuN2{-`=_YQ`;fU@soUz=-%jD4d`yN?QxsTeMqZOQ7(?gm;?RwJ6gt_*V}$n(I>C_ACoq7aAAcVm0g(=?
z@bt-#4%d*l*gr998QZ5*@H$%0Zf|t(-lVKI;ofvbyhHd1BHASx_WQ@Lw6n+pMA(11
z$)L_83{eC`I(Tnxx?vQD-W8d@MSlu83SdO(br(eWoh?bOeXtJ^iF}u+M1aALFWX(%&gy<&
zR)6Zl>rd90Ws`ovG=U|E+=G(e=$dW}Y$naaJ3s|fF+RS?5y>)02)YO}rrbJFxR0QF
z$OORfgm9E-E{;IZ;H2hQyHA0lwyh4jMf*L)@n>K)-+hYxj!Z%iBY$5{D_KKA=%~2^
zN0{T|YEuf(LaJi&7p7(Ut}%S``?WD#AE*kj=6mMs1-fyBurbstctnvAwT2L?t)ync
z#;4keAr3$Jp@*LJ_U#Ibd?y^Osg@A#g}IRw7m8_CVJN-HW;2<-pDkv0o9$*bxm(}d
zuNJeF`8~W2Y|esNfPdG7NI`;>T9r1~mgKOr(9quP3z3wMFB0?W
z^OvHBo4>0w@y7+AKxwd@%J!5|)V)0lgsNH@)>O54p#SZBmw#))M2S7?Ex1HMKvz2h
zd!7XX^^MfaLn8Vfrx>GKsyCNz!ovJ1IeXO3utSgsRlW|$l#X`ZRizvkzC0I&
zZj3SQMJL0eGk+59m>bY{^JWNV|A|2`N|x7xryNjSfpusuA*Ra-o9oueHV@PD&}|sd
zE;xZlKcM>`Bp^C~$T>i{RXD~&G|F*O~=L94Ju7H@g;oQJ?zx6R^
z6&wG=6}Nm=k)5PTQl#Z3WLP}GUtL(Awts>Y2k*x$+jB9F}&xL@nUtl^w1A33bvj$?I7
zB)Fgy&MApMEa=+#itoOfM_vaWar@+Q+O|LOYIcN9z>%(1)Q7<4^`x`>P!b{J6Tx7j||5J!T@n%Vg%grAkHunmhwso(KE`#pz&O)!JTn^eyUlF%FuC0>)_*ocSj{Ha7P()|HmmupE9b4d5mjj+
zJGR_;E!YypY4v+RWDCR-tPb<`%~0&kr}{&&*T*90VD8ij
z*?3cc%&q+LA%`H({f_xm(_<8IB#Jd^!ank^G<-Uc&>`-LWu#MamlMTb5v$)0Gl
z_yeJFN^rigN7T@Bikem!>2nezx?QeOOc!#=`BE(&dAvY52s4lYpHG770R*w$;jzMr
z?C~NqxWpn`Iy+25Vy|Au7i$Qxdq{Qbf`49CMKzJ=XR6`~CPPe;4qU1|MQ36&Br%4w
zF3gr|+Gbgt1kAkj6gKE=c|U!>UCeK9=i7h$eXti7GS?-M45+l&iU-#|$qj9DtHheU
zllEy!yJt2y*x&Mg?XbZ#zF2_MWp0Ysy9d^!a_#Fr0mS<_L)CjEPf0^fbTWYNiQ9mf$mSdB>GHOX-E
zrQ-mOE~XRQNr{X@7&%{&2M*2-(3Sx^=p-~bHA}LOGW&`PMpr~8UMFEy0%pj*lPn5r
z?y`qKT_%8ngb`uI$uN6yA;(PD(0|PVL*P{|uhdsCr-!T%$|vDVw1VB^TUvEh)=ErU
zMd9`o;}arq`%Ig3L`6Z*prlyVRV`Li;Ui5Wo%`x5)_JLHSfiFU;bOPg`ItoPH}h8Z
z2s3NkV|M`pk-ow#8-uj5TsURtQ%aYC05)UCNu6_tqI-Nrd-_|oi;}9ND}RIn2tpPZ
z&bGMH+)k?$gC(n6J$&jhQTzCKQu-ZSaZT)Z<;Uql$E4&R2%_c>+ws`st`UAtOL+Xk
zy9>IGz|bQXrSC4^y?xuQ^D<2KWT+9L%5RU(is%Nc%Fur#fKh
z6P#qE>Kp+)p!G#Qz6bs8=eIS`Jo+{FPHe^(tKI>yl3zm05Y7ToHefHXSPe_rC%>U6
z1^r?w#tw}yid8Dx+6tLe7+m>sY7&j)NVto3067t1Rg^A9n3+Tw(>HYFOp^$i#3L~Y
zJr>fa=X=PS{5^)dx_^ddFwGX`pZ>v`wj~BFV|@ie4;|-vmk1i;sxk^}DoRf55>Qv%
zR>x4eaG2XgLF~qViDC>Z)Us0JYtXaKzLbPxC@*7=NAb*@}_(<)Cg~Kb%`6
zKi`M!hF7Zb&DjtNK`_G@;cWgiRWUb@TGnD7;CMH=-Cj>NlkIYK|1iJSx^gYWB034>
ztfiTFPas(6-7OV7_!Ltg4}RnPp}6!t%<@2;-#tuj=hsH;3ZJC0=juEuwy|QZ;bclveGsItS9%FMO0wBWE{HX~=C@M8f*V|xIrswG3n2XdKX_o>yz(kj-!^uAb&?iN)1DM!;#;zw|U{OpdcwV
z0?5d9Il9mL?uuuYf_NSK5v-i*FWAk4>2@{yWxn35{%waweGMxy#m)l71d0(oMZups
zV5!lRRs*eUL?IiWtP6|FT&1L3VLpDjw5;Y>Gul9)s+=$lJ~=aPY9
zYBT$->wo>98VfFD3noh{B3m>9$b>UkNwnXd*6z>f8{FO_)Msp4=DCYonlEz|CSolm@N5hejT7QliE9a%&ki@&-fB~g2ekC8Jn!{YI
z88`U`^&R->GDxT)h$BTWCFOR9$Qfui4v>_7O@GK-4D60ZURdD`VA(IO;)tE3_~ANs
zU22;MSF7fUQ;@_#iPKKsRt3q>SdxS49&PNhD(1Lq4UGPdytTI2`kQ|`QGK$3tE|d7
zxqm9=M-5NPDPohOWLP)ylvXjvm27Mv?C<>$1k?WcmpVo3l*$Yq0ZLAk6Tsl8lRB!C
z10}&O*-vS)^*lqA4uLpbunpz8I{`wT5$<|`);q^whJUn7{}7uk1$7|l6rXE2Su+{4
z!I;vuVAD7Hc7@Grpq(_t=bQU`=?DwXM}N;l&pKC;HK{@NpFwh24+=%2&aByU@->q+
zdQq`Q;|CBt={T`9$sN%-siC;*)l3t_o{Wy-7HY9huBY|s13_%v6Xv|7(AN~UsMAP^4~37wXK@X3^SO&2a&3jI+|%q+hh)iQCOIwIOL|5p%_$-
zlpUj}F2+}6%yaq-i#G4hQ|$$J1!G+lCj~x3lP0+UKNuIgOdr(Gz!Yp`3byt_O00QY
zNF3Q46)C9>VTU`c6l061#18MSLn{Eo!&e(r4F@H^A==};`
zNuPn&KWLUf=6~+q0kKqEj-vn1NVZjEhY{gFbA%4<*$*b8T&B-to#8gw{Paf+qtADy%GZ1CN)KY;=
zW-qSGr>}stxKgUxxw(`M{kW8JQFP+gY(|PMQwNaj3_SnDtYOBski3N2>a7UXii7v
zCOSa=3flIEZK}SohkurUAC8jO)2f`+*O%WyJ15si{!B%}bEcuCx2BqyPd+QLK16Nn
z!TyK!{as_rcS){U7OeqgP3L4ZtOV>v*$goh?8xRR)$Wd3VH;iI9diQGd@LaL(uYMT
z!DuMb(GV$xIytvDKgXGhp+xQc^^={(o
zfG#3I73hPaZ+e%fUbp-Er*s*Jzb<*Q7IxYzxqB4u3SXl(mW5Aux^O?`8MDegu7fUj
z)@UITmxe0{!jJ4XT_Y%O#Zsh?QV2NKN76UEom0BsNqMvxmM%A7}KsEOuLb1;{$W~RmVXfEn=qgBB6cvz~h
z7YiVJv^TY`zA{w7!I%F7P)i30XIfO4>=6I}8leCHP)h*<6aW+e2nYxO_&Ot4XIfO4
T>=6I}8k0#9Jq9uo00000s%+Ty
diff --git a/qa-jgiven-commons/apidocs/overview-summary.html b/qa-jgiven-commons/apidocs/overview-summary.html
index 6914f156ec..1f31763d5d 100644
--- a/qa-jgiven-commons/apidocs/overview-summary.html
+++ b/qa-jgiven-commons/apidocs/overview-summary.html
@@ -2,7 +2,7 @@
-
+
QA JGiven Commons 1.0.2-SNAPSHOT API
diff --git a/qa-jgiven-commons/apidocs/overview-tree.html b/qa-jgiven-commons/apidocs/overview-tree.html
index 7458410c7a..cc40d0a71f 100644
--- a/qa-jgiven-commons/apidocs/overview-tree.html
+++ b/qa-jgiven-commons/apidocs/overview-tree.html
@@ -2,7 +2,7 @@
-
+
Class Hierarchy (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/package-search-index.zip b/qa-jgiven-commons/apidocs/package-search-index.zip
index cb984a9deabbd8522f220aa3468b713a4d50a201..935c64d0525d80500b7a158970acbfb762bd9123 100644
GIT binary patch
delta 26
gcmbQvG@Xejz?+#xgn@&DgF)4KBF`=+AbG+c07AG0-T(jq
delta 26
gcmbQvG@Xejz?+#xgn@&DgW-qOM4nwtK=On?08eTMasU7T
diff --git a/qa-jgiven-commons/apidocs/serialized-form.html b/qa-jgiven-commons/apidocs/serialized-form.html
index c14e705e1a..aff2a20ba6 100644
--- a/qa-jgiven-commons/apidocs/serialized-form.html
+++ b/qa-jgiven-commons/apidocs/serialized-form.html
@@ -2,7 +2,7 @@
-
+
Serialized Form (QA JGiven Commons 1.0.2-SNAPSHOT API)
diff --git a/qa-jgiven-commons/apidocs/type-search-index.zip b/qa-jgiven-commons/apidocs/type-search-index.zip
index 252fe178ecb6965b4da287fcb7a48de848f7dc42..d58203d761aef4c13b525b52fc972f4db0935197 100644
GIT binary patch
delta 28
jcmZqTXyV`r@MdNaVc_84U{H15$g_f(N!5AsHfA3HNr(l(
delta 28
jcmZqTXyV`r@MdNaVc_84VEAFRk!J-n(+{i3+n9X-SeOS@
diff --git a/qa-jgiven-commons/dependencies.html b/qa-jgiven-commons/dependencies.html
index dd137a18cd..d7d664099d 100644
--- a/qa-jgiven-commons/dependencies.html
+++ b/qa-jgiven-commons/dependencies.html
@@ -1335,8 +1335,7 @@ Dependency Tree
Description: Provides generic JGiven-style actions and verifications, mostly for dealing
with latency and exceptions via a pre-configured retry mechanism.
In addition, adapts Apache Commons Configuration to be used for loading test
- properties and integrating Unitils for managing file-loading and
- database-driven tests.
+ properties.
URL: https://qa-automation-starter.aherscu.dev/qa-jgiven-commons/
Project Licenses: The Apache License, Version 2.0
Provides generic JGiven-style actions and verifications, mostly for dealing with latency and exceptions via a pre-configured retry mechanism. In addition, adapts Apache Commons Configuration to be used for loading test - properties and integrating Unitils for managing file-loading and - database-driven tests.
+ properties.Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
0 | 0 | 100% | -0.011 s | +0.015 s | |
MvelReferenceGeneratorTest | @@ -215,7 +215,7 @@0 | 0 | 100% | -0.266 s | 0.250 s |
MetricReporterSuiteListenerTest | @@ -224,7 +224,7 @@0 | 0 | 100% | -1.172 s | 1.157 s |
ScenarioTestListenerExTest | @@ -233,7 +233,7 @@0 | 0 | 100% | -0.031 s | 0.095 s |
SessionNameTest | @@ -242,7 +242,7 @@0 | 0 | 100% | -0.015 s | 0 s |
WebDriverExTest | @@ -251,7 +251,7 @@0 | 0 | 100% | -2.298 s |
0 | 0 | 100% | -0.492 s |
0 | 0 | 100% | -0.078 s | 0.138 s | ||||||
JGivenTestNgParallelDataProviderTests2 | @@ -300,7 +300,7 @@0 | 0 | 100% | -0.464 s | 0.417 s | |||||
JGivenTestNgParallelDataProviderTests | @@ -313,11 +313,11 @@||||||||||
JGivenTestNgRetryTests | -17 | +13 | 0 | 0 | -16 | -5.9% | +12 | +7.7% | 0 s |
0 | 0 | 100% | -0.359 s | +0.329 s | |
PercentageTests | @@ -347,7 +347,7 @@0 | 0 | 100% | -0 s | 0.015 s |
TextTests | @@ -356,22 +356,22 @@0 | 0 | 100% | -0.015 s |
[Summary] [Package List] [Test Cases]
testSelfTest | -0.011 s |
shouldSerialize | -0.172 s | 0.157 s |
shouldDeserialize | -0.187 s |
shouldAggregateMetricsOnFinish | -1.172 s |
0.016 s | ||
- | shouldDeserialize | -0 s | selfTest | +0.016 s |
- | shouldSerialize | -0 s |
0 s | |||
- | shouldFindMultipleMethodSessions | +shouldRegisterAllSessions | 0 s |
@@ -547,8 +537,18 @@ | 0 s | ||
- | shouldRegisterAllSessions | -0.015 s |
+ | shouldSerialize | +0.015 s |
+ | shouldDeserialize | +0 s |
shouldRetry | -2.298 s |
0 s | |||
- | -expected [0] but found [3] | -- | |
- | shouldFinallySucceed - | -0 s | |
- | -expected [0] but found [12] | -- | |
- | shouldFinallySucceed - | -0 s | |
- | -expected [0] but found [10] | +expected [0] but found [13] | - |
@@ -1022,25 +1004,7 @@ | 0 s | ||
- | -expected [0] but found [5] | -- | |
- | shouldFinallySucceed - | -0 s | |
- | -expected [0] but found [2] | -- | |
- | shouldFinallySucceed - | -0 s | |
- | -expected [0] but found [1] | +expected [0] but found [9] | - |
@@ -1049,7 +1013,7 @@ | 0 s | ||
- | -expected [0] but found [16] | +expected [0] but found [8] | - |
@@ -1058,7 +1022,7 @@ | 0 s | ||
- | -expected [0] but found [15] | +expected [0] but found [9] | - |
@@ -1067,7 +1031,7 @@ | 0 s | ||
- | -expected [0] but found [13] | +expected [0] but found [8] | - |
@@ -1076,7 +1040,7 @@ | 0 s | ||
- | -expected [0] but found [11] | +expected [0] but found [6] | - |
@@ -1085,7 +1049,7 @@ | 0 s | ||
- | -expected [0] but found [10] | +expected [0] but found [6] | - |
@@ -1094,7 +1058,7 @@ | 0 s | ||
- | -expected [0] but found [7] | +expected [0] but found [5] | - |
@@ -1103,7 +1067,7 @@ | 0 s | ||
- | -expected [0] but found [5] | +expected [0] but found [3] | - |
@@ -1121,7 +1085,7 @@ | 0 s | ||
- | -expected [0] but found [1] | +expected [0] but found [2] | - |
@@ -1135,19 +1099,7 @@ | shouldFinallySucceed | ||
- | -skipped: expected [0] but found [3] | ||
- | shouldFinallySucceed | ||
- | -skipped: expected [0] but found [12] | ||
- | shouldFinallySucceed | ||
- | -skipped: expected [0] but found [10] | skipped: expected [0] but found [13] | |
shouldFinallySucceed | shouldFinallySucceed | ||
- | -skipped: expected [0] but found [5] | ||
- | shouldFinallySucceed | ||
- | -skipped: expected [0] but found [2] | ||
- | shouldFinallySucceed | ||
- | -skipped: expected [0] but found [1] | skipped: expected [0] but found [9] | |
shouldFinallySucceed | |||
- | -skipped: expected [0] but found [16] | skipped: expected [0] but found [8] | |
shouldFinallySucceed | |||
- | -skipped: expected [0] but found [15] | skipped: expected [0] but found [9] | |
shouldFinallySucceed | |||
- | -skipped: expected [0] but found [13] | skipped: expected [0] but found [8] | |
shouldFinallySucceed | |||
- | -skipped: expected [0] but found [11] | skipped: expected [0] but found [6] | |
shouldFinallySucceed | |||
- | -skipped: expected [0] but found [10] | skipped: expected [0] but found [6] | |
shouldFinallySucceed | |||
- | -skipped: expected [0] but found [7] | skipped: expected [0] but found [5] | |
shouldFinallySucceed | |||
- | -skipped: expected [0] but found [5] | skipped: expected [0] but found [3] | |
shouldFinallySucceed | shouldFinallySucceed | ||
- | -skipped: expected [0] but found [1] |
Description: Provides generic JGiven-style actions and verifications, mostly for dealing with latency and exceptions via a pre-configured retry mechanism. In addition, adapts Apache Commons Configuration to be used for loading test - properties and integrating Unitils for managing file-loading and - database-driven tests.
+ properties.URL: https://qa-automation-starter.aherscu.dev/qa-jgiven-commons/
Project Licenses: The Apache License, Version 2.0
Description: Provides generic JGiven-style actions and verifications, mostly for dealing with latency and exceptions via a pre-configured retry mechanism. In addition, adapts Apache Commons Configuration to be used for loading test - properties and integrating Unitils for managing file-loading and - database-driven tests.
+ properties.URL: https://qa-automation-starter.aherscu.dev/qa-jgiven-commons/
Project Licenses: The Apache License, Version 2.0
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
0 | 0 | 100% | -0.204 s |
0 | 0 | 100% | -2.486 s |
[Summary] [Package List] [Test Cases]
Description: Provides generic JGiven-style actions and verifications, mostly for dealing with latency and exceptions via a pre-configured retry mechanism. In addition, adapts Apache Commons Configuration to be used for loading test - properties and integrating Unitils for managing file-loading and - database-driven tests.
+ properties.URL: https://qa-automation-starter.aherscu.dev/qa-jgiven-commons/
Project Licenses: The Apache License, Version 2.0
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
0 | 0 | 100% | -0.031 s | +0 s | |
QaJGivenReportModelTest | @@ -197,7 +197,7 @@0 | 0 | 100% | -0.047 s | 0.031 s |
TemplateUtilsTest | @@ -206,7 +206,7 @@0 | 0 | 100% | -0.471 s | 0.420 s |
QaJGivenPerMethodReporterTest | @@ -215,7 +215,7 @@0 | 0 | 100% | -0.516 s |
[Summary] [Package List] [Test Cases]
shouldTransformIntoId | -0.047 s |
- | shouldMapHierarchicalObjectViaTemplate | -0.157 s | shouldMapFlatObjectViaTemplate | +0.140 s |
- | shouldWriteToFile | -0.157 s | shouldMapHierarchicalObjectViaTemplate | +0.140 s |
- | shouldMapFlatObjectViaTemplate | -0.157 s |
shouldGenerateReport | -0.516 s |
Description: Provides generic JGiven-style actions and verifications, mostly for dealing with latency and exceptions via a pre-configured retry mechanism. In addition, adapts Apache Commons Configuration to be used for loading test - properties and integrating Unitils for managing file-loading and - database-driven tests.
+ properties.URL: https://qa-automation-starter.aherscu.dev/qa-jgiven-commons/
Project Licenses: The Apache License, Version 2.0
Description: Provides generic JGiven-style actions and verifications, mostly for dealing with latency and exceptions via a pre-configured retry mechanism. In addition, adapts Apache Commons Configuration to be used for loading test - properties and integrating Unitils for managing file-loading and - database-driven tests.
+ properties.URL: https://qa-automation-starter.aherscu.dev/qa-jgiven-commons/
Project Licenses: The Apache License, Version 2.0
Description: Provides generic JGiven-style actions and verifications, mostly for dealing with latency and exceptions via a pre-configured retry mechanism. In addition, adapts Apache Commons Configuration to be used for loading test - properties and integrating Unitils for managing file-loading and - database-driven tests.
+ properties.URL: https://qa-automation-starter.aherscu.dev/qa-jgiven-commons/
Project Licenses: The Apache License, Version 2.0
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
shouldLoopOverCapabilities[windows, WindowsPC](1) | -0.063 s | 0.078 s | |||
shouldLoopOverCapabilities[android, Google Pixel 3a XL GoogleAPI Emulator](1) | -0.031 s | 0.016 s | |||
shouldLoopOverCapabilities[android, Google Pixel 3 XL GoogleAPI Emulator](2) | -0.016 s | 0 s | |||
shouldLoopOverCapabilities[android, Google Pixel 3 GoogleAPI Emulator](3) | @@ -266,7 +266,7 @@|||||
shouldHaveRequiredNumberOfCapabilities | -0.016 s | 0.031 s | |||
shouldRetrieveCapabilitiesBySpecificPrefix | @@ -274,11 +274,11 @@|||||
shouldRetrieveCapabilitiesBySpecificPrefix | -0 s | 0.016 s | |||
shouldRetrieveCapabilitiesBySpecificPrefix | -0.016 s | 0 s | |||
shouldRetrieveCapabilitiesForSpecificPlatform[android, class io.appium.java_client.android.AndroidDriver](1) | @@ -294,11 +294,11 @@|||||
shouldRetrieveCapabilitiesForSpecificPlatform[windows, class io.appium.java_client.windows.WindowsDriver](2) | -0 s | 0.016 s | |||
shouldRetrieveCapabilitiesForSpecificPlatform[windows, class io.appium.java_client.windows.WindowsDriver](2) | -0 s | 0.015 s | |||
shouldRetrieveCapabilitiesForSpecificPlatform[windows, class io.appium.java_client.windows.WindowsDriver](2) | @@ -314,7 +314,7 @@|||||
shouldRetrieveCapabilitiesForSpecificPlatform[ios, class io.appium.java_client.ios.IOSDriver](3) | -0 s | 0.016 s | |||
shouldRetrieveCapabilitiesForSpecificPlatform[web, class org.openqa.selenium.chrome.ChromeDriver](4) | @@ -322,7 +322,7 @@|||||
shouldRetrieveCapabilitiesForSpecificPlatform[web, class org.openqa.selenium.chrome.ChromeDriver](4) | -0.015 s | 0 s | |||
shouldRetrieveCapabilitiesForSpecificPlatform[web, class org.openqa.selenium.chrome.ChromeDriver](4) | diff --git a/qa-jgiven-webdriver/xref/dev/aherscu/qa/jgiven/webdriver/ApplicationPerClassWebSessionTest.html b/qa-jgiven-webdriver/xref/dev/aherscu/qa/jgiven/webdriver/ApplicationPerClassWebSessionTest.html index 785d0d379a..b3f6f91d2b 100644 --- a/qa-jgiven-webdriver/xref/dev/aherscu/qa/jgiven/webdriver/ApplicationPerClassWebSessionTest.html +++ b/qa-jgiven-webdriver/xref/dev/aherscu/qa/jgiven/webdriver/ApplicationPerClassWebSessionTest.html @@ -56,90 +56,88 @@ 48 */ 49 @Listeners({ ExceptionPerThreadListener.class }) 50 @Slf4j -51 // BUG see UnitilsScenarioTest#unitilsBeforeMethod call to -52 // UnitilsScenarioTest#setFormattedThreadName -53 // ISSUE https://github.com/cbeust/testng/issues/54 -54 // Current TestNG implementation ignores -55 // @Test(singleThreaded = true) -56 // when running with parallel="methods" different threads are used -57 // causing tests to fail due to uninitialized WebDriver. -58 // Same for TestNG 7.3.0. -59 public abstract class ApplicationPerClassWebSessionTest<C extends WebDriverConfiguration, GIVEN extends WebDriverFixtures<?>, WHEN extends WebDriverActions<?>, THEN extends WebDriverVerifications<?>> -60 extends ApplicationPerMethodWebSessionTest<C, GIVEN, WHEN, THEN> { -61 protected ApplicationPerClassWebSessionTest(Class<C> configurationType) { -62 super(configurationType); -63 } -64 -65 /** -66 * Closes the managed WebDriver after all test methods finished. -67 */ -68 @AfterClass(alwaysRun = true) -69 protected void afterClassQuitWebDriver() { -70 log.debug("after class quitting web driver"); -71 requireNonNull(webDriver.get(), -72 "web driver not initialized nothing to quit") -73 .safelyQuit(); -74 } -75 -76 /** -77 * Disables per method WebDriver management. -78 * -79 * @see #beforeMethodOpenWebDriver() -80 */ -81 @Override -82 protected final void afterMethodQuitWebDriver() { -83 // do nothing -84 } -85 -86 /** -87 * Disables per method WebDriver management. -88 * -89 * @see #afterMethodQuitWebDriver() -90 */ -91 @Override -92 protected final void beforeMethodOpenWebDriver() { -93 // do nothing -94 } -95 -96 /** -97 * Opens the managed WebDriver before any test method begins running. -98 */ -99 @BeforeClass -100 @SneakyThrows -101 protected void beforeClassOpenWebDriver() { -102 log.debug("before class opening web driver"); -103 webDriver.set(WebDriverEx.from(configuration().capabilities())); -104 } -105 -106 /** -107 * Continues on same device session without recovery. -108 * -109 * @see #continuing_section(Runnable) -110 */ -111 protected void continuing_section() { -112 continuing_section(() -> log.error( // NOTE: cannot throw here because -113 // it breaks dryrun-mode -114 "web driver session dropped and no recovery procedure defined")); -115 } -116 -117 /** -118 * Continues on same device with specified recovery procedure. -119 * -120 * @param recoveryProcedure -121 * recovery procedure to run in case of Selenium server failure -122 */ -123 protected void continuing_section(final Runnable recoveryProcedure) { -124 section("continuing on running application"); -125 -126 if (nonNull(webDriver.get())) { -127 given() -128 .a_web_driver(webDriver.get()); -129 } else { -130 log.debug("running recovery procedure"); -131 recoveryProcedure.run(); -132 } -133 } -134 } +51 // ISSUE https://github.com/cbeust/testng/issues/54 +52 // Current TestNG implementation ignores +53 // @Test(singleThreaded = true) +54 // when running with parallel="methods" different threads are used +55 // causing tests to fail due to uninitialized WebDriver. +56 // Same for TestNG 7.3.0. +57 public abstract class ApplicationPerClassWebSessionTest<C extends WebDriverConfiguration, GIVEN extends WebDriverFixtures<?>, WHEN extends WebDriverActions<?>, THEN extends WebDriverVerifications<?>> +58 extends ApplicationPerMethodWebSessionTest<C, GIVEN, WHEN, THEN> { +59 protected ApplicationPerClassWebSessionTest(Class<C> configurationType) { +60 super(configurationType); +61 } +62 +63 /** +64 * Closes the managed WebDriver after all test methods finished. +65 */ +66 @AfterClass(alwaysRun = true) +67 protected void afterClassQuitWebDriver() { +68 log.debug("after class quitting web driver"); +69 requireNonNull(webDriver.get(), +70 "web driver not initialized nothing to quit") +71 .safelyQuit(); +72 } +73 +74 /** +75 * Disables per method WebDriver management. +76 * +77 * @see #beforeMethodOpenWebDriver() +78 */ +79 @Override +80 protected final void afterMethodQuitWebDriver() { +81 // do nothing +82 } +83 +84 /** +85 * Disables per method WebDriver management. +86 * +87 * @see #afterMethodQuitWebDriver() +88 */ +89 @Override +90 protected final void beforeMethodOpenWebDriver() { +91 // do nothing +92 } +93 +94 /** +95 * Opens the managed WebDriver before any test method begins running. +96 */ +97 @BeforeClass +98 @SneakyThrows +99 protected void beforeClassOpenWebDriver() { +100 log.debug("before class opening web driver"); +101 webDriver.set(WebDriverEx.from(configuration().capabilities())); +102 } +103 +104 /** +105 * Continues on same device session without recovery. +106 * +107 * @see #continuing_section(Runnable) +108 */ +109 protected void continuing_section() { +110 continuing_section(() -> log.error( // NOTE: cannot throw here because +111 // it breaks dryrun-mode +112 "web driver session dropped and no recovery procedure defined")); +113 } +114 +115 /** +116 * Continues on same device with specified recovery procedure. +117 * +118 * @param recoveryProcedure +119 * recovery procedure to run in case of Selenium server failure +120 */ +121 protected void continuing_section(final Runnable recoveryProcedure) { +122 section("continuing on running application"); +123 +124 if (nonNull(webDriver.get())) { +125 given() +126 .a_web_driver(webDriver.get()); +127 } else { +128 log.debug("running recovery procedure"); +129 recoveryProcedure.run(); +130 } +131 } +132 }0 | 0 | 100% | -80.40 s |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
0 | 0 | 100% | -78.00 s | +77.93 s | |
ReportHandleTest | @@ -206,7 +206,7 @@0 | 0 | 100% | -0.031 s | 0 s |
SelfTest | @@ -215,7 +215,7 @@0 | 0 | 100% | -0.063 s |
0 | 0 | 100% | -2.282 s | 1.548 s | ||||||||||||||||||||||||||
ExecutionSetRunResultsExTest | @@ -244,7 +244,7 @@0 | 0 | 100% | -0.031 s | 0.062 s | |||||||||||||||||||||||||
GenericResponseTest | @@ -260,34 +260,34 @@
- | testPublishGoal on testPublishGoal(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) | -12.52 s | testPublishGoalWithTaggedReference on testPublishGoalWithTaggedReference(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) | +12.49 s |
- | testSelfRequestOk on testSelfRequestOk(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) | -12.74 s | testConfigurationExistence on testConfigurationExistence(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) | +12.68 s |
- | testSelfResponseOk on testSelfResponseOk(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) | +testPublishGoalWithMissingTag on testPublishGoalWithMissingTag(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) | 12.93 s |
- | testConfigurationExistence on testConfigurationExistence(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) | -13.07 s | testSelfRequestOk on testSelfRequestOk(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) | +13.10 s |
- | testPublishGoalWithMissingTag on testPublishGoalWithMissingTag(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) | -13.27 s | testPublishGoal on testPublishGoal(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) | +13.29 s |
- | testPublishGoalWithTaggedReference on testPublishGoalWithTaggedReference(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) | -13.46 s |
shouldSerializeExecutionSetRunResultsToXml | -2.282 s | 1.548 s | |
shouldFailReadingInputRunParam | @@ -305,7 +305,7 @@|||
shouldHaveDeviceName | -0.015 s | 0 s | |
shouldHaveExecutionSetId | @@ -340,7 +340,7 @@0 s | ||
- | shouldHaveReference[789_123, footag:123_456,123_456,CsnitEfGudoLxymG1O:789_123](5) | +shouldHaveReference[789_123, footag:123_456,123_456,PH7N1YsCcZ6rOb29vw:789_123](5) | 0 s |
@@ -352,7 +352,7 @@ | 0 s | ||
- | shouldHaveStatus[UNSUPPORTED, 寊𪞑啀𪨘𛱖𧑎谱𭚴𒅻溞𑫸𧼪计狀𗃐峲𪪦𡷹饖𗰩糄𨔉饍𧖉焏𩦝┈冯瞢厧𠺆襪𥗇𬝾휖ࡋ喹ᙀ𥑳Ṣ🃏𒄞汒酞𛱝𧨂柱⚴𐤳콐𦘔𗎟廯窭](3) | +shouldHaveStatus[UNSUPPORTED, 𤯬𡋤𮅞ﻇム𥖼𒔌𥿭뻵𝅧Ծ𭰴𐢐𗺆鶐𢺔𣰃𨂺𧣓𧽡𛲙𧙯𩆓ⴧ慊⼞挎ᄤ𡵫켯𢳿𣡾恋龷𡑜𘆟𡪀鐆軑𦷬枉樃ꡄ𨬺𦸴స㗲𢦳ࡓ𗐥僯](3) | 0 s |
@@ -365,13 +365,13 @@ | |||
shouldHaveTestId | -0.016 s |
shouldSerializeExecutionSetRunResultsToXml | -0.031 s | 0.047 s |
shouldReadInputRunParam | @@ -391,7 +391,7 @@||
shouldUpdateRunVersion | -0 s |
shouldReadJsonFromRest | -0.032 s | 0.031 s | |||
shouldReadTextFromRest | -0 s | 0.016 s | |||
shouldReadXmlFromRest | diff --git a/qa-orcanos-publisher-maven-plugin/xref/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.html b/qa-orcanos-publisher-maven-plugin/xref/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.html index 14ada5d655..936a3c5c6b 100644 --- a/qa-orcanos-publisher-maven-plugin/xref/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.html +++ b/qa-orcanos-publisher-maven-plugin/xref/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.html @@ -10,7 +10,7 @@ 2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2 3 // See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> 4 // Any modifications to this file will be lost upon recompilation of the source schema. -5 // Generated on: 2024.01.03 at 07:31:10 AM GMT +5 // Generated on: 2024.01.03 at 08:32:49 AM GMT 6 // 7 8 diff --git a/qa-orcanos-publisher-maven-plugin/xref/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ObjectFactory.html b/qa-orcanos-publisher-maven-plugin/xref/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ObjectFactory.html index b63b4863d4..3799825705 100644 --- a/qa-orcanos-publisher-maven-plugin/xref/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ObjectFactory.html +++ b/qa-orcanos-publisher-maven-plugin/xref/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ObjectFactory.html @@ -10,7 +10,7 @@ 2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2 3 // See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> 4 // Any modifications to this file will be lost upon recompilation of the source schema. -5 // Generated on: 2024.01.03 at 07:31:10 AM GMT +5 // Generated on: 2024.01.03 at 08:32:49 AM GMT 6 // 7 8 diff --git a/qa-s3-publisher-maven-plugin/apidocs/allclasses-index.html b/qa-s3-publisher-maven-plugin/apidocs/allclasses-index.html index b2408b1d60..bc8d213c5f 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/allclasses-index.html +++ b/qa-s3-publisher-maven-plugin/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - +0 | 0 | 100% | -62.12 s |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
0 | 0 | 100% | -5.991 s |
0 | 0 | 100% | -51.09 s | 83.87 s | |
ParallelLoopTest | @@ -227,7 +227,7 @@0 | 0 | 100% | -5.014 s |
0 | 0 | 100% | -0.033 s |
[Summary] [Package List] [Test Cases]
shouldBorrowFirstObjectAlways | -0.067 s | 0.039 s |
shouldBorrowDifferentObjects | -5.924 s |
+ | selfTest | +2.895 s |
+ | shouldLoopSlowly | +2.895 s |
addresses | -0.024 s | 0.022 s |
binaryTree | @@ -299,17 +309,7 @@||
streamScanner | -0.008 s |
- | selfTest | -2.507 s |
- | shouldLoopSlowly | -2.507 s |
Description: Provides generic JGiven-style actions and verifications, mostly for dealing with latency and exceptions via a pre-configured retry mechanism. In addition, adapts Apache Commons Configuration to be used for loading test - properties and integrating Unitils for managing file-loading and - database-driven tests.
+ properties.URL: https://qa-automation-starter.aherscu.dev/qa-jgiven-commons/
Project Licenses: The Apache License, Version 2.0
Description: Provides generic JGiven-style actions and verifications, mostly for dealing with latency and exceptions via a pre-configured retry mechanism. In addition, adapts Apache Commons Configuration to be used for loading test - properties and integrating Unitils for managing file-loading and - database-driven tests.
+ properties.URL: https://qa-automation-starter.aherscu.dev/qa-jgiven-commons/
Project Licenses: The Apache License, Version 2.0
All above pieces are already integrated, all you have to do is:
diff --git a/qa-testing-parent/qa-testing-example/apidocs/allclasses-index.html b/qa-testing-parent/qa-testing-example/apidocs/allclasses-index.html index 409bcfd059..f4dc94c53f 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/allclasses-index.html +++ b/qa-testing-parent/qa-testing-example/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - +scenarios
package – contains test flows; these are using the fixtures,
actions and verifications from src/main/javadata
package (optional) – may contain test data generatorsscenarios
package – contains Unitils/DBUnit data-set filesdata
package (optional) – may contain test data files, namely static
-datascenarios
package – may contain test data files, namely static dataenvironments
folder – property files for various environmentsDescription: Provides generic JGiven-style actions and verifications, mostly for dealing with latency and exceptions via a pre-configured retry mechanism. In addition, adapts Apache Commons Configuration to be used for loading test - properties and integrating Unitils for managing file-loading and - database-driven tests.
+ properties.URL: https://qa-automation-starter.aherscu.dev/qa-jgiven-commons/
Project Licenses: The Apache License, Version 2.0
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
0 | 0 | 100% | -13.49 s |
[Summary] [Package List] [Test Cases]
- | shouldFind["xej1RNhAgDnJZReemSy69dIy3TNaeiNsHcwj3Sck", contains <0L> items](1) | -7.144 s | shouldFind["I6cDgRDHmsqvnbXYvgxRXGAeSV8Byh59eeOEmpwy", contains <0L> items](1) | +5.377 s |
shouldFind["testng", Any to match <a string containing "testng" ignoring case>](2) | -6.347 s |
LS6EQl&EUst
zdP0%4=2 ykvs2SVMMj}QZ
zqr~JzX(GaqQVJg#t<{uA64Kh85J4qn`-&DL1jqR(g@)Q4XL9i#cqehu%*wsMezMFZ
z>BQz{CnJqf`C1=OO k$P^xrE
z;7{Z}PQ1*kq#>N4_cXVHKFh7y+}R@ZurLFT3m1T>T@AfLA@&;N8`>O989941&UuMl
zH>zG(hqy0xmi3=~A71x_%#FPzmfSB@d)m@<8SS~)nej0z!`aKxQgmf?gOiV%bsv=^
z!|nQTUST!bzM-Bb)~am=bEJ#rN&n9v*SHx4El3V-4*Wsdr;Io4Rf86Xxb(LM-fMri
z4BRyF$l56sS!`)ds~z l7rreWm60|6>uX1pZ{d?+RID|5vmsMbo^{0JtvLJx}Rxm3t
z2;a+D;HZ72!{jFj?x8u6B1qxxWakd{2%b^M=ZswRaHam(LE(;1kFUPXM}NL>{>w@G
zECVoQlsX_wFhGC3%I91edi
zHNCT5`mpxl^WIt1)J+n@@2mp6`7&M5781&T=wC1u)QJsI`|k5;X#dw*5-LFpIIiRc
zQ$wYQ-cZ4D7AHuDzw%PIK4@?a^K2w5+
YIMX4!UZhyfHqEX>$Y}
zWfbGWO`6KAM`j@YtY`;2c)2}8_=uTh2JV|e2T>c{R`>;x75KP4(v?c}3Cu5Et8!iQ
z^Q)4;C3_