diff --git a/adding-tests.html b/adding-tests.html index fd1db55f06..db06738281 100644 --- a/adding-tests.html +++ b/adding-tests.html @@ -268,12 +268,12 @@

Common Scenario Stuff

protected Client client; // we should manage the REST client - protected BekaRestTest() { // mandatory + protected SystemRestTest() { // mandatory super(TestConfiguration.class); } // so this one... - protected BekaRestTest(final Class<TestConfiguration> configurationType) { + protected SystemRestTest(final Class<TestConfiguration> configurationType) { super(configurationType); } diff --git a/getting-started.html b/getting-started.html index 581a7f99e3..a5217fb96b 100644 --- a/getting-started.html +++ b/getting-started.html @@ -145,7 +145,7 @@

Prerequisites

  • Run PowerShell as Administrator – required by Chocolatey
  • Install Chocolatey – https://chocolatey.org/install#individual
  • -
  • choco install -y jdk8
  • +
  • choco install -y jdk11
  • choco install -y maven
  • choco install -y intellijidea-community or choco install eclipse-java-oxygen
  • diff --git a/index.html b/index.html index a12d77a0da..877ed10bbe 100644 --- a/index.html +++ b/index.html @@ -152,7 +152,8 @@

    How about…

  • CI/CD ready, without any additional scripting?…
  • additional modules for REST, -WebDriver, +WebDriver,
  • +
  • JDBC SSH, RabbitMQ and Elastic Search?…
  • diff --git a/qa-jgiven-commons/apidocs/allclasses-index.html b/qa-jgiven-commons/apidocs/allclasses-index.html index 553dd182de..b4b3315fd5 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 95ed0f1943..6d1701190a 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 6648879b44..fb9e7817e0 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 8cd1439475..4a3bda08b9 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 9eabff8318..47ce94371f 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 da9794c77e..02f2498dff 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 db96e4c541..81e79d7f85 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 cb4658efea..4214e931e4 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 6ec33078eb..56165e9c45 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 8daae64471..1cefda0fca 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 cc0a4a4a36..12d7c7506c 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 94dfeb58a0..f1309e33fd 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 860448f3a7..c9550b9367 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 ca5183a474..77a59a763c 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 31ad51b2c1..a0adac43c0 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 8839efd0cc..c616cafedc 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 e5726baaea..d7878b57f1 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 dd38f6f7c5..8b0525087c 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 83fd0bc209..a4a3690530 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 50f5eca9ff..0cea08aad5 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 5494e0044f..7a6e3a7c26 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 add810191d..3dbec33edc 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 f7ca5c7488..8dc0beacd7 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 0bfc784ff0..f2182561ff 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 2110bd4635..551bb8bfb3 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 efbb039f3b..eadae9844a 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 501bca19bd..d437bcf7d4 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 d091740244..acc3e215fa 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 11759b200f..d5a802ce23 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 ea891bd13f..a657c643d7 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 8f0757bab5..fb940cec52 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 e8141f7501..de6e1058a6 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 0b0a608d53..9e4660637f 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 8bf1f08a85..2b14485e42 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 baa31f1d8f..2b8228a4a3 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 1b7fa30ec4..3a0e8665d8 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 febfbc5f1b..7806d60e5c 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 bc489560c0..a99c12b31d 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 ad5760b9a9..59c182d48c 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 2a37130843..49e8fb4068 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 7617dba303..034cefa39e 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 ac02897612..32a352c5da 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 33db76f43a..25ff859025 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 ebf3ebb709..77b11baf17 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 d1a02b72e1..9335bb6053 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 2930b346a8..1056c0069c 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 17236ed97a..5b63f33c5f 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 4e1873fa8f..2ed2a6bc8d 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 b4cd53d776..00b7f336bc 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 7591f5b390..fb93121c8c 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 7d8f45ea9e..e511e5ec8d 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 8d451a2ae1..0df3dc7f7d 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 5fae7a02d4..0ab1bdbc2f 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 571edf37f4..36ab519a73 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 e0e61e968c..2f80123d3f 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 7057050bbd..eb2be67f80 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 198699d0a0..6321cfb863 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 392638c57a..4eaecadeae 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 3b126937c7..7e3da829c9 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 999cdf6914..7c521f2365 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 91e4f10e56..4fb958ec93 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 1f75bcceb5..1f59ae018d 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 e4f056cc8b..9c270c0007 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 1c648ff28b..a95ac3ce78 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 f7816860cb..b2261893a1 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 e46a85850b..f0f12b2f75 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 e587284491..738e79c10f 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 7934917e14..faf6562164 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 00a0a993ab..1c9652e951 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 f110f1021f..68fcf81249 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 fcb65b9b8c..376405b5e6 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 336cfc5b52..e2ce14a92d 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 fbbe9b02c2..7ac29aa9a1 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 b8582d27d7..92de51a7e2 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 01b9315ffa..10a824c0b3 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 4bc738104f..87f98d12ee 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 4b3f05b74c..0cbef0298f 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 3f5c242db1..7e1276ed2d 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 cc08a7a495..5f5bb3237d 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 e6a90126e4..7723401ab0 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 ef71ae4f02..47d88ebae0 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 33f22ca78a..fc84d1f426 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 4247efe6e4..4cc7fa8bf0 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 d5ad3d091d..f4fc5556dc 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 29de6fb1d2..86deccdb35 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 05fe19cc32..763d59e86d 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 c9b91b9ef6..74693dd7fc 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 6c1ac39a1e..7b9e434c02 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 87ebd7f91c..000e1ae8f3 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 c8aa2e8958..9db5abdca1 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 d59798894d..e5b0838bd3 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 c329f27433..c78206233b 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 98c75b0ed4..cf6ea0377b 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 a7f0b77c13..e28c4ef192 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 617d0b85bd..b2a0117275 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 c4da3c450e..3b3875db35 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 dcb4a521c1..ebfb55b7db 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 ceb2584ecb..fcc1d57609 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 0bf64ca094..a62238d71a 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 cf01e9dc77..68e22e7fb9 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 c2c6809391..38f2037b62 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 099aa3f937..65a463a4b8 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 7871780206..8a47e1d8f2 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 807ee63322..b5898a7542 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 963e976354..1f4759dcd9 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 ca9b728c8f..ea8bbb952b 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 e552556d21..69fd8d3d07 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 352815c520..2eb6f3b163 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 c3ddb0b897..27c5cff1ca 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 c0030f2f50..b9ff9a48de 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 513e23d7a7..3ddb2d1b33 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 baba3037db..9eb86ff15a 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 e76fd22f58..70954017af 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 a489d38094..a5d51d196d 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 7c649e3b64..95dbb01bb4 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 42d5e1c3f7..65aa5dd8d7 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 230b36f72b..7c280a5af9 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 1a70a650f3..677900cd05 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 e873955448..dbfa3a5bd2 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 95c5adc3fc..00d7035de6 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 28997d9a38..e9ca0f6c94 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 37dbb0541e..8b4ecaa2bf 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 62346797be..c2778b659a 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 ad630165bc..70da9aa1e3 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 e606503e07..1d490fa3ee 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 1eefdac1df..17f2991098 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 67eca1ea32..27da82fc19 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 4c8ea281fb..065ec270ef 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 8a29329c4e..5fa32438c8 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 aaf73b6e67..a3c6e86a89 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 57186ece44..95b0b4aeec 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 f54752365d..f5917efb59 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) 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 625e89fa49..305ec2e66c 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 63885b8d09..c58ced51a2 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 cdda09a4e4..6c15e755dc 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 af61c5fbc2..44f6703dc7 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 04bf4550c4..3d57044610 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 df253266b4..a1605b0096 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 3536abe375..5d64b34dd3 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 caaa457fc1..2d6b7fc764 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 11f11270cb..03000b8ade 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 a4d9744ebf..a46eb23b63 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 59e00c6473..cae0c14c4a 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 7c2f435959..705d2ff19f 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 0e101e4023..6ed5afef1f 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 47a8fc0def..e89b24a535 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 03345e4fad..504ea87e1b 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 79af09b542..1f08eab7c8 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 00735f8401..6659e4e9e6 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 f4c062e73d..dcc09ca1d4 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 9e9046c0ce..1d00a91f4a 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 b64e310f8e..d4a97d6a3a 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 05a13309e8..5bf640c241 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 4753f8b119..d8977217ac 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 45bd66f13e..175e743ec0 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 413bd94af9..8b10042f7f 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 95579426d8..0b9113d64c 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 9bbe766a24..c294f5cd39 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 88acc9c9c6..aa7f3bb13e 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 78b47809f2..40ea948805 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 b420f12542..119236e1d8 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 0ef96e6020..354f54713d 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 71b34a7b65..398d031e1d 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 b6b222add4..39f7c44bba 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 3b0f7767d1..95c2ad015f 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 67b2538f07..b6c3c51cba 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 9eb7c84e21..5e0c28a063 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 f2a38ee3de..194c4be830 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 e8c3bdc470..e3fd722417 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 08bcb7055d..a02c9e193a 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 fc21e18bf2..6b8f7601b6 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 4328670faf..6a53d38c61 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 4adb077f0c..128cc0db53 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 c3ae92b4c7..7f6603ecfe 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 b1cf1d3a30..f55955c10a 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 c27c5593fa..8004935142 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 8c297f3d6d..238e23e3c6 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 c726dbbea5..157f6b2eda 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 a31deb4b30..0a5fe4f4b1 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 a19246cea4..1705e5e7d2 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 c67c4b1e5e..f2d2e653f1 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 d43632957e..b6283f8db0 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 48ca755f3a..14c5bf0210 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 ad397f990e..7463bdebac 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 f0c8164389..61e66f0d52 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 9922f20262..b27ea74bb7 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 6a9f2fd9fa..b3b3208dc2 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 b395cd3503..61afb9b2d4 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 237e6b0f9e..86b5f55460 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 57db7deb01..4ca76826b0 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 16efc8ccda..b2c39dfbd7 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 372bc058dc..8e2fbfdfd2 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 2a86c48a10..210dfe9243 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 561f05e8d1..c64e10f52a 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 b63c8e6cc2..64fbb26030 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 c7bb584f68..59f47cb8e1 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 b437176e64..751941753e 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 cf4b5473ba..2e188b6001 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 024f0edf39..0ae3970060 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 9aa19e1c4b..db1315da4c 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 4c5e6f9818..b7014fc1fc 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 bdc3135933..4c8c5fd534 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 bf13d6d92b..23c4206903 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 33310968e9..fd02f1eb77 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 41e269f1aa..d08f152ff5 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) diff --git a/qa-jgiven-commons/apidocs/index.html b/qa-jgiven-commons/apidocs/index.html index e9e7e4b8ed..94bf59081f 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.zip b/qa-jgiven-commons/apidocs/member-search-index.zip index c1409596c9..feedb3497f 100644 Binary files a/qa-jgiven-commons/apidocs/member-search-index.zip and b/qa-jgiven-commons/apidocs/member-search-index.zip differ diff --git a/qa-jgiven-commons/apidocs/overview-summary.html b/qa-jgiven-commons/apidocs/overview-summary.html index 2505715cf9..3309435433 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 389cb4e4ec..1e496eb70d 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 19bcecbff7..42e9f42b12 100644 Binary files a/qa-jgiven-commons/apidocs/package-search-index.zip and b/qa-jgiven-commons/apidocs/package-search-index.zip differ diff --git a/qa-jgiven-commons/apidocs/serialized-form.html b/qa-jgiven-commons/apidocs/serialized-form.html index a16060a37a..eb7ec18d4a 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 f0925c942b..457880b829 100644 Binary files a/qa-jgiven-commons/apidocs/type-search-index.zip and b/qa-jgiven-commons/apidocs/type-search-index.zip differ diff --git a/qa-jgiven-commons/surefire-report.html b/qa-jgiven-commons/surefire-report.html index 96628202a0..7273ea85d9 100644 --- a/qa-jgiven-commons/surefire-report.html +++ b/qa-jgiven-commons/surefire-report.html @@ -136,12 +136,12 @@

    Summary

    Success Rate Time -155 +160 0 0 -6 -96.1% -5.793 s
    +11 +93.1% +5.488 s

    Note: failures are anticipated and checked for with assertions while errors are unanticipated.


    Package List

    [Summary] [Package List] [Test Cases]


    @@ -161,7 +161,7 @@

    Package List

    0 0 100% -3.876 s +3.938 s dev.aherscu.qa.jgiven.commons 14 @@ -172,12 +172,12 @@

    Package List

    0.470 s dev.aherscu.qa.jgiven.commons.scenarios -115 +120 0 0 -6 -94.8% -0.993 s +11 +90.8% +0.596 s dev.aherscu.qa.jgiven.commons.model 6 @@ -185,7 +185,7 @@

    Package List

    0 0 100% -0.454 s
    +0.484 s

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    dev.aherscu.qa.jgiven.commons.utils

    @@ -215,7 +215,7 @@

    dev.aherscu.qa.jgiven.commons.utils

    - + @@ -224,7 +224,7 @@

    dev.aherscu.qa.jgiven.commons.utils

    - + @@ -233,7 +233,7 @@

    dev.aherscu.qa.jgiven.commons.utils

    - + @@ -242,7 +242,7 @@

    dev.aherscu.qa.jgiven.commons.utils

    - + @@ -251,7 +251,7 @@

    dev.aherscu.qa.jgiven.commons.utils

    -
    0 0 100%0.078 s
    0.172 s
    MetricReporterSuiteListenerTest 0 0 100%1.345 s
    1.281 s
    ScenarioTestListenerExTest 0 0 100%0.031 s
    0.172 s
    SessionNameTest 0 0 100%0.015 s
    0.047 s
    WebDriverExTest 0 0 100%2.407 s
    +2.266 s

    dev.aherscu.qa.jgiven.commons

    @@ -291,7 +291,7 @@

    dev.aherscu.qa.jgiven.commons.scenarios

    - + @@ -300,7 +300,7 @@

    dev.aherscu.qa.jgiven.commons.scenarios

    - + @@ -309,15 +309,15 @@

    dev.aherscu.qa.jgiven.commons.scenarios

    - + - + - - + +
    0 0 100%0.328 s
    0.096 s
    JGivenTestNgParallelDataProviderTests2 0 0 100%0.603 s
    0.500 s
    JGivenTestNgParallelDataProviderTests 0 0 100%0.062 s
    0 s
    JGivenTestNgRetryTests712 0 0614.3%118.3% 0 s

    dev.aherscu.qa.jgiven.commons.model

    @@ -338,7 +338,7 @@

    dev.aherscu.qa.jgiven.commons.model

    - + @@ -356,26 +356,32 @@

    dev.aherscu.qa.jgiven.commons.model

    -
    0 0 100%0.391 s
    0.438 s
    PercentageTests 0 0 100%0.063 s

    +0.046 s

    Test Cases

    -

    [Summary] [Package List] [Test Cases]

    +

    [Summary] [Package List] [Test Cases]

    +

    DiagnosticsAspectTest

    + + + + +
    testSelfTest0 s

    SelfTests

    - + - + - + - + @@ -416,13 +422,7 @@

    SelfTests

    -
    shouldRun[2](2)shouldRun[1](2) 0 s
    shouldRun[3](3)shouldRun[2](2) 0 s
    shouldRun[4](4)shouldRun[4](3) 0 s
    shouldRun[1](2)shouldRun[3](4) 0 s
    shouldRetry0.047 s
    -

    DiagnosticsAspectTest

    - - - - -
    testSelfTest0 s
    +0.047 s

    GenericTest

    @@ -436,36 +436,36 @@

    GenericTest

    - + - + - + - - + + - -
    shouldRetrySomethingBeforeFailing0.031 s
    0.016 s
    shouldSucceed0.031 s
    0.016 s
    shouldFail0 s
    0.016 s
    shouldTestInParallel[two, two](2)0.125 s
    shouldTestInParallel[one, one](1)0.016 s
    shouldTestInParallel[one, one](2)0.125 s
    +shouldTestInParallel[two, two](2) +0.016 s

    MvelReferenceGeneratorTest

    - + - - + + - + @@ -476,17 +476,17 @@

    NumericTests

    - + -
    shouldGenerateStringFromTemplate0 s
    0.110 s
    shouldGenerateHref0.078 s
    shouldGenerateStringFromTemplate20.062 s
    shouldGenerateStringFromTemplate2shouldGenerateHref 0 s
    shouldSerialize0.188 s
    0.219 s
    shouldDeserialize0.203 s
    +0.219 s

    MetricReporterSuiteListenerTest

    -
    shouldAggregateMetricsOnFinish1.345 s
    +1.281 s

    ScenarioTestListenerExTest

    @@ -495,33 +495,23 @@

    ScenarioTestListenerExTest

    - - + + - - + + - - + + - - + + -
    0 s
    selfTest0.015 s
    shouldAdornTagMap0.031 s
    shouldAdornScenarioForMethodWithOneSession0.016 s
    selfTest0.047 s
    shouldAdornScenarioForMethodWithTwoSessions0 s
    shouldAdornScenarioForMethodWithOneSession0.047 s
    shouldAdornTagMap0 s
    shouldAdornScenarioForMethodWithTwoSessions0.047 s
    shouldNotAdornScenarioForMethodWithoutSessions0 s
    -

    PercentageTests

    - - - - - - - -
    shouldDeserialize0 s
    shouldSerialize 0 s

    SessionNameTest

    @@ -532,14 +522,14 @@

    SessionNameTest

    - + - - + + - + @@ -547,7 +537,17 @@

    SessionNameTest

    - + +
    shouldParseSessionName0 s
    0.016 s
    shouldRegisterAllSessions0.015 s
    shouldFindMultipleMethodSessions0 s
    shouldFindMultipleMethodSessionsshouldFindClassSessions 0 s
    0 s
    shouldFindClassSessionsshouldRegisterAllSessions0.031 s
    +

    PercentageTests

    + + + + + + + +
    shouldSerialize0 s
    shouldDeserialize 0 s

    WebDriverExTest

    @@ -558,58 +558,58 @@

    WebDriverExTest

    -
    shouldRetry2.407 s
    +2.266 s

    TextTests

    - + -
    shouldDeserialize0.016 s
    0.015 s
    shouldSerialize0.047 s
    +0.031 s

    JGivenTestNgParallelDataProviderTests2

    - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + @@ -617,28 +617,28 @@

    JGivenTestNgParallelDataProviderTests2

    - - + + - + - + - + - + - + @@ -646,74 +646,74 @@

    JGivenTestNgParallelDataProviderTests2

    - + - + - + - + - - + + - - + + - + - + - + - + - + - + - + - - + + - + - + - + - + @@ -721,100 +721,100 @@

    JGivenTestNgParallelDataProviderTests2

    - + - + - + - + - + - - + + - + - + - + - - + + - - + + - + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - + - + - + - + @@ -822,62 +822,62 @@

    JGivenTestNgParallelDataProviderTests2

    - + - + - + - + - - + + - - + + - - + + - + - + - + - + - - + + - + - + @@ -890,11 +890,11 @@

    JGivenTestNgParallelDataProviderTests2

    - + - + @@ -902,15 +902,15 @@

    JGivenTestNgParallelDataProviderTests2

    - + - + - - + + @@ -918,65 +918,65 @@

    JGivenTestNgParallelDataProviderTests2

    - + - + - + - + - + - + - + - + - + - + - + - - + + - -
    shouldRunWithParallelDataProvider[1](2)0.031 s
    shouldRunWithParallelDataProvider[0](1)0.032 s
    shouldRunWithParallelDataProvider[0](2)0.031 s
    shouldRunWithParallelDataProvider[1](2)0.063 s
    shouldRunWithParallelDataProvider[2](3)0.063 s
    shouldRunWithParallelDataProvider[3](3)0 s
    shouldRunWithParallelDataProvider[3](4)0.078 s
    shouldRunWithParallelDataProvider[4](4)0.016 s
    shouldRunWithParallelDataProvider[4](5)0.032 s
    shouldRunWithParallelDataProvider[2](5)0.046 s
    shouldRunWithParallelDataProvider[5](6)0.032 s
    0.062 s
    shouldRunWithParallelDataProvider[6](7)0.015 s
    0 s
    shouldRunWithParallelDataProvider[7](8)0.015 s
    0 s
    shouldRunWithParallelDataProvider[9](9)shouldRunWithParallelDataProvider[8](9) 0 s
    shouldRunWithParallelDataProvider[8](10)shouldRunWithParallelDataProvider[9](10) 0 s
    0 s
    shouldRunWithParallelDataProvider[11](12)0.016 s
    shouldRunWithParallelDataProvider[11](13)0.031 s
    shouldRunWithParallelDataProvider[12](13)0.062 s
    0.031 s
    shouldRunWithParallelDataProvider[13](14)0.062 s
    0.016 s
    shouldRunWithParallelDataProvider[14](15)0 s
    0.031 s
    shouldRunWithParallelDataProvider[15](16)0 s
    0.016 s
    shouldRunWithParallelDataProvider[17](17)0 s
    0.016 s
    shouldRunWithParallelDataProvider[16](18)
    shouldRunWithParallelDataProvider[18](19)0.015 s
    0 s
    shouldRunWithParallelDataProvider[19](20)0 s
    0.015 s
    shouldRunWithParallelDataProvider[20](21)shouldRunWithParallelDataProvider[21](21) 0 s
    shouldRunWithParallelDataProvider[21](22)shouldRunWithParallelDataProvider[22](22) 0 s
    shouldRunWithParallelDataProvider[22](23)0.016 s
    shouldRunWithParallelDataProvider[20](23)0 s
    shouldRunWithParallelDataProvider[23](24)0 s
    shouldRunWithParallelDataProvider[24](24)0.015 s
    shouldRunWithParallelDataProvider[24](25)shouldRunWithParallelDataProvider[23](25) 0 s
    shouldRunWithParallelDataProvider[26](26)shouldRunWithParallelDataProvider[25](26) 0 s
    shouldRunWithParallelDataProvider[25](27)shouldRunWithParallelDataProvider[26](27) 0 s
    shouldRunWithParallelDataProvider[27](28)0 s
    0.016 s
    shouldRunWithParallelDataProvider[28](29)shouldRunWithParallelDataProvider[29](29) 0 s
    shouldRunWithParallelDataProvider[29](30)shouldRunWithParallelDataProvider[28](30) 0 s
    shouldRunWithParallelDataProvider[31](31)shouldRunWithParallelDataProvider[30](31) 0 s
    shouldRunWithParallelDataProvider[30](32)0.015 s
    shouldRunWithParallelDataProvider[31](32)0 s
    shouldRunWithParallelDataProvider[32](33)shouldRunWithParallelDataProvider[33](33) 0 s
    shouldRunWithParallelDataProvider[33](34)shouldRunWithParallelDataProvider[32](34) 0 s
    shouldRunWithParallelDataProvider[35](35)shouldRunWithParallelDataProvider[34](35) 0 s
    shouldRunWithParallelDataProvider[34](36)shouldRunWithParallelDataProvider[35](36) 0 s
    0 s
    shouldRunWithParallelDataProvider[38](38)shouldRunWithParallelDataProvider[37](38) 0 s
    shouldRunWithParallelDataProvider[39](39)shouldRunWithParallelDataProvider[38](39) 0 s
    shouldRunWithParallelDataProvider[37](40)shouldRunWithParallelDataProvider[39](40) 0 s
    shouldRunWithParallelDataProvider[41](41)shouldRunWithParallelDataProvider[40](41) 0 s
    shouldRunWithParallelDataProvider[40](42)shouldRunWithParallelDataProvider[42](42) 0 s
    shouldRunWithParallelDataProvider[42](43)0.001 s
    shouldRunWithParallelDataProvider[41](43)0 s
    shouldRunWithParallelDataProvider[43](44)0.002 s
    0 s
    shouldRunWithParallelDataProvider[44](45)0.001 s
    0.016 s
    shouldRunWithParallelDataProvider[45](46)0.004 s
    0 s
    shouldRunWithParallelDataProvider[47](47)0.001 s
    shouldRunWithParallelDataProvider[46](47)0 s
    shouldRunWithParallelDataProvider[46](48)0.001 s
    shouldRunWithParallelDataProvider[47](48)0.015 s
    shouldRunWithParallelDataProvider[48](49)0.001 s
    0 s
    shouldRunWithParallelDataProvider[49](50)0.003 s
    0 s
    shouldRunWithParallelDataProvider[51](51)0.001 s
    shouldRunWithParallelDataProvider[50](51)0 s
    shouldRunWithParallelDataProvider[50](52)0.004 s
    shouldRunWithParallelDataProvider[51](52)0 s
    shouldRunWithParallelDataProvider[52](53)0.001 s
    0 s
    shouldRunWithParallelDataProvider[53](54)0.002 s
    shouldRunWithParallelDataProvider[54](54)0 s
    shouldRunWithParallelDataProvider[54](55)0.002 s
    shouldRunWithParallelDataProvider[53](55)0 s
    shouldRunWithParallelDataProvider[56](57)0.001 s
    shouldRunWithParallelDataProvider[55](56)0 s
    shouldRunWithParallelDataProvider[55](56)0.001 s
    shouldRunWithParallelDataProvider[56](57)0 s
    shouldRunWithParallelDataProvider[57](58)0.001 s
    0 s
    shouldRunWithParallelDataProvider[58](59)0.003 s
    0 s
    shouldRunWithParallelDataProvider[59](60)0.001 s
    0 s
    shouldRunWithParallelDataProvider[60](61)0.001 s
    0 s
    shouldRunWithParallelDataProvider[61](62)
    shouldRunWithParallelDataProvider[62](63)0.002 s
    0 s
    shouldRunWithParallelDataProvider[63](64)0 s
    0.016 s
    shouldRunWithParallelDataProvider[64](65)0.001 s
    0 s
    shouldRunWithParallelDataProvider[65](66)0.002 s
    0 s
    shouldRunWithParallelDataProvider[67](67)0.001 s
    shouldRunWithParallelDataProvider[66](67)0 s
    shouldRunWithParallelDataProvider[68](68)0.001 s
    shouldRunWithParallelDataProvider[67](68)0 s
    shouldRunWithParallelDataProvider[66](69)0.002 s
    shouldRunWithParallelDataProvider[68](69)0 s
    shouldRunWithParallelDataProvider[69](70) 0 s
    shouldRunWithParallelDataProvider[70](71)shouldRunWithParallelDataProvider[71](71) 0 s
    shouldRunWithParallelDataProvider[71](72)shouldRunWithParallelDataProvider[70](72) 0 s
    shouldRunWithParallelDataProvider[72](73)shouldRunWithParallelDataProvider[73](73) 0 s
    shouldRunWithParallelDataProvider[73](74)shouldRunWithParallelDataProvider[72](74) 0 s
    shouldRunWithParallelDataProvider[74](75)0 s
    shouldRunWithParallelDataProvider[75](75)0.015 s
    shouldRunWithParallelDataProvider[76](76)shouldRunWithParallelDataProvider[74](76) 0 s
    shouldRunWithParallelDataProvider[75](77)shouldRunWithParallelDataProvider[76](77) 0 s
    shouldRunWithParallelDataProvider[79](80)0.016 s
    0 s
    shouldRunWithParallelDataProvider[80](81)0.016 s
    0 s
    shouldRunWithParallelDataProvider[81](82)
    shouldRunWithParallelDataProvider[82](83)0 s
    0.016 s
    shouldRunWithParallelDataProvider[84](84)shouldRunWithParallelDataProvider[83](84) 0 s
    shouldRunWithParallelDataProvider[83](85)0 s
    shouldRunWithParallelDataProvider[84](85)0.004 s
    shouldRunWithParallelDataProvider[85](86)
    shouldRunWithParallelDataProvider[86](87)0 s
    0.001 s
    shouldRunWithParallelDataProvider[87](88)0 s
    0.001 s
    shouldRunWithParallelDataProvider[88](89)0 s
    0.001 s
    shouldRunWithParallelDataProvider[89](90)shouldRunWithParallelDataProvider[90](90) 0 s
    shouldRunWithParallelDataProvider[90](91)shouldRunWithParallelDataProvider[89](91) 0 s
    shouldRunWithParallelDataProvider[91](92)0 s
    0.002 s
    shouldRunWithParallelDataProvider[92](93)0 s
    0.001 s
    shouldRunWithParallelDataProvider[93](94)0 s
    0.001 s
    shouldRunWithParallelDataProvider[94](95)0.015 s
    0.001 s
    shouldRunWithParallelDataProvider[95](96)0 s
    0.001 s
    shouldRunWithParallelDataProvider[97](97)0 s
    0.001 s
    shouldRunWithParallelDataProvider[96](98) 0 s
    shouldRunWithParallelDataProvider[99](99)0.016 s
    shouldRunWithParallelDataProvider[98](99)0.001 s
    shouldRunWithParallelDataProvider[98](100)0.016 s
    +shouldRunWithParallelDataProvider[99](100) +0.001 s

    JGivenTestNgParallelDataProviderTests

    -
    shouldRunWithParallelDataProvider[0](1)0.062 s
    +0 s

    JGivenTestNgRetryTests

    @@ -995,7 +995,7 @@

    JGivenTestNgRetryTests

    - + @@ -1022,7 +1022,16 @@

    JGivenTestNgRetryTests

    - + + + + + + + + + @@ -1034,6 +1043,42 @@

    JGivenTestNgRetryTests

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    0 s
    -expected [0] but found [7]expected [0] but found [9] -
    0 s
    -expected [0] but found [4]expected [0] but found [5]-
    shouldFinallySucceed +0 s
    -expected [0] but found [3] -
    expected [0] but found [2] -
    shouldFinallySucceed +0 s
    -expected [0] but found [1]-
    shouldFinallySucceed +0 s
    -expected [0] but found [2]-
    shouldFinallySucceed +0 s
    -expected [0] but found [1]-
    shouldFinallySucceed +0 s
    -expected [0] but found [1]-
    shouldFinallySucceed 0 s

    @@ -1051,7 +1096,7 @@

    Failure Details

    shouldFinallySucceed - -skipped: expected [0] but found [7] +skipped: expected [0] but found [9] shouldFinallySucceed @@ -1069,13 +1114,43 @@

    Failure Details

    shouldFinallySucceed - -skipped: expected [0] but found [4] +skipped: expected [0] but found [5] + + +shouldFinallySucceed + +- +skipped: expected [0] but found [3] + + +shouldFinallySucceed + +- +skipped: expected [0] but found [2] + + +shouldFinallySucceed + +- +skipped: expected [0] but found [1] + + +shouldFinallySucceed + +- +skipped: expected [0] but found [2] + + +shouldFinallySucceed + +- +skipped: expected [0] but found [1] shouldFinallySucceed - -skipped: expected [0] but found [2]
    +skipped: expected [0] but found [1]

    diff --git a/qa-jgiven-elasticsearch/apidocs/allclasses-index.html b/qa-jgiven-elasticsearch/apidocs/allclasses-index.html index 5b01cd17ef..eac304236c 100644 --- a/qa-jgiven-elasticsearch/apidocs/allclasses-index.html +++ b/qa-jgiven-elasticsearch/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/allclasses.html b/qa-jgiven-elasticsearch/apidocs/allclasses.html index 3634997027..92d473ee9d 100644 --- a/qa-jgiven-elasticsearch/apidocs/allclasses.html +++ b/qa-jgiven-elasticsearch/apidocs/allclasses.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/allpackages-index.html b/qa-jgiven-elasticsearch/apidocs/allpackages-index.html index e155b1386a..65aa8080ce 100644 --- a/qa-jgiven-elasticsearch/apidocs/allpackages-index.html +++ b/qa-jgiven-elasticsearch/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/constant-values.html b/qa-jgiven-elasticsearch/apidocs/constant-values.html index 9a16b843e2..9c643aa752 100644 --- a/qa-jgiven-elasticsearch/apidocs/constant-values.html +++ b/qa-jgiven-elasticsearch/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/deprecated-list.html b/qa-jgiven-elasticsearch/apidocs/deprecated-list.html index cb98328518..a8abd41fdc 100644 --- a/qa-jgiven-elasticsearch/apidocs/deprecated-list.html +++ b/qa-jgiven-elasticsearch/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/AbstractElasticSearchTest.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/AbstractElasticSearchTest.html index 9e66be7566..7498ae7b02 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/AbstractElasticSearchTest.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/AbstractElasticSearchTest.html @@ -2,7 +2,7 @@ - + AbstractElasticSearchTest (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/TestConfiguration.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/TestConfiguration.html index ebcfa8f9a0..b82689aa8f 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/TestConfiguration.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/TestConfiguration.html @@ -2,7 +2,7 @@ - + TestConfiguration (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/class-use/AbstractElasticSearchTest.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/class-use/AbstractElasticSearchTest.html index 10563076a6..4b7920e55f 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/class-use/AbstractElasticSearchTest.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/class-use/AbstractElasticSearchTest.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.elasticsearch.AbstractElasticSearchTest (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/class-use/TestConfiguration.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/class-use/TestConfiguration.html index 9fbcc10161..ebf4f5ea2b 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/class-use/TestConfiguration.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/class-use/TestConfiguration.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.elasticsearch.TestConfiguration (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/QueryBuilderFnFormatter.Annotation.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/QueryBuilderFnFormatter.Annotation.html index 8ead11b61d..cd8e45105c 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/QueryBuilderFnFormatter.Annotation.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/QueryBuilderFnFormatter.Annotation.html @@ -2,7 +2,7 @@ - + QueryBuilderFnFormatter.Annotation (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/QueryBuilderFnFormatter.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/QueryBuilderFnFormatter.html index bc889416bc..0c735570fa 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/QueryBuilderFnFormatter.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/QueryBuilderFnFormatter.html @@ -2,7 +2,7 @@ - + QueryBuilderFnFormatter (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/class-use/QueryBuilderFnFormatter.Annotation.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/class-use/QueryBuilderFnFormatter.Annotation.html index f5e1d03e7f..c4467f1b5f 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/class-use/QueryBuilderFnFormatter.Annotation.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/class-use/QueryBuilderFnFormatter.Annotation.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.elasticsearch.formatters.QueryBuilderFnFormatter.Annotation (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/class-use/QueryBuilderFnFormatter.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/class-use/QueryBuilderFnFormatter.html index b1ce03c6bf..429b94c970 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/class-use/QueryBuilderFnFormatter.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/class-use/QueryBuilderFnFormatter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.elasticsearch.formatters.QueryBuilderFnFormatter (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/package-summary.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/package-summary.html index f0d3e43cc3..83b28de1e5 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/package-summary.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.elasticsearch.formatters (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/package-tree.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/package-tree.html index 17cba2b422..7fc7c634a3 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/package-tree.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.elasticsearch.formatters Class Hierarchy (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/package-use.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/package-use.html index 6db6ad9453..8dfb5ccda6 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/package-use.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/formatters/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.elasticsearch.formatters (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/ElasticSearchScenarioType.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/ElasticSearchScenarioType.html index b2ce92848e..65ef033a95 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/ElasticSearchScenarioType.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/ElasticSearchScenarioType.html @@ -2,7 +2,7 @@ - + ElasticSearchScenarioType (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/class-use/ElasticSearchScenarioType.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/class-use/ElasticSearchScenarioType.html index 6a4350fe5c..4e23d207ba 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/class-use/ElasticSearchScenarioType.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/class-use/ElasticSearchScenarioType.html @@ -2,7 +2,7 @@ - + Uses of Interface dev.aherscu.qa.jgiven.elasticsearch.model.ElasticSearchScenarioType (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/package-summary.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/package-summary.html index cef234a531..501f2ad9f1 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/package-summary.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.elasticsearch.model (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/package-tree.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/package-tree.html index 5f7591ef3c..58adb9b8d0 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/package-tree.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.elasticsearch.model Class Hierarchy (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/package-use.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/package-use.html index 0cfe9036c2..1f40ec2c3f 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/package-use.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/model/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.elasticsearch.model (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/package-summary.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/package-summary.html index 015439d72a..ab97bf2d19 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/package-summary.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.elasticsearch (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/package-tree.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/package-tree.html index 03cd278d7f..e56cfda1d1 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/package-tree.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.elasticsearch Class Hierarchy (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/package-use.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/package-use.html index c34dcc7b7c..e1787a1d4b 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/package-use.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.elasticsearch (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/ElasticSearchActions.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/ElasticSearchActions.html index 6375c12ee2..66bc8347c6 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/ElasticSearchActions.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/ElasticSearchActions.html @@ -2,7 +2,7 @@ - + ElasticSearchActions (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/ElasticSearchFixtures.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/ElasticSearchFixtures.html index 53e4e6abb4..91bc49e531 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/ElasticSearchFixtures.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/ElasticSearchFixtures.html @@ -2,7 +2,7 @@ - + ElasticSearchFixtures (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/ElasticSearchVerifications.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/ElasticSearchVerifications.html index 8f116b60b4..a8d60ffad5 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/ElasticSearchVerifications.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/ElasticSearchVerifications.html @@ -2,7 +2,7 @@ - + ElasticSearchVerifications (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/class-use/ElasticSearchActions.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/class-use/ElasticSearchActions.html index bb87dd562f..8a35d0920b 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/class-use/ElasticSearchActions.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/class-use/ElasticSearchActions.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.elasticsearch.steps.ElasticSearchActions (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/class-use/ElasticSearchFixtures.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/class-use/ElasticSearchFixtures.html index 0f997595a9..604b6164f2 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/class-use/ElasticSearchFixtures.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/class-use/ElasticSearchFixtures.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.elasticsearch.steps.ElasticSearchFixtures (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/class-use/ElasticSearchVerifications.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/class-use/ElasticSearchVerifications.html index 07486bd143..d2d72d9fbf 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/class-use/ElasticSearchVerifications.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/class-use/ElasticSearchVerifications.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.elasticsearch.steps.ElasticSearchVerifications (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/package-summary.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/package-summary.html index 37bda7fb16..85655f62fb 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/package-summary.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.elasticsearch.steps (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/package-tree.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/package-tree.html index 5687c7289e..fbdc3f972c 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/package-tree.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.elasticsearch.steps Class Hierarchy (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/package-use.html b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/package-use.html index 62a4b54f75..803309bc43 100644 --- a/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/package-use.html +++ b/qa-jgiven-elasticsearch/apidocs/dev/aherscu/qa/jgiven/elasticsearch/steps/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.elasticsearch.steps (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/help-doc.html b/qa-jgiven-elasticsearch/apidocs/help-doc.html index 66e8948718..b21fae9592 100644 --- a/qa-jgiven-elasticsearch/apidocs/help-doc.html +++ b/qa-jgiven-elasticsearch/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/index-all.html b/qa-jgiven-elasticsearch/apidocs/index-all.html index df36e8c5c9..0281346894 100644 --- a/qa-jgiven-elasticsearch/apidocs/index-all.html +++ b/qa-jgiven-elasticsearch/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/index.html b/qa-jgiven-elasticsearch/apidocs/index.html index 96eb8cc9b3..8b862392a1 100644 --- a/qa-jgiven-elasticsearch/apidocs/index.html +++ b/qa-jgiven-elasticsearch/apidocs/index.html @@ -2,7 +2,7 @@ - + Overview (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/member-search-index.zip b/qa-jgiven-elasticsearch/apidocs/member-search-index.zip index 32e0db05f4..55cc52b812 100644 Binary files a/qa-jgiven-elasticsearch/apidocs/member-search-index.zip and b/qa-jgiven-elasticsearch/apidocs/member-search-index.zip differ diff --git a/qa-jgiven-elasticsearch/apidocs/overview-summary.html b/qa-jgiven-elasticsearch/apidocs/overview-summary.html index ea7c0c661b..dbd206648d 100644 --- a/qa-jgiven-elasticsearch/apidocs/overview-summary.html +++ b/qa-jgiven-elasticsearch/apidocs/overview-summary.html @@ -2,7 +2,7 @@ - + QA JGiven Elastic Search 1.0.2-SNAPSHOT API diff --git a/qa-jgiven-elasticsearch/apidocs/overview-tree.html b/qa-jgiven-elasticsearch/apidocs/overview-tree.html index e511ddee4d..5998dc2cec 100644 --- a/qa-jgiven-elasticsearch/apidocs/overview-tree.html +++ b/qa-jgiven-elasticsearch/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy (QA JGiven Elastic Search 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-elasticsearch/apidocs/package-search-index.zip b/qa-jgiven-elasticsearch/apidocs/package-search-index.zip index a146fdb553..7a8d6080ec 100644 Binary files a/qa-jgiven-elasticsearch/apidocs/package-search-index.zip and b/qa-jgiven-elasticsearch/apidocs/package-search-index.zip differ diff --git a/qa-jgiven-elasticsearch/apidocs/type-search-index.zip b/qa-jgiven-elasticsearch/apidocs/type-search-index.zip index 60f210a194..82e531125c 100644 Binary files a/qa-jgiven-elasticsearch/apidocs/type-search-index.zip and b/qa-jgiven-elasticsearch/apidocs/type-search-index.zip differ diff --git a/qa-jgiven-jdbc/apidocs/allclasses-index.html b/qa-jgiven-jdbc/apidocs/allclasses-index.html index c444b38b9f..ae412a2ab0 100644 --- a/qa-jgiven-jdbc/apidocs/allclasses-index.html +++ b/qa-jgiven-jdbc/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/allclasses.html b/qa-jgiven-jdbc/apidocs/allclasses.html index 9a6ddff076..fdd47bdbbf 100644 --- a/qa-jgiven-jdbc/apidocs/allclasses.html +++ b/qa-jgiven-jdbc/apidocs/allclasses.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/allpackages-index.html b/qa-jgiven-jdbc/apidocs/allpackages-index.html index a3a4f547e0..fffd7d22d7 100644 --- a/qa-jgiven-jdbc/apidocs/allpackages-index.html +++ b/qa-jgiven-jdbc/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/constant-values.html b/qa-jgiven-jdbc/apidocs/constant-values.html index 0a85453fda..a9696471df 100644 --- a/qa-jgiven-jdbc/apidocs/constant-values.html +++ b/qa-jgiven-jdbc/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/deprecated-list.html b/qa-jgiven-jdbc/apidocs/deprecated-list.html index 6f19964074..95c754abc4 100644 --- a/qa-jgiven-jdbc/apidocs/deprecated-list.html +++ b/qa-jgiven-jdbc/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/AbstractJdbcTest.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/AbstractJdbcTest.html index 6279b04546..44f1b31fb9 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/AbstractJdbcTest.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/AbstractJdbcTest.html @@ -2,7 +2,7 @@ - + AbstractJdbcTest (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/TestConfiguration.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/TestConfiguration.html index 8907575d50..961ecc1db1 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/TestConfiguration.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/TestConfiguration.html @@ -2,7 +2,7 @@ - + TestConfiguration (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/class-use/AbstractJdbcTest.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/class-use/AbstractJdbcTest.html index a7a35a2e21..518069c929 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/class-use/AbstractJdbcTest.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/class-use/AbstractJdbcTest.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.jdbc.AbstractJdbcTest (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/class-use/TestConfiguration.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/class-use/TestConfiguration.html index d240273fa4..50751fd96f 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/class-use/TestConfiguration.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/class-use/TestConfiguration.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.jdbc.TestConfiguration (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/JdbcScenarioType.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/JdbcScenarioType.html index 050ceefb85..ce420dd3b6 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/JdbcScenarioType.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/JdbcScenarioType.html @@ -2,7 +2,7 @@ - + JdbcScenarioType (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/class-use/JdbcScenarioType.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/class-use/JdbcScenarioType.html index b1fdb021b1..19bb7ab49e 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/class-use/JdbcScenarioType.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/class-use/JdbcScenarioType.html @@ -2,7 +2,7 @@ - + Uses of Interface dev.aherscu.qa.jgiven.jdbc.model.JdbcScenarioType (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/package-summary.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/package-summary.html index 2d376ba369..91ff681a3e 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/package-summary.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.jdbc.model (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/package-tree.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/package-tree.html index 30923a5d11..92c60a5344 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/package-tree.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.jdbc.model Class Hierarchy (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/package-use.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/package-use.html index fc618ce973..05d21162ea 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/package-use.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/model/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.jdbc.model (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/package-summary.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/package-summary.html index ed74f2da24..2206c3949a 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/package-summary.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.jdbc (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/package-tree.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/package-tree.html index c4c5fd8476..30a67e5d4b 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/package-tree.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.jdbc Class Hierarchy (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/package-use.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/package-use.html index f7c5ba8f13..79801f12e0 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/package-use.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.jdbc (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/JdbcActions.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/JdbcActions.html index 8b624b7eab..90c0fb43b4 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/JdbcActions.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/JdbcActions.html @@ -2,7 +2,7 @@ - + JdbcActions (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/JdbcFixtures.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/JdbcFixtures.html index d6aba7eef8..3c9cf006f8 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/JdbcFixtures.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/JdbcFixtures.html @@ -2,7 +2,7 @@ - + JdbcFixtures (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/JdbcVerifications.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/JdbcVerifications.html index ae3250a0bf..3880d4119f 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/JdbcVerifications.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/JdbcVerifications.html @@ -2,7 +2,7 @@ - + JdbcVerifications (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/class-use/JdbcActions.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/class-use/JdbcActions.html index 3aebe1fedb..56c96f5b9a 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/class-use/JdbcActions.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/class-use/JdbcActions.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.jdbc.steps.JdbcActions (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/class-use/JdbcFixtures.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/class-use/JdbcFixtures.html index 4b7afbcf22..35414c26bc 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/class-use/JdbcFixtures.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/class-use/JdbcFixtures.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.jdbc.steps.JdbcFixtures (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/class-use/JdbcVerifications.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/class-use/JdbcVerifications.html index 2b34aa52bf..df47db5a32 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/class-use/JdbcVerifications.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/class-use/JdbcVerifications.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.jdbc.steps.JdbcVerifications (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/package-summary.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/package-summary.html index 959a707814..e2de32c2ba 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/package-summary.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.jdbc.steps (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/package-tree.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/package-tree.html index 14e1e5fb4a..9e6a2ebb34 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/package-tree.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.jdbc.steps Class Hierarchy (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/package-use.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/package-use.html index edee81aacd..43bb15d150 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/package-use.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/steps/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.jdbc.steps (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/ArrayStreamingHandler.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/ArrayStreamingHandler.html index 670e18b448..f44473612e 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/ArrayStreamingHandler.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/ArrayStreamingHandler.html @@ -2,7 +2,7 @@ - + ArrayStreamingHandler (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/BeanStreamingHandler.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/BeanStreamingHandler.html index 70a6f160af..e5a80e863a 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/BeanStreamingHandler.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/BeanStreamingHandler.html @@ -2,7 +2,7 @@ - + BeanStreamingHandler (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/MapStreamingHandler.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/MapStreamingHandler.html index 49f2e65164..5880d1e4bb 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/MapStreamingHandler.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/MapStreamingHandler.html @@ -2,7 +2,7 @@ - + MapStreamingHandler (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/StreamingQueryRunner.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/StreamingQueryRunner.html index 7982968763..243463f9e0 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/StreamingQueryRunner.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/StreamingQueryRunner.html @@ -2,7 +2,7 @@ - + StreamingQueryRunner (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/StreamingResultSetHandler.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/StreamingResultSetHandler.html index 4a6dcc1ae0..f87cd99c4c 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/StreamingResultSetHandler.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/StreamingResultSetHandler.html @@ -2,7 +2,7 @@ - + StreamingResultSetHandler (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/ArrayStreamingHandler.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/ArrayStreamingHandler.html index 6e8c108446..435cfca3fc 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/ArrayStreamingHandler.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/ArrayStreamingHandler.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.ArrayStreamingHandler (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/BeanStreamingHandler.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/BeanStreamingHandler.html index b64fd28f65..aeb57766cd 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/BeanStreamingHandler.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/BeanStreamingHandler.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.BeanStreamingHandler (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/MapStreamingHandler.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/MapStreamingHandler.html index 754952a4f9..a8282c73eb 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/MapStreamingHandler.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/MapStreamingHandler.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.MapStreamingHandler (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/StreamingQueryRunner.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/StreamingQueryRunner.html index ec91e2e071..44aee8aea6 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/StreamingQueryRunner.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/StreamingQueryRunner.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingQueryRunner (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/StreamingResultSetHandler.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/StreamingResultSetHandler.html index ef333600a5..72b457a100 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/StreamingResultSetHandler.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/class-use/StreamingResultSetHandler.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingResultSetHandler (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/package-summary.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/package-summary.html index 81399e8be3..9e3871cfc8 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/package-summary.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.jdbc.utils.dbutils (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/package-tree.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/package-tree.html index 9bd276b75c..c6eab7bb2f 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/package-tree.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.jdbc.utils.dbutils Class Hierarchy (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/package-use.html b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/package-use.html index 6dcf008329..d0031945b5 100644 --- a/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/package-use.html +++ b/qa-jgiven-jdbc/apidocs/dev/aherscu/qa/jgiven/jdbc/utils/dbutils/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.jdbc.utils.dbutils (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/help-doc.html b/qa-jgiven-jdbc/apidocs/help-doc.html index ae2f16bedf..6c643061d9 100644 --- a/qa-jgiven-jdbc/apidocs/help-doc.html +++ b/qa-jgiven-jdbc/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/index-all.html b/qa-jgiven-jdbc/apidocs/index-all.html index 4b6d8b56c3..00e2500ad9 100644 --- a/qa-jgiven-jdbc/apidocs/index-all.html +++ b/qa-jgiven-jdbc/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/index.html b/qa-jgiven-jdbc/apidocs/index.html index 92bf2e7160..7595a47e80 100644 --- a/qa-jgiven-jdbc/apidocs/index.html +++ b/qa-jgiven-jdbc/apidocs/index.html @@ -2,7 +2,7 @@ - + Overview (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/member-search-index.zip b/qa-jgiven-jdbc/apidocs/member-search-index.zip index 3c11862c75..abd86cd795 100644 Binary files a/qa-jgiven-jdbc/apidocs/member-search-index.zip and b/qa-jgiven-jdbc/apidocs/member-search-index.zip differ diff --git a/qa-jgiven-jdbc/apidocs/overview-summary.html b/qa-jgiven-jdbc/apidocs/overview-summary.html index 6aeb42ca36..8f090d0e38 100644 --- a/qa-jgiven-jdbc/apidocs/overview-summary.html +++ b/qa-jgiven-jdbc/apidocs/overview-summary.html @@ -2,7 +2,7 @@ - + QA JGiven JDBC 1.0.2-SNAPSHOT API diff --git a/qa-jgiven-jdbc/apidocs/overview-tree.html b/qa-jgiven-jdbc/apidocs/overview-tree.html index 804297016a..3fdefad368 100644 --- a/qa-jgiven-jdbc/apidocs/overview-tree.html +++ b/qa-jgiven-jdbc/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy (QA JGiven JDBC 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-jdbc/apidocs/package-search-index.zip b/qa-jgiven-jdbc/apidocs/package-search-index.zip index a50b9273c6..411216b527 100644 Binary files a/qa-jgiven-jdbc/apidocs/package-search-index.zip and b/qa-jgiven-jdbc/apidocs/package-search-index.zip differ diff --git a/qa-jgiven-jdbc/apidocs/type-search-index.zip b/qa-jgiven-jdbc/apidocs/type-search-index.zip index 705fb45f1a..34a842c925 100644 Binary files a/qa-jgiven-jdbc/apidocs/type-search-index.zip and b/qa-jgiven-jdbc/apidocs/type-search-index.zip differ diff --git a/qa-jgiven-jdbc/surefire-report.html b/qa-jgiven-jdbc/surefire-report.html index 7057c60615..776846fb84 100644 --- a/qa-jgiven-jdbc/surefire-report.html +++ b/qa-jgiven-jdbc/surefire-report.html @@ -141,7 +141,7 @@

    Summary

    0 0 100% -2.455 s
    +3.298 s

    Note: failures are anticipated and checked for with assertions while errors are unanticipated.


    Package List

    [Summary] [Package List] [Test Cases]


    @@ -161,7 +161,7 @@

    Package List

    0 0 100% -0.188 s +0.250 s dev.aherscu.qa.jgiven.jdbc.utils.dbutils 2 @@ -169,7 +169,7 @@

    Package List

    0 0 100% -2.267 s
    +3.048 s

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    dev.aherscu.qa.jgiven.jdbc.scenarios

    @@ -190,7 +190,7 @@

    dev.aherscu.qa.jgiven.jdbc.scenarios

    -
    0 0 100%0.188 s
    +0.250 s

    dev.aherscu.qa.jgiven.jdbc.utils.dbutils

    @@ -210,29 +210,29 @@

    dev.aherscu.qa.jgiven.jdbc.utils.dbutils

    -
    0 0 100%2.267 s

    +3.048 s

    Test Cases

    -

    [Summary] [Package List] [Test Cases]

    -

    DbUtilsTest

    +

    [Summary] [Package List] [Test Cases]

    +

    JdbcTest

    - - + + - -
    shouldUseDb0.094 s
    shouldAccessDb10.125 s
    shouldUseDbInParallel2.173 s
    -

    JdbcTest

    +shouldAccessDb2 +0.125 s
    +

    DbUtilsTest

    - - + + - -
    shouldAccessDb10.094 s
    shouldUseDb0.125 s
    shouldAccessDb20.094 s

    +shouldUseDbInParallel +2.923 s


    diff --git a/qa-jgiven-rabbitmq/apidocs/allclasses-index.html b/qa-jgiven-rabbitmq/apidocs/allclasses-index.html index c39908de66..86ff810b41 100644 --- a/qa-jgiven-rabbitmq/apidocs/allclasses-index.html +++ b/qa-jgiven-rabbitmq/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/allclasses.html b/qa-jgiven-rabbitmq/apidocs/allclasses.html index 21cb1e9fb7..fde957040e 100644 --- a/qa-jgiven-rabbitmq/apidocs/allclasses.html +++ b/qa-jgiven-rabbitmq/apidocs/allclasses.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/allpackages-index.html b/qa-jgiven-rabbitmq/apidocs/allpackages-index.html index 71738cf8f0..556d0ff5e4 100644 --- a/qa-jgiven-rabbitmq/apidocs/allpackages-index.html +++ b/qa-jgiven-rabbitmq/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/constant-values.html b/qa-jgiven-rabbitmq/apidocs/constant-values.html index d14d75997f..8ee909d941 100644 --- a/qa-jgiven-rabbitmq/apidocs/constant-values.html +++ b/qa-jgiven-rabbitmq/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/deprecated-list.html b/qa-jgiven-rabbitmq/apidocs/deprecated-list.html index a76e63016f..7d65348526 100644 --- a/qa-jgiven-rabbitmq/apidocs/deprecated-list.html +++ b/qa-jgiven-rabbitmq/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/AbstractRabbitMqTest.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/AbstractRabbitMqTest.html index 33760222f5..6a2e4d9f8c 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/AbstractRabbitMqTest.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/AbstractRabbitMqTest.html @@ -2,7 +2,7 @@ - + AbstractRabbitMqTest (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/TestConfiguration.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/TestConfiguration.html index dce372c9b8..39b3174922 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/TestConfiguration.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/TestConfiguration.html @@ -2,7 +2,7 @@ - + TestConfiguration (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/class-use/AbstractRabbitMqTest.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/class-use/AbstractRabbitMqTest.html index 4ddbb6718a..57e672ffd8 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/class-use/AbstractRabbitMqTest.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/class-use/AbstractRabbitMqTest.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rabbitmq.AbstractRabbitMqTest (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/class-use/TestConfiguration.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/class-use/TestConfiguration.html index b09b7850cf..c9ca91f9e9 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/class-use/TestConfiguration.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/class-use/TestConfiguration.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rabbitmq.TestConfiguration (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/Message.MessageBuilder.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/Message.MessageBuilder.html index 1668ad487e..cb29d98609 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/Message.MessageBuilder.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/Message.MessageBuilder.html @@ -2,7 +2,7 @@ - + Message.MessageBuilder (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/Message.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/Message.html index 7f50b4de3e..5e8d86c3e4 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/Message.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/Message.html @@ -2,7 +2,7 @@ - + Message (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/RabbitMqScenarioType.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/RabbitMqScenarioType.html index d5251df6ba..0cf54f14d4 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/RabbitMqScenarioType.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/RabbitMqScenarioType.html @@ -2,7 +2,7 @@ - + RabbitMqScenarioType (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/class-use/Message.MessageBuilder.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/class-use/Message.MessageBuilder.html index 7dc94557fa..bc22274e5e 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/class-use/Message.MessageBuilder.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/class-use/Message.MessageBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rabbitmq.model.Message.MessageBuilder (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/class-use/Message.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/class-use/Message.html index 661d897051..86413ad79f 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/class-use/Message.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/class-use/Message.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rabbitmq.model.Message (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/class-use/RabbitMqScenarioType.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/class-use/RabbitMqScenarioType.html index 9c6bfc4dba..5e96d53278 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/class-use/RabbitMqScenarioType.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/class-use/RabbitMqScenarioType.html @@ -2,7 +2,7 @@ - + Uses of Interface dev.aherscu.qa.jgiven.rabbitmq.model.RabbitMqScenarioType (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/package-summary.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/package-summary.html index fb3b0cf43c..d72987aa64 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/package-summary.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rabbitmq.model (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/package-tree.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/package-tree.html index 80291ade7c..9807192f5b 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/package-tree.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rabbitmq.model Class Hierarchy (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/package-use.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/package-use.html index 44e25d6584..43e2ad1439 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/package-use.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/model/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.rabbitmq.model (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/package-summary.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/package-summary.html index 493f51765c..fdb30636f0 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/package-summary.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rabbitmq (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/package-tree.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/package-tree.html index 5ae82e1c3f..87b238e987 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/package-tree.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rabbitmq Class Hierarchy (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/package-use.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/package-use.html index 04a0512b7a..ca4077bd2f 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/package-use.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.rabbitmq (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/RabbitMqActions.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/RabbitMqActions.html index 6c67281361..b7eb2a2951 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/RabbitMqActions.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/RabbitMqActions.html @@ -2,7 +2,7 @@ - + RabbitMqActions (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/RabbitMqFixtures.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/RabbitMqFixtures.html index 206c063854..511c420261 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/RabbitMqFixtures.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/RabbitMqFixtures.html @@ -2,7 +2,7 @@ - + RabbitMqFixtures (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/RabbitMqVerifications.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/RabbitMqVerifications.html index 1250ff7a66..d42f21eb7e 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/RabbitMqVerifications.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/RabbitMqVerifications.html @@ -2,7 +2,7 @@ - + RabbitMqVerifications (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/class-use/RabbitMqActions.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/class-use/RabbitMqActions.html index 05fb9952a3..9d25b2e64e 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/class-use/RabbitMqActions.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/class-use/RabbitMqActions.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rabbitmq.steps.RabbitMqActions (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/class-use/RabbitMqFixtures.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/class-use/RabbitMqFixtures.html index 708a2d6550..23439de5e0 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/class-use/RabbitMqFixtures.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/class-use/RabbitMqFixtures.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rabbitmq.steps.RabbitMqFixtures (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/class-use/RabbitMqVerifications.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/class-use/RabbitMqVerifications.html index 34640e4d85..1620ad7a63 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/class-use/RabbitMqVerifications.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/class-use/RabbitMqVerifications.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rabbitmq.steps.RabbitMqVerifications (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/package-summary.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/package-summary.html index 23b2d26696..cf763d3d07 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/package-summary.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rabbitmq.steps (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/package-tree.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/package-tree.html index 04b6d28486..3429b7fb91 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/package-tree.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rabbitmq.steps Class Hierarchy (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/package-use.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/package-use.html index c609cfcf72..ee2695966f 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/package-use.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/steps/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.rabbitmq.steps (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.QueueHandlerBuilder.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.QueueHandlerBuilder.html index e606d787d2..e6ac0702e8 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.QueueHandlerBuilder.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.QueueHandlerBuilder.html @@ -2,7 +2,7 @@ - + QueueHandler.QueueHandlerBuilder (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.Singleton.SingletonBuilder.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.Singleton.SingletonBuilder.html index c84b6efd12..f8422f9e76 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.Singleton.SingletonBuilder.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.Singleton.SingletonBuilder.html @@ -2,7 +2,7 @@ - + QueueHandler.Singleton.SingletonBuilder (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.Singleton.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.Singleton.html index d4ed091b36..be2670c11a 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.Singleton.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.Singleton.html @@ -2,7 +2,7 @@ - + QueueHandler.Singleton (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.html index 899fcb30cb..e8a2b1dd55 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/QueueHandler.html @@ -2,7 +2,7 @@ - + QueueHandler (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.QueueHandlerBuilder.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.QueueHandlerBuilder.html index 418e1e7adf..362b197752 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.QueueHandlerBuilder.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.QueueHandlerBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rabbitmq.utils.QueueHandler.QueueHandlerBuilder (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.Singleton.SingletonBuilder.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.Singleton.SingletonBuilder.html index 97439d8070..57d110e4de 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.Singleton.SingletonBuilder.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.Singleton.SingletonBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rabbitmq.utils.QueueHandler.Singleton.SingletonBuilder (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.Singleton.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.Singleton.html index d5b99dc9fa..e4c9c46650 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.Singleton.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.Singleton.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rabbitmq.utils.QueueHandler.Singleton (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.html index 042ee78602..970fbacaf4 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/class-use/QueueHandler.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rabbitmq.utils.QueueHandler (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/package-summary.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/package-summary.html index 498e006e5d..60bebd8193 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/package-summary.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rabbitmq.utils (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/package-tree.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/package-tree.html index 24dd9f5fc5..e376480880 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/package-tree.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rabbitmq.utils Class Hierarchy (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/package-use.html b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/package-use.html index 76bfbf1002..e944a70f60 100644 --- a/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/package-use.html +++ b/qa-jgiven-rabbitmq/apidocs/dev/aherscu/qa/jgiven/rabbitmq/utils/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.rabbitmq.utils (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/help-doc.html b/qa-jgiven-rabbitmq/apidocs/help-doc.html index cd85df4803..8bd7264e64 100644 --- a/qa-jgiven-rabbitmq/apidocs/help-doc.html +++ b/qa-jgiven-rabbitmq/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/index-all.html b/qa-jgiven-rabbitmq/apidocs/index-all.html index 52c5b9dcdd..e3bac96a79 100644 --- a/qa-jgiven-rabbitmq/apidocs/index-all.html +++ b/qa-jgiven-rabbitmq/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/index.html b/qa-jgiven-rabbitmq/apidocs/index.html index 406f17d4fb..d6dc4fbd69 100644 --- a/qa-jgiven-rabbitmq/apidocs/index.html +++ b/qa-jgiven-rabbitmq/apidocs/index.html @@ -2,7 +2,7 @@ - + Overview (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/member-search-index.zip b/qa-jgiven-rabbitmq/apidocs/member-search-index.zip index cf18900246..5330ef8146 100644 Binary files a/qa-jgiven-rabbitmq/apidocs/member-search-index.zip and b/qa-jgiven-rabbitmq/apidocs/member-search-index.zip differ diff --git a/qa-jgiven-rabbitmq/apidocs/overview-summary.html b/qa-jgiven-rabbitmq/apidocs/overview-summary.html index b4b200adc0..81f8666b56 100644 --- a/qa-jgiven-rabbitmq/apidocs/overview-summary.html +++ b/qa-jgiven-rabbitmq/apidocs/overview-summary.html @@ -2,7 +2,7 @@ - + QA JGiven RabbitMQ 1.0.2-SNAPSHOT API diff --git a/qa-jgiven-rabbitmq/apidocs/overview-tree.html b/qa-jgiven-rabbitmq/apidocs/overview-tree.html index 44956c7c24..c7e1a1c942 100644 --- a/qa-jgiven-rabbitmq/apidocs/overview-tree.html +++ b/qa-jgiven-rabbitmq/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy (QA JGiven RabbitMQ 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rabbitmq/apidocs/package-search-index.zip b/qa-jgiven-rabbitmq/apidocs/package-search-index.zip index 65e5de1444..4cf2450500 100644 Binary files a/qa-jgiven-rabbitmq/apidocs/package-search-index.zip and b/qa-jgiven-rabbitmq/apidocs/package-search-index.zip differ diff --git a/qa-jgiven-rabbitmq/apidocs/type-search-index.zip b/qa-jgiven-rabbitmq/apidocs/type-search-index.zip index c60c0e44aa..e57e3c3a19 100644 Binary files a/qa-jgiven-rabbitmq/apidocs/type-search-index.zip and b/qa-jgiven-rabbitmq/apidocs/type-search-index.zip differ diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/allclasses-index.html b/qa-jgiven-reporter-maven-plugin/apidocs/allclasses-index.html index 0704529968..1eb757bb7d 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/allclasses-index.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/allclasses.html b/qa-jgiven-reporter-maven-plugin/apidocs/allclasses.html index c8aa13859e..9c0f0dc356 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/allclasses.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/allclasses.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/allpackages-index.html b/qa-jgiven-reporter-maven-plugin/apidocs/allpackages-index.html index 550c39e1c1..4897a25fac 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/allpackages-index.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/constant-values.html b/qa-jgiven-reporter-maven-plugin/apidocs/constant-values.html index a990579bae..c93edc0abf 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/constant-values.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/deprecated-list.html b/qa-jgiven-reporter-maven-plugin/apidocs/deprecated-list.html index f48f224bcd..227c947057 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/deprecated-list.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/AbstractQaJgivenReporterMojo.html b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/AbstractQaJgivenReporterMojo.html index 2666b26797..81cec46707 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/AbstractQaJgivenReporterMojo.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/AbstractQaJgivenReporterMojo.html @@ -2,7 +2,7 @@ - + AbstractQaJgivenReporterMojo (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/QaJGivenPerClassReporterMojo.html b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/QaJGivenPerClassReporterMojo.html index d0d7681c2a..c3e077fa36 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/QaJGivenPerClassReporterMojo.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/QaJGivenPerClassReporterMojo.html @@ -2,7 +2,7 @@ - + QaJGivenPerClassReporterMojo (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/QaJGivenPerMethodReporterMojo.html b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/QaJGivenPerMethodReporterMojo.html index 5debc60165..25d92c53ce 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/QaJGivenPerMethodReporterMojo.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/QaJGivenPerMethodReporterMojo.html @@ -2,7 +2,7 @@ - + QaJGivenPerMethodReporterMojo (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/QaJGivenReporterMojo.html b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/QaJGivenReporterMojo.html index c42ec67a82..d0d1416924 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/QaJGivenReporterMojo.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/QaJGivenReporterMojo.html @@ -2,7 +2,7 @@ - + QaJGivenReporterMojo (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/AbstractQaJgivenReporterMojo.html b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/AbstractQaJgivenReporterMojo.html index 2ac9ead1d0..4570a87344 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/AbstractQaJgivenReporterMojo.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/AbstractQaJgivenReporterMojo.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.maven.plugin.AbstractQaJgivenReporterMojo (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/QaJGivenPerClassReporterMojo.html b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/QaJGivenPerClassReporterMojo.html index c7c3cdd6f3..c50a995651 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/QaJGivenPerClassReporterMojo.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/QaJGivenPerClassReporterMojo.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.maven.plugin.QaJGivenPerClassReporterMojo (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/QaJGivenPerMethodReporterMojo.html b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/QaJGivenPerMethodReporterMojo.html index 4422e58877..2be1f0abbd 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/QaJGivenPerMethodReporterMojo.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/QaJGivenPerMethodReporterMojo.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.maven.plugin.QaJGivenPerMethodReporterMojo (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/QaJGivenReporterMojo.html b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/QaJGivenReporterMojo.html index 4e3951f702..ecd317e6d4 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/QaJGivenReporterMojo.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/class-use/QaJGivenReporterMojo.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.maven.plugin.QaJGivenReporterMojo (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/package-summary.html b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/package-summary.html index 66331622f5..784644ef0e 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/package-summary.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.reporter.maven.plugin (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/package-tree.html b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/package-tree.html index 69866e825c..cc10b29234 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/package-tree.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.reporter.maven.plugin Class Hierarchy (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/package-use.html b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/package-use.html index a79d999255..25fbf3d935 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/package-use.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/dev/aherscu/qa/jgiven/reporter/maven/plugin/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.reporter.maven.plugin (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/help-doc.html b/qa-jgiven-reporter-maven-plugin/apidocs/help-doc.html index 532b7b9aca..877525d314 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/help-doc.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/index-all.html b/qa-jgiven-reporter-maven-plugin/apidocs/index-all.html index 8b45ed348e..92ba59f233 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/index-all.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/index.html b/qa-jgiven-reporter-maven-plugin/apidocs/index.html index 6821d8bf9e..d939241b60 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/index.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/index.html @@ -2,7 +2,7 @@ - + QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/member-search-index.zip b/qa-jgiven-reporter-maven-plugin/apidocs/member-search-index.zip index b971873a3d..624076f4b2 100644 Binary files a/qa-jgiven-reporter-maven-plugin/apidocs/member-search-index.zip and b/qa-jgiven-reporter-maven-plugin/apidocs/member-search-index.zip differ diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/overview-tree.html b/qa-jgiven-reporter-maven-plugin/apidocs/overview-tree.html index 75fcb81da7..11808edc6d 100644 --- a/qa-jgiven-reporter-maven-plugin/apidocs/overview-tree.html +++ b/qa-jgiven-reporter-maven-plugin/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy (QA JGiven Reporter Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/package-search-index.zip b/qa-jgiven-reporter-maven-plugin/apidocs/package-search-index.zip index 9f39ddabee..87c4b1d311 100644 Binary files a/qa-jgiven-reporter-maven-plugin/apidocs/package-search-index.zip and b/qa-jgiven-reporter-maven-plugin/apidocs/package-search-index.zip differ diff --git a/qa-jgiven-reporter-maven-plugin/apidocs/type-search-index.zip b/qa-jgiven-reporter-maven-plugin/apidocs/type-search-index.zip index 2f2955f808..a2353b3a9b 100644 Binary files a/qa-jgiven-reporter-maven-plugin/apidocs/type-search-index.zip and b/qa-jgiven-reporter-maven-plugin/apidocs/type-search-index.zip differ diff --git a/qa-jgiven-reporter-maven-plugin/surefire-report.html b/qa-jgiven-reporter-maven-plugin/surefire-report.html index bc5bc1fb79..f684083ea4 100644 --- a/qa-jgiven-reporter-maven-plugin/surefire-report.html +++ b/qa-jgiven-reporter-maven-plugin/surefire-report.html @@ -148,7 +148,7 @@

    Summary

    0 0 100% -4.532 s
    +4.297 s

    Note: failures are anticipated and checked for with assertions while errors are unanticipated.


    Package List

    [Summary] [Package List] [Test Cases]


    @@ -168,7 +168,7 @@

    Package List

    0 0 100% -4.532 s
    +4.297 s

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    dev.aherscu.qa.jgiven.reporter.maven.plugin

    @@ -189,7 +189,7 @@

    dev.aherscu.qa.jgiven.reporter.maven.plugin

    -
    0 0 100%4.532 s

    +4.297 s

    Test Cases

    [Summary] [Package List] [Test Cases]

    QaJGivenReporterMavenPluginTest

    @@ -197,19 +197,19 @@

    QaJGivenReporterMavenPluginTest

    testReportGoal -1.892 s +1.844 s -testConfigurationExistence -0.172 s +testPerClassReportGoal +1.813 s -testPerClassReportGoal -1.953 s +testConfigurationExistence +0.141 s testPerMethodReportGoal -0.453 s

    +0.437 s

    diff --git a/qa-jgiven-reporter/apidocs/allclasses-index.html b/qa-jgiven-reporter/apidocs/allclasses-index.html index 6250da575e..8dffe9f9d2 100644 --- a/qa-jgiven-reporter/apidocs/allclasses-index.html +++ b/qa-jgiven-reporter/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/allclasses.html b/qa-jgiven-reporter/apidocs/allclasses.html index e5a0a091ef..549eeaca05 100644 --- a/qa-jgiven-reporter/apidocs/allclasses.html +++ b/qa-jgiven-reporter/apidocs/allclasses.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/allpackages-index.html b/qa-jgiven-reporter/apidocs/allpackages-index.html index c614409ba9..f64704f22a 100644 --- a/qa-jgiven-reporter/apidocs/allpackages-index.html +++ b/qa-jgiven-reporter/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/constant-values.html b/qa-jgiven-reporter/apidocs/constant-values.html index 1381539902..ad1b641b00 100644 --- a/qa-jgiven-reporter/apidocs/constant-values.html +++ b/qa-jgiven-reporter/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/deprecated-list.html b/qa-jgiven-reporter/apidocs/deprecated-list.html index b53af2d6a2..b63e9b239f 100644 --- a/qa-jgiven-reporter/apidocs/deprecated-list.html +++ b/qa-jgiven-reporter/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder.html index b9b49217a6..10d108c1bb 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder.html @@ -2,7 +2,7 @@ - + AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/AbstractQaJgivenReporter.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/AbstractQaJgivenReporter.html index 8ca272afec..797ca413a6 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/AbstractQaJgivenReporter.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/AbstractQaJgivenReporter.html @@ -2,7 +2,7 @@ - + AbstractQaJgivenReporter (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerClassReporter.QaJGivenPerClassReporterBuilder.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerClassReporter.QaJGivenPerClassReporterBuilder.html index 529d06b74e..cde6a751a6 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerClassReporter.QaJGivenPerClassReporterBuilder.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerClassReporter.QaJGivenPerClassReporterBuilder.html @@ -2,7 +2,7 @@ - + QaJGivenPerClassReporter.QaJGivenPerClassReporterBuilder (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerClassReporter.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerClassReporter.html index 697159d7df..b2ea2cf481 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerClassReporter.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerClassReporter.html @@ -2,7 +2,7 @@ - + QaJGivenPerClassReporter (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder.html index 5cb5116245..2b4b884c71 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder.html @@ -2,7 +2,7 @@ - + QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerMethodReporter.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerMethodReporter.html index 897e7f1897..5a1a32ce9b 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerMethodReporter.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenPerMethodReporter.html @@ -2,7 +2,7 @@ - + QaJGivenPerMethodReporter (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportConfig.QaJGivenReportConfigBuilder.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportConfig.QaJGivenReportConfigBuilder.html index 57bf7cf4f7..9fa0193556 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportConfig.QaJGivenReportConfigBuilder.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportConfig.QaJGivenReportConfigBuilder.html @@ -2,7 +2,7 @@ - + QaJGivenReportConfig.QaJGivenReportConfigBuilder (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportConfig.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportConfig.html index c9a6e8d0e7..3bef98fe4c 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportConfig.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportConfig.html @@ -2,7 +2,7 @@ - + QaJGivenReportConfig (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportModel.QaJGivenReportModelBuilder.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportModel.QaJGivenReportModelBuilder.html index 2fed5f32cd..b60214b348 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportModel.QaJGivenReportModelBuilder.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportModel.QaJGivenReportModelBuilder.html @@ -2,7 +2,7 @@ - + QaJGivenReportModel.QaJGivenReportModelBuilder (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportModel.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportModel.html index 710395a9a8..ab6ec70acf 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportModel.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReportModel.html @@ -2,7 +2,7 @@ - + QaJGivenReportModel (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReporter.QaJGivenReporterBuilder.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReporter.QaJGivenReporterBuilder.html index ace396a3c7..f90e5ec148 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReporter.QaJGivenReporterBuilder.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReporter.QaJGivenReporterBuilder.html @@ -2,7 +2,7 @@ - + QaJGivenReporter.QaJGivenReporterBuilder (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReporter.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReporter.html index e83b5c5096..86dbd19455 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReporter.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/QaJGivenReporter.html @@ -2,7 +2,7 @@ - + QaJGivenReporter (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/TemplateUtils.Loader.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/TemplateUtils.Loader.html index 744885bab1..5be389fafc 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/TemplateUtils.Loader.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/TemplateUtils.Loader.html @@ -2,7 +2,7 @@ - + TemplateUtils.Loader (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/TemplateUtils.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/TemplateUtils.html index 3af2204748..82fc03ed60 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/TemplateUtils.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/TemplateUtils.html @@ -2,7 +2,7 @@ - + TemplateUtils (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder.html index f3baa7d4fa..03098b83e7 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/AbstractQaJgivenReporter.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/AbstractQaJgivenReporter.html index a7c0e7577b..1d70bd83eb 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/AbstractQaJgivenReporter.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/AbstractQaJgivenReporter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.AbstractQaJgivenReporter (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerClassReporter.QaJGivenPerClassReporterBuilder.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerClassReporter.QaJGivenPerClassReporterBuilder.html index e659cbb7f4..d576b971a3 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerClassReporter.QaJGivenPerClassReporterBuilder.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerClassReporter.QaJGivenPerClassReporterBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.QaJGivenPerClassReporter.QaJGivenPerClassReporterBuilder (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerClassReporter.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerClassReporter.html index 35a5022bb8..a9a6af940f 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerClassReporter.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerClassReporter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.QaJGivenPerClassReporter (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder.html index fbd716e3b0..904803f02f 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerMethodReporter.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerMethodReporter.html index ec30b38293..57e62e2153 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerMethodReporter.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenPerMethodReporter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.QaJGivenPerMethodReporter (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportConfig.QaJGivenReportConfigBuilder.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportConfig.QaJGivenReportConfigBuilder.html index d40cfb699c..221a7c5c9c 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportConfig.QaJGivenReportConfigBuilder.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportConfig.QaJGivenReportConfigBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.QaJGivenReportConfig.QaJGivenReportConfigBuilder (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportConfig.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportConfig.html index a75188abad..94386b0cdf 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportConfig.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportConfig.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.QaJGivenReportConfig (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportModel.QaJGivenReportModelBuilder.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportModel.QaJGivenReportModelBuilder.html index fcb47746ed..8f5f6513fc 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportModel.QaJGivenReportModelBuilder.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportModel.QaJGivenReportModelBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.QaJGivenReportModel.QaJGivenReportModelBuilder (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportModel.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportModel.html index 2a8e8f25bf..dd7d12ee91 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportModel.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReportModel.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.QaJGivenReportModel (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReporter.QaJGivenReporterBuilder.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReporter.QaJGivenReporterBuilder.html index f9dddfc4f3..cae06d476e 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReporter.QaJGivenReporterBuilder.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReporter.QaJGivenReporterBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.QaJGivenReporter.QaJGivenReporterBuilder (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReporter.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReporter.html index 8ccfd2589d..6104c56bbd 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReporter.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/QaJGivenReporter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.QaJGivenReporter (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/TemplateUtils.Loader.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/TemplateUtils.Loader.html index 78e7279faf..861ebad152 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/TemplateUtils.Loader.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/TemplateUtils.Loader.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.TemplateUtils.Loader (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/TemplateUtils.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/TemplateUtils.html index a8f24a5ebb..66329e48b9 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/TemplateUtils.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/class-use/TemplateUtils.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.reporter.TemplateUtils (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/package-summary.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/package-summary.html index 6920c8ad88..b163d7faad 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/package-summary.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.reporter (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/package-tree.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/package-tree.html index 2ec1a2e6e4..34a96b579e 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/package-tree.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.reporter Class Hierarchy (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/package-use.html b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/package-use.html index e3602cb159..001579c9e6 100644 --- a/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/package-use.html +++ b/qa-jgiven-reporter/apidocs/dev/aherscu/qa/jgiven/reporter/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.reporter (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/help-doc.html b/qa-jgiven-reporter/apidocs/help-doc.html index 05871e4461..40cdd3390c 100644 --- a/qa-jgiven-reporter/apidocs/help-doc.html +++ b/qa-jgiven-reporter/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/index-all.html b/qa-jgiven-reporter/apidocs/index-all.html index 133b8a61d7..79d8d291ee 100644 --- a/qa-jgiven-reporter/apidocs/index-all.html +++ b/qa-jgiven-reporter/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/index.html b/qa-jgiven-reporter/apidocs/index.html index fa89dc6c45..213edea36b 100644 --- a/qa-jgiven-reporter/apidocs/index.html +++ b/qa-jgiven-reporter/apidocs/index.html @@ -2,7 +2,7 @@ - + QA JGiven Reporter 1.0.2-SNAPSHOT API diff --git a/qa-jgiven-reporter/apidocs/member-search-index.zip b/qa-jgiven-reporter/apidocs/member-search-index.zip index 0015808781..0eac762b77 100644 Binary files a/qa-jgiven-reporter/apidocs/member-search-index.zip and b/qa-jgiven-reporter/apidocs/member-search-index.zip differ diff --git a/qa-jgiven-reporter/apidocs/overview-tree.html b/qa-jgiven-reporter/apidocs/overview-tree.html index d424084e7b..205b1e3893 100644 --- a/qa-jgiven-reporter/apidocs/overview-tree.html +++ b/qa-jgiven-reporter/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy (QA JGiven Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-reporter/apidocs/package-search-index.zip b/qa-jgiven-reporter/apidocs/package-search-index.zip index 93ee23d38b..c6828a7bd1 100644 Binary files a/qa-jgiven-reporter/apidocs/package-search-index.zip and b/qa-jgiven-reporter/apidocs/package-search-index.zip differ diff --git a/qa-jgiven-reporter/apidocs/type-search-index.zip b/qa-jgiven-reporter/apidocs/type-search-index.zip index 6ce43b509f..b1956950e4 100644 Binary files a/qa-jgiven-reporter/apidocs/type-search-index.zip and b/qa-jgiven-reporter/apidocs/type-search-index.zip differ diff --git a/qa-jgiven-reporter/surefire-report.html b/qa-jgiven-reporter/surefire-report.html index 86770e0c49..7071e767ed 100644 --- a/qa-jgiven-reporter/surefire-report.html +++ b/qa-jgiven-reporter/surefire-report.html @@ -147,7 +147,7 @@

    Summary

    0 0 100% -1.533 s
    +1.673 s

    Note: failures are anticipated and checked for with assertions while errors are unanticipated.


    Package List

    [Summary] [Package List] [Test Cases]


    @@ -167,7 +167,7 @@

    Package List

    0 0 100% -1.533 s
    +1.673 s

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    dev.aherscu.qa.jgiven.reporter

    @@ -188,7 +188,7 @@

    dev.aherscu.qa.jgiven.reporter

    - + @@ -197,7 +197,7 @@

    dev.aherscu.qa.jgiven.reporter

    - + @@ -206,10 +206,10 @@

    dev.aherscu.qa.jgiven.reporter

    - + - - + + @@ -217,23 +217,23 @@

    dev.aherscu.qa.jgiven.reporter

    - - + + - + - - + + -
    0 0 100%0.015 s
    0.016 s
    QaJGivenReportModelTest 0 0 100%0.047 s
    0.031 s
    TemplateUtilsTest 0 0 100%0.172 s
    0.328 s
    QaJGivenReporterTestQaJGivenPerClassReporterTest 1 0 0 100% 0.407 s
    QaJGivenPerClassReporterTestQaJGivenPerMethodReporterTest 1 0 0 0 100%0.407 s
    0.438 s
    QaJGivenPerMethodReporterTestQaJGivenReporterTest 1 0 0 0 100%0.485 s

    +0.453 s

    Test Cases

    [Summary] [Package List] [Test Cases]

    SelfTest

    @@ -241,33 +241,27 @@

    SelfTest

    shouldBuildWithSuperBuilder -0.015 s
    +0.016 s

    QaJGivenReportModelTest

    -
    shouldTransformIntoId0.047 s
    +0.031 s

    TemplateUtilsTest

    - - + + - - - - - -
    shouldMapFlatObjectViaTemplate0.140 s
    shouldMapHierarchicalObjectViaTemplate0.156 s
    shouldWriteToFile0.016 s
    shouldMapHierarchicalObjectViaTemplate0.016 s
    -

    QaJGivenReporterTest

    - + + - -
    shouldMapFlatObjectViaTemplate0.156 s
    shouldGenerateReport0.407 s
    +shouldWriteToFile +0.016 s

    QaJGivenPerClassReporterTest

    @@ -279,7 +273,13 @@

    QaJGivenPerMethodReporterTest

    -
    shouldGenerateReport0.485 s

    +0.438 s
    +

    QaJGivenReporterTest

    + + + + +
    shouldGenerateReport0.453 s


    diff --git a/qa-jgiven-rest/apidocs/allclasses-index.html b/qa-jgiven-rest/apidocs/allclasses-index.html index 54e4ca3ba4..bd63ea35ac 100644 --- a/qa-jgiven-rest/apidocs/allclasses-index.html +++ b/qa-jgiven-rest/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/allclasses.html b/qa-jgiven-rest/apidocs/allclasses.html index 426b15191f..72b5570217 100644 --- a/qa-jgiven-rest/apidocs/allclasses.html +++ b/qa-jgiven-rest/apidocs/allclasses.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/allpackages-index.html b/qa-jgiven-rest/apidocs/allpackages-index.html index 396f9e66ac..8893e26d75 100644 --- a/qa-jgiven-rest/apidocs/allpackages-index.html +++ b/qa-jgiven-rest/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/constant-values.html b/qa-jgiven-rest/apidocs/constant-values.html index f231e2307a..a74efc283d 100644 --- a/qa-jgiven-rest/apidocs/constant-values.html +++ b/qa-jgiven-rest/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/deprecated-list.html b/qa-jgiven-rest/apidocs/deprecated-list.html index 677001c3f7..ea514fbce3 100644 --- a/qa-jgiven-rest/apidocs/deprecated-list.html +++ b/qa-jgiven-rest/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/FormFormatter.Annotation.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/FormFormatter.Annotation.html index 543656b6ad..bb1fbfa174 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/FormFormatter.Annotation.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/FormFormatter.Annotation.html @@ -2,7 +2,7 @@ - + FormFormatter.Annotation (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/FormFormatter.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/FormFormatter.html index 31d0cd5dd4..19e577a29d 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/FormFormatter.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/FormFormatter.html @@ -2,7 +2,7 @@ - + FormFormatter (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/class-use/FormFormatter.Annotation.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/class-use/FormFormatter.Annotation.html index 0f911af7cb..e5cf042a0a 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/class-use/FormFormatter.Annotation.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/class-use/FormFormatter.Annotation.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rest.formatters.FormFormatter.Annotation (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/class-use/FormFormatter.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/class-use/FormFormatter.html index 7f578db4e0..cf1fa0c2f1 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/class-use/FormFormatter.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/class-use/FormFormatter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rest.formatters.FormFormatter (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/package-summary.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/package-summary.html index 995ebbc721..8a888963cc 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/package-summary.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rest.formatters (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/package-tree.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/package-tree.html index 83658a55aa..019c686245 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/package-tree.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rest.formatters Class Hierarchy (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/package-use.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/package-use.html index 8996156595..0d5cac6f40 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/package-use.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/formatters/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.rest.formatters (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/RestScenarioType.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/RestScenarioType.html index b3fc86c888..907231d674 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/RestScenarioType.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/RestScenarioType.html @@ -2,7 +2,7 @@ - + RestScenarioType (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/class-use/RestScenarioType.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/class-use/RestScenarioType.html index 567fe54fa8..703f940bf6 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/class-use/RestScenarioType.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/class-use/RestScenarioType.html @@ -2,7 +2,7 @@ - + Uses of Interface dev.aherscu.qa.jgiven.rest.model.RestScenarioType (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/package-summary.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/package-summary.html index 29b4b26cd9..58b54ea676 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/package-summary.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rest.model (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/package-tree.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/package-tree.html index 2d61d713ac..3226eb37b1 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/package-tree.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rest.model Class Hierarchy (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/package-use.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/package-use.html index 9ecd0f5884..eec5b409ce 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/package-use.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/model/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.rest.model (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/RestActions.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/RestActions.html index 8b9fe7adbf..faf4e6424c 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/RestActions.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/RestActions.html @@ -2,7 +2,7 @@ - + RestActions (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/RestFixtures.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/RestFixtures.html index 1d3d84f98b..e5c430bf0f 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/RestFixtures.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/RestFixtures.html @@ -2,7 +2,7 @@ - + RestFixtures (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/RestVerifications.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/RestVerifications.html index ec63520cdc..503a20fac3 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/RestVerifications.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/RestVerifications.html @@ -2,7 +2,7 @@ - + RestVerifications (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/class-use/RestActions.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/class-use/RestActions.html index fcb85fdf31..79c293a370 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/class-use/RestActions.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/class-use/RestActions.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rest.steps.RestActions (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/class-use/RestFixtures.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/class-use/RestFixtures.html index 727ea762fd..cdc28545cf 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/class-use/RestFixtures.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/class-use/RestFixtures.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rest.steps.RestFixtures (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/class-use/RestVerifications.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/class-use/RestVerifications.html index cea11cbce2..7ca50e9cbe 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/class-use/RestVerifications.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/class-use/RestVerifications.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rest.steps.RestVerifications (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/package-summary.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/package-summary.html index 95c7fe8c19..102971e25c 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/package-summary.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rest.steps (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/package-tree.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/package-tree.html index 7b578e7391..7af42554c9 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/package-tree.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rest.steps Class Hierarchy (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/package-use.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/package-use.html index 62d861fab4..fc43019f3d 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/package-use.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/steps/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.rest.steps (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/RestTest.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/RestTest.html index 3968e5c398..57f3720041 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/RestTest.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/RestTest.html @@ -2,7 +2,7 @@ - + RestTest (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/class-use/RestTest.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/class-use/RestTest.html index 62936432f0..618c7b6b1e 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/class-use/RestTest.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/class-use/RestTest.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.rest.tags.RestTest (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/package-summary.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/package-summary.html index a341fdbc15..5f7c4a5b2b 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/package-summary.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rest.tags (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/package-tree.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/package-tree.html index dab9d5c6bd..c3f672e032 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/package-tree.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.rest.tags Class Hierarchy (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/package-use.html b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/package-use.html index 0abe0bd9dc..d707d19f1a 100644 --- a/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/package-use.html +++ b/qa-jgiven-rest/apidocs/dev/aherscu/qa/jgiven/rest/tags/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.rest.tags (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/help-doc.html b/qa-jgiven-rest/apidocs/help-doc.html index 9662e90d0e..dbb13642bf 100644 --- a/qa-jgiven-rest/apidocs/help-doc.html +++ b/qa-jgiven-rest/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/index-all.html b/qa-jgiven-rest/apidocs/index-all.html index ea035f9a9e..c6d271933d 100644 --- a/qa-jgiven-rest/apidocs/index-all.html +++ b/qa-jgiven-rest/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/index.html b/qa-jgiven-rest/apidocs/index.html index 3b2f9c0d1f..e4a912e2c3 100644 --- a/qa-jgiven-rest/apidocs/index.html +++ b/qa-jgiven-rest/apidocs/index.html @@ -2,7 +2,7 @@ - + Overview (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/member-search-index.zip b/qa-jgiven-rest/apidocs/member-search-index.zip index 7e1567c07a..a5ea304505 100644 Binary files a/qa-jgiven-rest/apidocs/member-search-index.zip and b/qa-jgiven-rest/apidocs/member-search-index.zip differ diff --git a/qa-jgiven-rest/apidocs/overview-summary.html b/qa-jgiven-rest/apidocs/overview-summary.html index 42aa41f81c..1b175bfd55 100644 --- a/qa-jgiven-rest/apidocs/overview-summary.html +++ b/qa-jgiven-rest/apidocs/overview-summary.html @@ -2,7 +2,7 @@ - + QA JGiven REST 1.0.2-SNAPSHOT API diff --git a/qa-jgiven-rest/apidocs/overview-tree.html b/qa-jgiven-rest/apidocs/overview-tree.html index 1e774c98d5..ce4ae45924 100644 --- a/qa-jgiven-rest/apidocs/overview-tree.html +++ b/qa-jgiven-rest/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy (QA JGiven REST 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-rest/apidocs/package-search-index.zip b/qa-jgiven-rest/apidocs/package-search-index.zip index 36f241a7a5..6a273b6637 100644 Binary files a/qa-jgiven-rest/apidocs/package-search-index.zip and b/qa-jgiven-rest/apidocs/package-search-index.zip differ diff --git a/qa-jgiven-rest/apidocs/type-search-index.zip b/qa-jgiven-rest/apidocs/type-search-index.zip index 236f30cf16..55b46c61b3 100644 Binary files a/qa-jgiven-rest/apidocs/type-search-index.zip and b/qa-jgiven-rest/apidocs/type-search-index.zip differ diff --git a/qa-jgiven-ssh/apidocs/allclasses-index.html b/qa-jgiven-ssh/apidocs/allclasses-index.html index e2fc504a74..71b501ad80 100644 --- a/qa-jgiven-ssh/apidocs/allclasses-index.html +++ b/qa-jgiven-ssh/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/allclasses.html b/qa-jgiven-ssh/apidocs/allclasses.html index aba05ed98b..6647a911d0 100644 --- a/qa-jgiven-ssh/apidocs/allclasses.html +++ b/qa-jgiven-ssh/apidocs/allclasses.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/allpackages-index.html b/qa-jgiven-ssh/apidocs/allpackages-index.html index e50ebb9973..e2e6ac79f0 100644 --- a/qa-jgiven-ssh/apidocs/allpackages-index.html +++ b/qa-jgiven-ssh/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/constant-values.html b/qa-jgiven-ssh/apidocs/constant-values.html index b703c643a6..38b10f68d9 100644 --- a/qa-jgiven-ssh/apidocs/constant-values.html +++ b/qa-jgiven-ssh/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/deprecated-list.html b/qa-jgiven-ssh/apidocs/deprecated-list.html index aacf6aa9de..01ac1abc79 100644 --- a/qa-jgiven-ssh/apidocs/deprecated-list.html +++ b/qa-jgiven-ssh/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/SshInfo.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/SshInfo.html index e334625b83..9f179a7345 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/SshInfo.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/SshInfo.html @@ -2,7 +2,7 @@ - + SshInfo (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/SshScenarioType.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/SshScenarioType.html index ae05d37886..0622f6b86e 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/SshScenarioType.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/SshScenarioType.html @@ -2,7 +2,7 @@ - + SshScenarioType (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/class-use/SshInfo.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/class-use/SshInfo.html index f2f8f1b8ba..19444aa6b5 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/class-use/SshInfo.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/class-use/SshInfo.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.ssh.model.SshInfo (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/class-use/SshScenarioType.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/class-use/SshScenarioType.html index 9be29bb4b9..9c9837c916 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/class-use/SshScenarioType.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/class-use/SshScenarioType.html @@ -2,7 +2,7 @@ - + Uses of Interface dev.aherscu.qa.jgiven.ssh.model.SshScenarioType (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/package-summary.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/package-summary.html index 00891b39d8..e581bf68db 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/package-summary.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.ssh.model (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/package-tree.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/package-tree.html index ae5e0c682c..beea58595d 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/package-tree.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.ssh.model Class Hierarchy (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/package-use.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/package-use.html index 60297bcef3..31003d084f 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/package-use.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/model/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.ssh.model (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/SshActions.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/SshActions.html index 68d38be605..b2e786fd2f 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/SshActions.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/SshActions.html @@ -2,7 +2,7 @@ - + SshActions (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/SshFixtures.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/SshFixtures.html index 02d7fd00b0..f3815fad6f 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/SshFixtures.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/SshFixtures.html @@ -2,7 +2,7 @@ - + SshFixtures (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/SshVerifications.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/SshVerifications.html index c3c7ad651c..5a807b0c74 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/SshVerifications.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/SshVerifications.html @@ -2,7 +2,7 @@ - + SshVerifications (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/class-use/SshActions.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/class-use/SshActions.html index 3d2d4610ae..f7abdf4c60 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/class-use/SshActions.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/class-use/SshActions.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.ssh.steps.SshActions (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/class-use/SshFixtures.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/class-use/SshFixtures.html index 9dd5bfefff..46c33a6374 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/class-use/SshFixtures.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/class-use/SshFixtures.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.ssh.steps.SshFixtures (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/class-use/SshVerifications.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/class-use/SshVerifications.html index 70a48eb8fc..d713ded4e5 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/class-use/SshVerifications.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/class-use/SshVerifications.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.ssh.steps.SshVerifications (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/package-summary.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/package-summary.html index f4f9b9210a..e52cb5b272 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/package-summary.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.ssh.steps (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/package-tree.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/package-tree.html index 9c7f038ed8..e6eda103bc 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/package-tree.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.ssh.steps Class Hierarchy (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/package-use.html b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/package-use.html index 90f93f9256..930339205c 100644 --- a/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/package-use.html +++ b/qa-jgiven-ssh/apidocs/dev/aherscu/qa/jgiven/ssh/steps/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.ssh.steps (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/help-doc.html b/qa-jgiven-ssh/apidocs/help-doc.html index efcc46ae85..f1875ac8c5 100644 --- a/qa-jgiven-ssh/apidocs/help-doc.html +++ b/qa-jgiven-ssh/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/index-all.html b/qa-jgiven-ssh/apidocs/index-all.html index fa2776edaa..ae81f5811f 100644 --- a/qa-jgiven-ssh/apidocs/index-all.html +++ b/qa-jgiven-ssh/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/index.html b/qa-jgiven-ssh/apidocs/index.html index ad0d3dcc4f..0c23a32eb4 100644 --- a/qa-jgiven-ssh/apidocs/index.html +++ b/qa-jgiven-ssh/apidocs/index.html @@ -2,7 +2,7 @@ - + Overview (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/member-search-index.zip b/qa-jgiven-ssh/apidocs/member-search-index.zip index 4aa7efe5df..90ce95beb8 100644 Binary files a/qa-jgiven-ssh/apidocs/member-search-index.zip and b/qa-jgiven-ssh/apidocs/member-search-index.zip differ diff --git a/qa-jgiven-ssh/apidocs/overview-summary.html b/qa-jgiven-ssh/apidocs/overview-summary.html index c30cdf383b..5f68456f17 100644 --- a/qa-jgiven-ssh/apidocs/overview-summary.html +++ b/qa-jgiven-ssh/apidocs/overview-summary.html @@ -2,7 +2,7 @@ - + QA JGiven SSH 1.0.2-SNAPSHOT API diff --git a/qa-jgiven-ssh/apidocs/overview-tree.html b/qa-jgiven-ssh/apidocs/overview-tree.html index 58f60bb584..47e30e9fd9 100644 --- a/qa-jgiven-ssh/apidocs/overview-tree.html +++ b/qa-jgiven-ssh/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy (QA JGiven SSH 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-ssh/apidocs/package-search-index.zip b/qa-jgiven-ssh/apidocs/package-search-index.zip index 7c71d769e3..0a67def6eb 100644 Binary files a/qa-jgiven-ssh/apidocs/package-search-index.zip and b/qa-jgiven-ssh/apidocs/package-search-index.zip differ diff --git a/qa-jgiven-ssh/apidocs/type-search-index.zip b/qa-jgiven-ssh/apidocs/type-search-index.zip index cb72a4ebd6..a94e2880d8 100644 Binary files a/qa-jgiven-ssh/apidocs/type-search-index.zip and b/qa-jgiven-ssh/apidocs/type-search-index.zip differ diff --git a/qa-jgiven-webdriver/apidocs/allclasses-index.html b/qa-jgiven-webdriver/apidocs/allclasses-index.html index 885d25d6fe..bb6629e37a 100644 --- a/qa-jgiven-webdriver/apidocs/allclasses-index.html +++ b/qa-jgiven-webdriver/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/allclasses.html b/qa-jgiven-webdriver/apidocs/allclasses.html index 2c4cca2035..6e41f7a7f8 100644 --- a/qa-jgiven-webdriver/apidocs/allclasses.html +++ b/qa-jgiven-webdriver/apidocs/allclasses.html @@ -2,7 +2,7 @@ - + All Classes (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/allpackages-index.html b/qa-jgiven-webdriver/apidocs/allpackages-index.html index 4fb8aa514b..248ff99eb9 100644 --- a/qa-jgiven-webdriver/apidocs/allpackages-index.html +++ b/qa-jgiven-webdriver/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/constant-values.html b/qa-jgiven-webdriver/apidocs/constant-values.html index 442a223067..204af7df12 100644 --- a/qa-jgiven-webdriver/apidocs/constant-values.html +++ b/qa-jgiven-webdriver/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/deprecated-list.html b/qa-jgiven-webdriver/apidocs/deprecated-list.html index d707315dac..7a44579981 100644 --- a/qa-jgiven-webdriver/apidocs/deprecated-list.html +++ b/qa-jgiven-webdriver/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/ApplicationPerClassWebSessionTest.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/ApplicationPerClassWebSessionTest.html index c8e13f3b06..68db4056ab 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/ApplicationPerClassWebSessionTest.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/ApplicationPerClassWebSessionTest.html @@ -2,7 +2,7 @@ - + ApplicationPerClassWebSessionTest (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/ApplicationPerMethodWebSessionTest.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/ApplicationPerMethodWebSessionTest.html index 80fabdded0..794b523ca0 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/ApplicationPerMethodWebSessionTest.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/ApplicationPerMethodWebSessionTest.html @@ -2,7 +2,7 @@ - + ApplicationPerMethodWebSessionTest (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/ApplicationUnmanagedSessionTest.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/ApplicationUnmanagedSessionTest.html index 05dee9d107..910a9ad81b 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/ApplicationUnmanagedSessionTest.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/ApplicationUnmanagedSessionTest.html @@ -2,7 +2,7 @@ - + ApplicationUnmanagedSessionTest (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/WebDriverConfiguration.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/WebDriverConfiguration.html index e66aa4b822..2d1b44b200 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/WebDriverConfiguration.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/WebDriverConfiguration.html @@ -2,7 +2,7 @@ - + WebDriverConfiguration (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/ApplicationPerClassWebSessionTest.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/ApplicationPerClassWebSessionTest.html index f241079f7c..e9b7708caa 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/ApplicationPerClassWebSessionTest.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/ApplicationPerClassWebSessionTest.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.ApplicationPerClassWebSessionTest (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/ApplicationPerMethodWebSessionTest.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/ApplicationPerMethodWebSessionTest.html index f09f1cba55..7dd7bbbb90 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/ApplicationPerMethodWebSessionTest.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/ApplicationPerMethodWebSessionTest.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.ApplicationPerMethodWebSessionTest (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/ApplicationUnmanagedSessionTest.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/ApplicationUnmanagedSessionTest.html index c0c375e0d6..7b28ee6b08 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/ApplicationUnmanagedSessionTest.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/ApplicationUnmanagedSessionTest.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.ApplicationUnmanagedSessionTest (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/WebDriverConfiguration.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/WebDriverConfiguration.html index e9b97ff38d..eba3efdbaa 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/WebDriverConfiguration.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/class-use/WebDriverConfiguration.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.WebDriverConfiguration (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/CapabilitiesFormatter.Annotation.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/CapabilitiesFormatter.Annotation.html index e19ef69ae1..0789584f8b 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/CapabilitiesFormatter.Annotation.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/CapabilitiesFormatter.Annotation.html @@ -2,7 +2,7 @@ - + CapabilitiesFormatter.Annotation (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/CapabilitiesFormatter.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/CapabilitiesFormatter.html index ef021ba66c..5fd762eb29 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/CapabilitiesFormatter.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/CapabilitiesFormatter.html @@ -2,7 +2,7 @@ - + CapabilitiesFormatter (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WebDriverFormatter.Annotation.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WebDriverFormatter.Annotation.html index cd9726d615..7a4ed22f5e 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WebDriverFormatter.Annotation.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WebDriverFormatter.Annotation.html @@ -2,7 +2,7 @@ - + WebDriverFormatter.Annotation (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WebDriverFormatter.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WebDriverFormatter.html index 1cf9c210b6..acf085cd1e 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WebDriverFormatter.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WebDriverFormatter.html @@ -2,7 +2,7 @@ - + WebDriverFormatter (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WinAppDriverFormatter.Annotation.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WinAppDriverFormatter.Annotation.html index 70d6e6dd47..cb20bf6493 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WinAppDriverFormatter.Annotation.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WinAppDriverFormatter.Annotation.html @@ -2,7 +2,7 @@ - + WinAppDriverFormatter.Annotation (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WinAppDriverFormatter.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WinAppDriverFormatter.html index 4f4c979242..454d880a66 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WinAppDriverFormatter.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/WinAppDriverFormatter.html @@ -2,7 +2,7 @@ - + WinAppDriverFormatter (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/CapabilitiesFormatter.Annotation.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/CapabilitiesFormatter.Annotation.html index 38521bbd69..31266f98ec 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/CapabilitiesFormatter.Annotation.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/CapabilitiesFormatter.Annotation.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.formatters.CapabilitiesFormatter.Annotation (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/CapabilitiesFormatter.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/CapabilitiesFormatter.html index d8923e3232..c5109079f6 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/CapabilitiesFormatter.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/CapabilitiesFormatter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.formatters.CapabilitiesFormatter (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WebDriverFormatter.Annotation.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WebDriverFormatter.Annotation.html index f83cafc5a7..e624dca101 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WebDriverFormatter.Annotation.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WebDriverFormatter.Annotation.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.formatters.WebDriverFormatter.Annotation (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WebDriverFormatter.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WebDriverFormatter.html index 10c9aa19bd..e37d171326 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WebDriverFormatter.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WebDriverFormatter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.formatters.WebDriverFormatter (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WinAppDriverFormatter.Annotation.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WinAppDriverFormatter.Annotation.html index 59c8703646..bb013db367 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WinAppDriverFormatter.Annotation.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WinAppDriverFormatter.Annotation.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.formatters.WinAppDriverFormatter.Annotation (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WinAppDriverFormatter.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WinAppDriverFormatter.html index 37a8c3cf43..ba714b840b 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WinAppDriverFormatter.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/class-use/WinAppDriverFormatter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.formatters.WinAppDriverFormatter (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/package-summary.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/package-summary.html index 59942728b8..c3a59efafd 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/package-summary.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.webdriver.formatters (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/package-tree.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/package-tree.html index c92df21236..0956e7c45c 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/package-tree.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.webdriver.formatters Class Hierarchy (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/package-use.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/package-use.html index 52761a3b69..a96d099983 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/package-use.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/formatters/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.webdriver.formatters (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/WebDriverScenarioType.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/WebDriverScenarioType.html index 58587ef9e1..bcd56c9250 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/WebDriverScenarioType.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/WebDriverScenarioType.html @@ -2,7 +2,7 @@ - + WebDriverScenarioType (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/class-use/WebDriverScenarioType.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/class-use/WebDriverScenarioType.html index f206164ab7..473411fd48 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/class-use/WebDriverScenarioType.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/class-use/WebDriverScenarioType.html @@ -2,7 +2,7 @@ - + Uses of Interface dev.aherscu.qa.jgiven.webdriver.model.WebDriverScenarioType (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/package-summary.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/package-summary.html index fb7ff1249e..8e501f9e18 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/package-summary.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.webdriver.model (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/package-tree.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/package-tree.html index 36721804d8..6258c84d12 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/package-tree.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.webdriver.model Class Hierarchy (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/package-use.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/package-use.html index 9b9bef091f..744dd56b97 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/package-use.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/model/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.webdriver.model (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/package-summary.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/package-summary.html index 8f9451538f..9ee357def7 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/package-summary.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.webdriver (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/package-tree.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/package-tree.html index 5d1358668b..87e6faf3e7 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/package-tree.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.webdriver Class Hierarchy (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/package-use.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/package-use.html index ccd186a1d4..cb4642d349 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/package-use.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.webdriver (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/WebDriverActions.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/WebDriverActions.html index 8525bdc485..87c43f2e53 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/WebDriverActions.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/WebDriverActions.html @@ -2,7 +2,7 @@ - + WebDriverActions (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/WebDriverFixtures.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/WebDriverFixtures.html index a47f6cb0b1..daf125f308 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/WebDriverFixtures.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/WebDriverFixtures.html @@ -2,7 +2,7 @@ - + WebDriverFixtures (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/WebDriverVerifications.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/WebDriverVerifications.html index d0378fcb9a..a2debbee92 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/WebDriverVerifications.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/WebDriverVerifications.html @@ -2,7 +2,7 @@ - + WebDriverVerifications (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/class-use/WebDriverActions.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/class-use/WebDriverActions.html index 306d30a806..7974336340 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/class-use/WebDriverActions.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/class-use/WebDriverActions.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.steps.WebDriverActions (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/class-use/WebDriverFixtures.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/class-use/WebDriverFixtures.html index 1b56f46aee..d28f135298 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/class-use/WebDriverFixtures.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/class-use/WebDriverFixtures.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.steps.WebDriverFixtures (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/class-use/WebDriverVerifications.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/class-use/WebDriverVerifications.html index 1566e141f5..17c8b745dc 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/class-use/WebDriverVerifications.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/class-use/WebDriverVerifications.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.steps.WebDriverVerifications (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/package-summary.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/package-summary.html index c716f4bc04..ff6e9b1ff4 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/package-summary.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.webdriver.steps (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/package-tree.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/package-tree.html index ede15572cd..a0fd92f1f0 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/package-tree.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.webdriver.steps Class Hierarchy (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/package-use.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/package-use.html index da7a64cd45..d022d75874 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/package-use.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/steps/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.webdriver.steps (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/UITest.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/UITest.html index 0294488dd6..e949f92b22 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/UITest.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/UITest.html @@ -2,7 +2,7 @@ - + UITest (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/WebDriverTest.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/WebDriverTest.html index b1d1f3edb0..a2d3876153 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/WebDriverTest.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/WebDriverTest.html @@ -2,7 +2,7 @@ - + WebDriverTest (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/class-use/UITest.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/class-use/UITest.html index a12692de56..fda791a4d1 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/class-use/UITest.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/class-use/UITest.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.tags.UITest (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/class-use/WebDriverTest.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/class-use/WebDriverTest.html index 4e3db9e5b3..93cf0a7eaa 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/class-use/WebDriverTest.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/class-use/WebDriverTest.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.tags.WebDriverTest (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/package-summary.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/package-summary.html index 9fdbd28688..5585d648cb 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/package-summary.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.webdriver.tags (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/package-tree.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/package-tree.html index 0074311201..0f75ee12c4 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/package-tree.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.webdriver.tags Class Hierarchy (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/package-use.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/package-use.html index 4aaf099221..a76b8517d8 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/package-use.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/tags/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.webdriver.tags (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/AbstractSauceLabsReporter.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/AbstractSauceLabsReporter.html index 05d7af3f46..c2599108fe 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/AbstractSauceLabsReporter.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/AbstractSauceLabsReporter.html @@ -2,7 +2,7 @@ - + AbstractSauceLabsReporter (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/SauceLabsReporter.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/SauceLabsReporter.html index 419462a4ca..eda9817ef3 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/SauceLabsReporter.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/SauceLabsReporter.html @@ -2,7 +2,7 @@ - + SauceLabsReporter (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/class-use/AbstractSauceLabsReporter.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/class-use/AbstractSauceLabsReporter.html index e90919e3e6..d319cb1d4c 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/class-use/AbstractSauceLabsReporter.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/class-use/AbstractSauceLabsReporter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.utils.AbstractSauceLabsReporter (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/class-use/SauceLabsReporter.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/class-use/SauceLabsReporter.html index c0c02af3f3..75a0050e58 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/class-use/SauceLabsReporter.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/class-use/SauceLabsReporter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.jgiven.webdriver.utils.SauceLabsReporter (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/package-summary.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/package-summary.html index ade715ca98..f83906dd1b 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/package-summary.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.webdriver.utils (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/package-tree.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/package-tree.html index e41de83b91..32c5634f97 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/package-tree.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.jgiven.webdriver.utils Class Hierarchy (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/package-use.html b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/package-use.html index 4b1abad3d3..f19604c1ae 100644 --- a/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/package-use.html +++ b/qa-jgiven-webdriver/apidocs/dev/aherscu/qa/jgiven/webdriver/utils/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.jgiven.webdriver.utils (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/help-doc.html b/qa-jgiven-webdriver/apidocs/help-doc.html index df632cca7a..c3ae382505 100644 --- a/qa-jgiven-webdriver/apidocs/help-doc.html +++ b/qa-jgiven-webdriver/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/index-all.html b/qa-jgiven-webdriver/apidocs/index-all.html index c0888a2161..a560dd38e0 100644 --- a/qa-jgiven-webdriver/apidocs/index-all.html +++ b/qa-jgiven-webdriver/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/index.html b/qa-jgiven-webdriver/apidocs/index.html index 1f84b1c5f5..8461b4f108 100644 --- a/qa-jgiven-webdriver/apidocs/index.html +++ b/qa-jgiven-webdriver/apidocs/index.html @@ -2,7 +2,7 @@ - + Overview (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/member-search-index.zip b/qa-jgiven-webdriver/apidocs/member-search-index.zip index 744036f211..7add36a29c 100644 Binary files a/qa-jgiven-webdriver/apidocs/member-search-index.zip and b/qa-jgiven-webdriver/apidocs/member-search-index.zip differ diff --git a/qa-jgiven-webdriver/apidocs/overview-summary.html b/qa-jgiven-webdriver/apidocs/overview-summary.html index 2f4f01e2a8..77496e8d34 100644 --- a/qa-jgiven-webdriver/apidocs/overview-summary.html +++ b/qa-jgiven-webdriver/apidocs/overview-summary.html @@ -2,7 +2,7 @@ - + QA JGiven WebDriver 1.0.2-SNAPSHOT API diff --git a/qa-jgiven-webdriver/apidocs/overview-tree.html b/qa-jgiven-webdriver/apidocs/overview-tree.html index ae20f531c9..987ff2b2d4 100644 --- a/qa-jgiven-webdriver/apidocs/overview-tree.html +++ b/qa-jgiven-webdriver/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy (QA JGiven WebDriver 1.0.2-SNAPSHOT API) diff --git a/qa-jgiven-webdriver/apidocs/package-search-index.zip b/qa-jgiven-webdriver/apidocs/package-search-index.zip index 7198ca3d26..552e852264 100644 Binary files a/qa-jgiven-webdriver/apidocs/package-search-index.zip and b/qa-jgiven-webdriver/apidocs/package-search-index.zip differ diff --git a/qa-jgiven-webdriver/apidocs/type-search-index.zip b/qa-jgiven-webdriver/apidocs/type-search-index.zip index 471caaeb52..bac9e74ffb 100644 Binary files a/qa-jgiven-webdriver/apidocs/type-search-index.zip and b/qa-jgiven-webdriver/apidocs/type-search-index.zip differ diff --git a/qa-jgiven-webdriver/surefire-report.html b/qa-jgiven-webdriver/surefire-report.html index fe150803e3..34a61374e4 100644 --- a/qa-jgiven-webdriver/surefire-report.html +++ b/qa-jgiven-webdriver/surefire-report.html @@ -141,7 +141,7 @@

    Summary

    0 0 100% -10.64 s
    +10.79 s

    Note: failures are anticipated and checked for with assertions while errors are unanticipated.


    Package List

    [Summary] [Package List] [Test Cases]


    @@ -161,7 +161,7 @@

    Package List

    0 0 100% -0.155 s +0.249 s dev.aherscu.qa.jgiven.webdriver.scenarios 2 @@ -169,7 +169,7 @@

    Package List

    0 0 100% -10.49 s
    +10.54 s

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    dev.aherscu.qa.jgiven.webdriver

    @@ -190,7 +190,7 @@

    dev.aherscu.qa.jgiven.webdriver

    -
    0 0 100%0.155 s
    +0.249 s

    dev.aherscu.qa.jgiven.webdriver.scenarios

    @@ -210,7 +210,7 @@

    dev.aherscu.qa.jgiven.webdriver.scenarios

    -
    0 0 100%10.49 s

    +10.54 s

    Test Cases

    [Summary] [Package List] [Test Cases]

    WebDriverConfigurationTest

    @@ -218,7 +218,7 @@

    WebDriverConfigurationTest

    shouldLoopOverCapabilities[windows, WindowsPC](1) -0.079 s +0.094 s shouldLoopOverCapabilities[android, Google Pixel 3a XL GoogleAPI Emulator](1) @@ -226,7 +226,7 @@

    WebDriverConfigurationTest

    shouldLoopOverCapabilities[android, Google Pixel 3 XL GoogleAPI Emulator](2) -0.015 s +0 s shouldLoopOverCapabilities[android, Google Pixel 3 GoogleAPI Emulator](3) @@ -242,11 +242,11 @@

    WebDriverConfigurationTest

    shouldHaveDeviceType -0 s +0.063 s shouldHaveProvider -0 s +0.015 s shouldHaveProvider @@ -266,11 +266,11 @@

    WebDriverConfigurationTest

    shouldHaveRequiredNumberOfCapabilities -0.015 s +0 s shouldRetrieveCapabilitiesBySpecificPrefix -0 s +0.015 s shouldRetrieveCapabilitiesBySpecificPrefix @@ -290,7 +290,7 @@

    WebDriverConfigurationTest

    shouldRetrieveCapabilitiesForSpecificPlatform[android, class io.appium.java_client.android.AndroidDriver](1) -0.015 s +0 s shouldRetrieveCapabilitiesForSpecificPlatform[windows, class io.appium.java_client.windows.WindowsDriver](2) @@ -306,7 +306,7 @@

    WebDriverConfigurationTest

    shouldRetrieveCapabilitiesForSpecificPlatform[ios, class io.appium.java_client.ios.IOSDriver](3) -0 s +0.015 s shouldRetrieveCapabilitiesForSpecificPlatform[ios, class io.appium.java_client.ios.IOSDriver](3) @@ -322,7 +322,7 @@

    WebDriverConfigurationTest

    shouldRetrieveCapabilitiesForSpecificPlatform[web, class org.openqa.selenium.chrome.ChromeDriver](4) -0 s +0.016 s shouldRetrieveCapabilitiesForSpecificPlatform[web, class org.openqa.selenium.chrome.ChromeDriver](4) @@ -332,11 +332,11 @@

    GenericWebDriverTest

    shouldOpenWebDriver -0.469 s +0.532 s shouldFailFinding -10.02 s

    +10.01 s

    diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/allclasses-index.html b/qa-orcanos-publisher-maven-plugin/apidocs/allclasses-index.html index a17d973e94..143c2b6984 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/allclasses-index.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - + All Classes (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/allclasses.html b/qa-orcanos-publisher-maven-plugin/apidocs/allclasses.html index 222d4da6c7..160a5975de 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/allclasses.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/allclasses.html @@ -2,7 +2,7 @@ - + All Classes (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/allpackages-index.html b/qa-orcanos-publisher-maven-plugin/apidocs/allpackages-index.html index 940e28ddda..a08317e220 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/allpackages-index.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/constant-values.html b/qa-orcanos-publisher-maven-plugin/apidocs/constant-values.html index 53eebb9b89..d85202742f 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/constant-values.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/deprecated-list.html b/qa-orcanos-publisher-maven-plugin/apidocs/deprecated-list.html index f120c31a7f..ce498faed1 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/deprecated-list.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/OrcanosPublisherMojo.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/OrcanosPublisherMojo.html index 49dad47ba8..8b52f7f393 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/OrcanosPublisherMojo.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/OrcanosPublisherMojo.html @@ -2,7 +2,7 @@ - + OrcanosPublisherMojo (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/class-use/OrcanosPublisherMojo.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/class-use/OrcanosPublisherMojo.html index f58d308fb2..df20375bac 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/class-use/OrcanosPublisherMojo.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/class-use/OrcanosPublisherMojo.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojo (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSet.ExecutionSetBuilder.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSet.ExecutionSetBuilder.html index b3f497b084..f1ca7b60a6 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSet.ExecutionSetBuilder.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSet.ExecutionSetBuilder.html @@ -2,7 +2,7 @@ - + ExecutionSet.ExecutionSetBuilder (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSet.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSet.html index bf159b9f63..13ea9f849b 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSet.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSet.html @@ -2,7 +2,7 @@ - + ExecutionSet (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.InputRunParams.Param.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.InputRunParams.Param.html index d5d42aa1fa..c7a2582112 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.InputRunParams.Param.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.InputRunParams.Param.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run.InputRunParams.Param (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.InputRunParams.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.InputRunParams.html index 1156f22b76..f7410c3591 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.InputRunParams.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.InputRunParams.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run.InputRunParams (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.Param.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.Param.html index bd321a6cac..aea097af2a 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.Param.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.Param.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.Param (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.html index 9f2e3a78ce..5c8d53d5a2 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run.TestInExecLine.InputTestParams (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param.html index 0254fdaf7b..290d245214 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.html index 3befc4a808..bea3810b9b 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run.TestInExecLine.ResultParams (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun.html index 916412014e..c23e3a00df 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time.html index 0dc47a8c6b..fb086f78df 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.html index 7979280044..dfab11d19a 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run.TestInExecLine.Steps.Step (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.html index 6b1b684ea1..ea504f2c93 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Steps.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run.TestInExecLine.Steps (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Test.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Test.html index 315ba04f8d..9f194c65d6 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Test.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.Test.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run.TestInExecLine.Test (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.html index 34b9cab173..5dbe33e5a7 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.TestInExecLine.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run.TestInExecLine (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.html index eca28ac66b..f28ee0cace 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.Run.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults.Run (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.html index 9caf8204a2..c5952b86d0 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResults.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResults (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResultsEx.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResultsEx.html index e6bae58614..5fe99b9cb7 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResultsEx.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ExecutionSetRunResultsEx.html @@ -2,7 +2,7 @@ - + ExecutionSetRunResultsEx (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/GenericResponse.GenericResponseBuilder.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/GenericResponse.GenericResponseBuilder.html index c33018db13..1c13fb94a4 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/GenericResponse.GenericResponseBuilder.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/GenericResponse.GenericResponseBuilder.html @@ -2,7 +2,7 @@ - + GenericResponse.GenericResponseBuilder (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/GenericResponse.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/GenericResponse.html index 17a9e51eb8..812bd3b9cd 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/GenericResponse.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/GenericResponse.html @@ -2,7 +2,7 @@ - + GenericResponse (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ObjectFactory.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ObjectFactory.html index 6024e53f47..fbc322e333 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ObjectFactory.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/ObjectFactory.html @@ -2,7 +2,7 @@ - + ObjectFactory (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/RecordExecutionResults.RecordExecutionResultsBuilder.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/RecordExecutionResults.RecordExecutionResultsBuilder.html index df4375fe7d..b70ee83879 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/RecordExecutionResults.RecordExecutionResultsBuilder.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/RecordExecutionResults.RecordExecutionResultsBuilder.html @@ -2,7 +2,7 @@ - + RecordExecutionResults.RecordExecutionResultsBuilder (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/RecordExecutionResults.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/RecordExecutionResults.html index a939e03099..e7141d3816 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/RecordExecutionResults.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/RecordExecutionResults.html @@ -2,7 +2,7 @@ - + RecordExecutionResults (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/StepRunEx.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/StepRunEx.html index 0862ba75cc..6e6157a4ad 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/StepRunEx.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/StepRunEx.html @@ -2,7 +2,7 @@ - + StepRunEx (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSet.ExecutionSetBuilder.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSet.ExecutionSetBuilder.html index ee20594219..0d136088ea 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSet.ExecutionSetBuilder.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSet.ExecutionSetBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSet.ExecutionSetBuilder (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSet.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSet.html index d5b5e0c311..5425459618 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSet.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSet.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSet (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.InputRunParams.Param.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.InputRunParams.Param.html index 1db3d28068..968b129062 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.InputRunParams.Param.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.InputRunParams.Param.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.InputRunParams.Param (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.InputRunParams.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.InputRunParams.html index b654030881..b6f96b7f41 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.InputRunParams.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.InputRunParams.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.InputRunParams (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.Param.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.Param.html index c85269187f..47801c9fc8 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.Param.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.Param.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.Param (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.html index f434eb7da0..027943309e 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.InputTestParams.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.InputTestParams (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param.html index 2d4996895e..e408529b83 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.ResultParams.Param (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.html index d6670ba7ab..15796b575e 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.ResultParams.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.ResultParams (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun.html index cb5bcf25af..6dbf2138c0 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.StepRun (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time.html index 734a58a90d..c8146fdb8c 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.Time (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.html index 6263e1a71d..e5e259f74e 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.Step.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.Steps.Step (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.html index 77f0f35c16..de2ee39f5b 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Steps.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.Steps (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Test.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Test.html index 7b803f9cc2..20bdb2c08e 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Test.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.Test.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine.Test (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.html index 7317808da7..96fdf71fce 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.TestInExecLine.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run.TestInExecLine (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.html index f632332057..8cd8465f76 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.Run.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults.Run (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.html index 1926b675e8..5ae54bde45 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResults.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResults (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResultsEx.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResultsEx.html index 9f153fa601..bce5632892 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResultsEx.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ExecutionSetRunResultsEx.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ExecutionSetRunResultsEx (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/GenericResponse.GenericResponseBuilder.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/GenericResponse.GenericResponseBuilder.html index 6d6c506074..efc448664a 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/GenericResponse.GenericResponseBuilder.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/GenericResponse.GenericResponseBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.GenericResponse.GenericResponseBuilder (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/GenericResponse.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/GenericResponse.html index 0faeecef07..0b508891a2 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/GenericResponse.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/GenericResponse.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.GenericResponse (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ObjectFactory.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ObjectFactory.html index 6129f47e53..5f6c895aa2 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ObjectFactory.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/ObjectFactory.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.ObjectFactory (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/RecordExecutionResults.RecordExecutionResultsBuilder.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/RecordExecutionResults.RecordExecutionResultsBuilder.html index 04beaaaeb1..99f18c8c2d 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/RecordExecutionResults.RecordExecutionResultsBuilder.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/RecordExecutionResults.RecordExecutionResultsBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.RecordExecutionResults.RecordExecutionResultsBuilder (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/RecordExecutionResults.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/RecordExecutionResults.html index 85a55c706c..b59576d5ce 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/RecordExecutionResults.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/RecordExecutionResults.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.RecordExecutionResults (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/StepRunEx.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/StepRunEx.html index 58a1ea2201..73def8f4d5 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/StepRunEx.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/class-use/StepRunEx.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.orcanos.publisher.maven.plugin.model.StepRunEx (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/package-summary.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/package-summary.html index b6a1ac2717..d80faefb96 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/package-summary.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.orcanos.publisher.maven.plugin.model (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/package-tree.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/package-tree.html index 6c9fde0458..a8616e48a2 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/package-tree.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.orcanos.publisher.maven.plugin.model Class Hierarchy (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/package-use.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/package-use.html index 3f2beb1734..f1b7350341 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/package-use.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/model/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.orcanos.publisher.maven.plugin.model (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/package-summary.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/package-summary.html index 8bd10f46fc..7e7b6d9b32 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/package-summary.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.orcanos.publisher.maven.plugin (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/package-tree.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/package-tree.html index e6a3924463..134d5def3c 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/package-tree.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.orcanos.publisher.maven.plugin Class Hierarchy (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/package-use.html b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/package-use.html index 4aeb4d769d..028b13a4f7 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/package-use.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/dev/aherscu/qa/orcanos/publisher/maven/plugin/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.orcanos.publisher.maven.plugin (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/help-doc.html b/qa-orcanos-publisher-maven-plugin/apidocs/help-doc.html index e42965877d..8d5a306d57 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/help-doc.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/index-all.html b/qa-orcanos-publisher-maven-plugin/apidocs/index-all.html index c38116cb60..cc7e629fd3 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/index-all.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/index.html b/qa-orcanos-publisher-maven-plugin/apidocs/index.html index 87e8d8061c..a8a63abb84 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/index.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/index.html @@ -2,7 +2,7 @@ - + Overview (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/member-search-index.zip b/qa-orcanos-publisher-maven-plugin/apidocs/member-search-index.zip index 684988ec02..0c50e79450 100644 Binary files a/qa-orcanos-publisher-maven-plugin/apidocs/member-search-index.zip and b/qa-orcanos-publisher-maven-plugin/apidocs/member-search-index.zip differ diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/overview-summary.html b/qa-orcanos-publisher-maven-plugin/apidocs/overview-summary.html index fd252bf155..0efb3af8ca 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/overview-summary.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/overview-summary.html @@ -2,7 +2,7 @@ - + QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/overview-tree.html b/qa-orcanos-publisher-maven-plugin/apidocs/overview-tree.html index 5bfe56bacf..d1c674f848 100644 --- a/qa-orcanos-publisher-maven-plugin/apidocs/overview-tree.html +++ b/qa-orcanos-publisher-maven-plugin/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy (QA Orcanos Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/package-search-index.zip b/qa-orcanos-publisher-maven-plugin/apidocs/package-search-index.zip index 3d190dfe4f..3e72cb02a9 100644 Binary files a/qa-orcanos-publisher-maven-plugin/apidocs/package-search-index.zip and b/qa-orcanos-publisher-maven-plugin/apidocs/package-search-index.zip differ diff --git a/qa-orcanos-publisher-maven-plugin/apidocs/type-search-index.zip b/qa-orcanos-publisher-maven-plugin/apidocs/type-search-index.zip index 5413ce8331..e3662826a3 100644 Binary files a/qa-orcanos-publisher-maven-plugin/apidocs/type-search-index.zip and b/qa-orcanos-publisher-maven-plugin/apidocs/type-search-index.zip differ diff --git a/qa-orcanos-publisher-maven-plugin/surefire-report.html b/qa-orcanos-publisher-maven-plugin/surefire-report.html index 9536acd2b3..7cd578d125 100644 --- a/qa-orcanos-publisher-maven-plugin/surefire-report.html +++ b/qa-orcanos-publisher-maven-plugin/surefire-report.html @@ -148,7 +148,7 @@

    Summary

    0 0 100% -81.40 s
    +79.57 s

    Note: failures are anticipated and checked for with assertions while errors are unanticipated.


    Package List

    [Summary] [Package List] [Test Cases]


    @@ -168,7 +168,7 @@

    Package List

    0 0 100% -79.08 s +77.85 s dev.aherscu.qa.orcanos.publisher.maven.plugin.model 12 @@ -176,7 +176,7 @@

    Package List

    0 0 100% -2.313 s
    +1.719 s

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    dev.aherscu.qa.orcanos.publisher.maven.plugin

    @@ -197,7 +197,7 @@

    dev.aherscu.qa.orcanos.publisher.maven.plugin

    - + @@ -206,7 +206,7 @@

    dev.aherscu.qa.orcanos.publisher.maven.plugin

    - + @@ -215,7 +215,7 @@

    dev.aherscu.qa.orcanos.publisher.maven.plugin

    -
    0 0 100%79.01 s
    77.79 s
    ReportHandleTest 0 0 100%0.015 s
    0 s
    SelfTest 0 0 100%0.063 s
    +0.056 s

    dev.aherscu.qa.orcanos.publisher.maven.plugin.model

    @@ -235,7 +235,7 @@

    dev.aherscu.qa.orcanos.publisher.maven.plugin.model

    - + @@ -260,34 +260,34 @@

    OrcanosPublisherMojoTest

    0 0 100%2.266 s
    1.672 s
    ExecutionSetRunResultsExTest
    - - + + - - + + - - + + - + - - + + - -
    testPublishGoalWithMissingTag on testPublishGoalWithMissingTag(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest)12.66 s
    testSelfRequestOk on testSelfRequestOk(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest)12.02 s
    testPublishGoalWithTaggedReference on testPublishGoalWithTaggedReference(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest)12.94 s
    testSelfResponseOk on testSelfResponseOk(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest)12.24 s
    testConfigurationExistence on testConfigurationExistence(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest)13.10 s
    testPublishGoal on testPublishGoal(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest)13.13 s
    testSelfRequestOk on testSelfRequestOk(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest)testConfigurationExistence on testConfigurationExistence(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) 13.27 s
    testSelfResponseOk on testSelfResponseOk(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest)13.43 s
    testPublishGoalWithMissingTag on testPublishGoalWithMissingTag(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest)13.47 s
    testPublishGoal on testPublishGoal(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest)13.60 s
    +testPublishGoalWithTaggedReference on testPublishGoalWithTaggedReference(dev.aherscu.qa.orcanos.publisher.maven.plugin.OrcanosPublisherMojoTest) +13.66 s

    EmptyExecutionSetRunResultsExTest

    - + @@ -313,7 +313,7 @@

    ReportHandleTest

    - + @@ -340,7 +340,7 @@

    ReportHandleTest

    - + @@ -352,7 +352,7 @@

    ReportHandleTest

    - + @@ -415,11 +415,11 @@

    SelfTest

    - + -
    shouldSerializeExecutionSetRunResultsToXml2.266 s
    1.672 s
    shouldFailReadingInputRunParam
    shouldHavePlatformName0.015 s
    0 s
    shouldHavePlatformVersion 0 s
    shouldHaveReference[789_123, footag:123_456,123_456,k2ZsYALIQ4sYRh0Ve0:789_123](5)shouldHaveReference[789_123, footag:123_456,123_456,Nw7MgtmFRXMeoyHttz:789_123](5) 0 s
    0 s
    shouldHaveStatus[UNSUPPORTED, 𪗜澬ₛ𭓰껖酦𠄌𧊪𮍂ハ🁔𫁟𩓝𡐪𨿨ञ𨩠맇𭗃𭛒㺇𖧳𫢚𣥪𨿭𥏷󠅄㞔〘䔪쫐𮉞膼𨕓踰𨗘½ᥤ𬄸𑖹𑙑𩌠𣾚𝇦ፁ𡑹𥿈旉𨴂](3)shouldHaveStatus[UNSUPPORTED, 𨃚𮣔𠫔숰𡇔𝌚南𘕅륟𥭽𗒩𮎏㗈𛉡𨔷ꐸ𧘝𣣺ꍀ𦉚𦽭繞𤷨𠮤𒐛𗜱𪎉𓄵𪡬ጟ𖫣䮁覯펧𠙣𠑾暀扭𐠴𦡉𖥸𥷲𨤹黤亰䠦樷𐙙簴](3) 0 s
    shouldReadXmlFromRest0.032 s
    0.016 s
    shouldWriteJsonToRest0 s

    +0.009 s

    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 c410428846..317880447d 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.05 at 02:53:35 PM GMT +5 // Generated on: 2024.01.05 at 07:34:18 PM 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 3d2b063045..f1a49298d1 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.05 at 02:53:35 PM GMT +5 // Generated on: 2024.01.05 at 07:34:18 PM 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 57d725afae..948b6e4498 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 @@ - + All Classes (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/allclasses.html b/qa-s3-publisher-maven-plugin/apidocs/allclasses.html index 8f791d47b5..23550341e1 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/allclasses.html +++ b/qa-s3-publisher-maven-plugin/apidocs/allclasses.html @@ -2,7 +2,7 @@ - + All Classes (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/allpackages-index.html b/qa-s3-publisher-maven-plugin/apidocs/allpackages-index.html index 2a7b218bf8..f4fcb1b3fb 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/allpackages-index.html +++ b/qa-s3-publisher-maven-plugin/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/constant-values.html b/qa-s3-publisher-maven-plugin/apidocs/constant-values.html index 120e2c763a..0975cbebfe 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/constant-values.html +++ b/qa-s3-publisher-maven-plugin/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/deprecated-list.html b/qa-s3-publisher-maven-plugin/apidocs/deprecated-list.html index 285f784d92..450bf8a9b6 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/deprecated-list.html +++ b/qa-s3-publisher-maven-plugin/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/S3StaticUploaderMojo.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/S3StaticUploaderMojo.html index 93de722925..1d69f33eeb 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/S3StaticUploaderMojo.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/S3StaticUploaderMojo.html @@ -2,7 +2,7 @@ - + S3StaticUploaderMojo (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/class-use/S3StaticUploaderMojo.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/class-use/S3StaticUploaderMojo.html index 286436a883..703bcfd7ba 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/class-use/S3StaticUploaderMojo.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/class-use/S3StaticUploaderMojo.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.S3StaticUploaderMojo (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/AbstractFilesListBuilder.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/AbstractFilesListBuilder.html index fbac53f5e2..2ddbfc91ed 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/AbstractFilesListBuilder.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/AbstractFilesListBuilder.html @@ -2,7 +2,7 @@ - + AbstractFilesListBuilder (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/Bind.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/Bind.html index b3d7768dda..6788bec4f8 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/Bind.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/Bind.html @@ -2,7 +2,7 @@ - + Bind (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/ConstrainedFilesListBuilder.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/ConstrainedFilesListBuilder.html index 7058d3db54..ba821ba6f8 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/ConstrainedFilesListBuilder.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/ConstrainedFilesListBuilder.html @@ -2,7 +2,7 @@ - + ConstrainedFilesListBuilder (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/Include.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/Include.html index c0fe57b5d4..07a1375a3f 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/Include.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/Include.html @@ -2,7 +2,7 @@ - + Include (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/IncludedFilesListBuilder.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/IncludedFilesListBuilder.html index 73931646ea..68b4d32e0f 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/IncludedFilesListBuilder.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/IncludedFilesListBuilder.html @@ -2,7 +2,7 @@ - + IncludedFilesListBuilder (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/ManagedFile.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/ManagedFile.html index 7e595a2c4f..81b47977b3 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/ManagedFile.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/ManagedFile.html @@ -2,7 +2,7 @@ - + ManagedFile (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/Metadata.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/Metadata.html index a440a48bae..49f5ef34a7 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/Metadata.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/Metadata.html @@ -2,7 +2,7 @@ - + Metadata (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/ParametersValidator.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/ParametersValidator.html index 4f27ec9ed6..b15d3f9743 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/ParametersValidator.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/ParametersValidator.html @@ -2,7 +2,7 @@ - + ParametersValidator (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/AbstractFilesListBuilder.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/AbstractFilesListBuilder.html index 6d527a4486..41ef549376 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/AbstractFilesListBuilder.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/AbstractFilesListBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.config.AbstractFilesListBuilder (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/Bind.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/Bind.html index 6c23d14e38..0a2c8dc24e 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/Bind.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/Bind.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.config.Bind (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/ConstrainedFilesListBuilder.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/ConstrainedFilesListBuilder.html index 3bdb5cb305..f770fdc082 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/ConstrainedFilesListBuilder.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/ConstrainedFilesListBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.config.ConstrainedFilesListBuilder (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/Include.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/Include.html index 150b0517a9..fb37ce8bab 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/Include.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/Include.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.config.Include (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/IncludedFilesListBuilder.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/IncludedFilesListBuilder.html index b37584f27b..3571dd8f19 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/IncludedFilesListBuilder.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/IncludedFilesListBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.config.IncludedFilesListBuilder (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/ManagedFile.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/ManagedFile.html index aa41bd6c1e..32d8e122f0 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/ManagedFile.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/ManagedFile.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.config.ManagedFile (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/Metadata.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/Metadata.html index 022044d118..67436df07b 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/Metadata.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/Metadata.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.config.Metadata (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/ParametersValidator.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/ParametersValidator.html index 25411f8c92..bbafe68bf2 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/ParametersValidator.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/class-use/ParametersValidator.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.config.ParametersValidator (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/package-summary.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/package-summary.html index cf7e4077c4..9ff1c411ec 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/package-summary.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.s3.publisher.maven.plugin.config (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/package-tree.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/package-tree.html index 459f8cb026..b5b4998700 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/package-tree.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.s3.publisher.maven.plugin.config Class Hierarchy (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/package-use.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/package-use.html index e15fbb51dd..2ed5dbc805 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/package-use.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/config/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.s3.publisher.maven.plugin.config (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/package-summary.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/package-summary.html index e0ddb39b37..f22c17b4b2 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/package-summary.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.s3.publisher.maven.plugin (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/package-tree.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/package-tree.html index 5198f75f6e..3e17e70c1b 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/package-tree.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.s3.publisher.maven.plugin Class Hierarchy (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/package-use.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/package-use.html index cea816b048..dfde4d80c4 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/package-use.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.s3.publisher.maven.plugin (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ManagedFileContentEncoder.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ManagedFileContentEncoder.html index a2b086f857..1f58f270ba 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ManagedFileContentEncoder.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ManagedFileContentEncoder.html @@ -2,7 +2,7 @@ - + ManagedFileContentEncoder (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ManagedFileContentEncoderGZipImpl.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ManagedFileContentEncoderGZipImpl.html index 316cfc6802..15f63d350c 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ManagedFileContentEncoderGZipImpl.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ManagedFileContentEncoderGZipImpl.html @@ -2,7 +2,7 @@ - + ManagedFileContentEncoderGZipImpl (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ManagedFileContentEncoderPlainImpl.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ManagedFileContentEncoderPlainImpl.html index 69bb56d116..9a9f643fd3 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ManagedFileContentEncoderPlainImpl.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ManagedFileContentEncoderPlainImpl.html @@ -2,7 +2,7 @@ - + ManagedFileContentEncoderPlainImpl (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ObjectMetadataBuilder.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ObjectMetadataBuilder.html index ad1704f3a5..422a78216f 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ObjectMetadataBuilder.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/ObjectMetadataBuilder.html @@ -2,7 +2,7 @@ - + ObjectMetadataBuilder (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/S3Uploader.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/S3Uploader.html index 14ed570a66..02e8f973a1 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/S3Uploader.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/S3Uploader.html @@ -2,7 +2,7 @@ - + S3Uploader (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ManagedFileContentEncoder.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ManagedFileContentEncoder.html index 3d2edfac6d..2e179de476 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ManagedFileContentEncoder.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ManagedFileContentEncoder.html @@ -2,7 +2,7 @@ - + Uses of Interface dev.aherscu.qa.s3.publisher.maven.plugin.util.ManagedFileContentEncoder (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ManagedFileContentEncoderGZipImpl.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ManagedFileContentEncoderGZipImpl.html index ed7c3a2eff..285da6b5a8 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ManagedFileContentEncoderGZipImpl.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ManagedFileContentEncoderGZipImpl.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.util.ManagedFileContentEncoderGZipImpl (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ManagedFileContentEncoderPlainImpl.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ManagedFileContentEncoderPlainImpl.html index 857fdf862d..c4bf9c92a6 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ManagedFileContentEncoderPlainImpl.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ManagedFileContentEncoderPlainImpl.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.util.ManagedFileContentEncoderPlainImpl (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ObjectMetadataBuilder.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ObjectMetadataBuilder.html index 111bcabc4a..52c49af81b 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ObjectMetadataBuilder.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/ObjectMetadataBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.util.ObjectMetadataBuilder (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/S3Uploader.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/S3Uploader.html index 4598d45d2d..032dc7a208 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/S3Uploader.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/class-use/S3Uploader.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.s3.publisher.maven.plugin.util.S3Uploader (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/package-summary.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/package-summary.html index f0a7ab5443..6f6adea897 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/package-summary.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.s3.publisher.maven.plugin.util (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/package-tree.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/package-tree.html index 71a5a0f6ff..567fb91107 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/package-tree.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.s3.publisher.maven.plugin.util Class Hierarchy (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/package-use.html b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/package-use.html index 71c68a54be..f814b72f58 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/package-use.html +++ b/qa-s3-publisher-maven-plugin/apidocs/dev/aherscu/qa/s3/publisher/maven/plugin/util/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.s3.publisher.maven.plugin.util (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/help-doc.html b/qa-s3-publisher-maven-plugin/apidocs/help-doc.html index 359963e1cf..bda473c402 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/help-doc.html +++ b/qa-s3-publisher-maven-plugin/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/index-all.html b/qa-s3-publisher-maven-plugin/apidocs/index-all.html index 191c694ee8..354a865cda 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/index-all.html +++ b/qa-s3-publisher-maven-plugin/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/index.html b/qa-s3-publisher-maven-plugin/apidocs/index.html index 10e593af54..9eb434b539 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/index.html +++ b/qa-s3-publisher-maven-plugin/apidocs/index.html @@ -2,7 +2,7 @@ - + Overview (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/member-search-index.zip b/qa-s3-publisher-maven-plugin/apidocs/member-search-index.zip index dd5027ed9b..cb4b8ee5de 100644 Binary files a/qa-s3-publisher-maven-plugin/apidocs/member-search-index.zip and b/qa-s3-publisher-maven-plugin/apidocs/member-search-index.zip differ diff --git a/qa-s3-publisher-maven-plugin/apidocs/overview-summary.html b/qa-s3-publisher-maven-plugin/apidocs/overview-summary.html index 855dc03414..ef7db91ab2 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/overview-summary.html +++ b/qa-s3-publisher-maven-plugin/apidocs/overview-summary.html @@ -2,7 +2,7 @@ - + QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API diff --git a/qa-s3-publisher-maven-plugin/apidocs/overview-tree.html b/qa-s3-publisher-maven-plugin/apidocs/overview-tree.html index 2817e44da7..9fc0a614cf 100644 --- a/qa-s3-publisher-maven-plugin/apidocs/overview-tree.html +++ b/qa-s3-publisher-maven-plugin/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy (QA S3 Publisher Maven Plugin 1.0.2-SNAPSHOT API) diff --git a/qa-s3-publisher-maven-plugin/apidocs/package-search-index.zip b/qa-s3-publisher-maven-plugin/apidocs/package-search-index.zip index 0db7964a96..1e7c9e09c0 100644 Binary files a/qa-s3-publisher-maven-plugin/apidocs/package-search-index.zip and b/qa-s3-publisher-maven-plugin/apidocs/package-search-index.zip differ diff --git a/qa-s3-publisher-maven-plugin/apidocs/type-search-index.zip b/qa-s3-publisher-maven-plugin/apidocs/type-search-index.zip index 34ec63cd74..4eeafc02c0 100644 Binary files a/qa-s3-publisher-maven-plugin/apidocs/type-search-index.zip and b/qa-s3-publisher-maven-plugin/apidocs/type-search-index.zip differ diff --git a/qa-testing-extra/apidocs/allclasses-index.html b/qa-testing-extra/apidocs/allclasses-index.html index 8af667ca98..cf62459119 100644 --- a/qa-testing-extra/apidocs/allclasses-index.html +++ b/qa-testing-extra/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - + All Classes (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/allclasses.html b/qa-testing-extra/apidocs/allclasses.html index 2a362a6bce..a01d42d97f 100644 --- a/qa-testing-extra/apidocs/allclasses.html +++ b/qa-testing-extra/apidocs/allclasses.html @@ -2,7 +2,7 @@ - + All Classes (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/allpackages-index.html b/qa-testing-extra/apidocs/allpackages-index.html index b7bfb12d68..67703b3614 100644 --- a/qa-testing-extra/apidocs/allpackages-index.html +++ b/qa-testing-extra/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/constant-values.html b/qa-testing-extra/apidocs/constant-values.html index a0c65f5df3..b37ce686f3 100644 --- a/qa-testing-extra/apidocs/constant-values.html +++ b/qa-testing-extra/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/deprecated-list.html b/qa-testing-extra/apidocs/deprecated-list.html index 042c2d0741..0d0573c66a 100644 --- a/qa-testing-extra/apidocs/deprecated-list.html +++ b/qa-testing-extra/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ConcreteGuardAspect.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ConcreteGuardAspect.html index a51af1518c..9c6a9f0b29 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ConcreteGuardAspect.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ConcreteGuardAspect.html @@ -2,7 +2,7 @@ - + ConcreteGuardAspect (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/CsvUtils.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/CsvUtils.html index 68e15646b0..f30d7fa195 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/CsvUtils.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/CsvUtils.html @@ -2,7 +2,7 @@ - + CsvUtils (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/JenkinsKeepAlive.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/JenkinsKeepAlive.html index fe74283f04..abd2f2a134 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/JenkinsKeepAlive.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/JenkinsKeepAlive.html @@ -2,7 +2,7 @@ - + JenkinsKeepAlive (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/LockingUtils.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/LockingUtils.html index 5ab90b6241..b77233e3f5 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/LockingUtils.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/LockingUtils.html @@ -2,7 +2,7 @@ - + LockingUtils (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ParallelLoop.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ParallelLoop.html index ebe3c5c4a4..0fbf569033 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ParallelLoop.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ParallelLoop.html @@ -2,7 +2,7 @@ - + ParallelLoop (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/RangeSpliterator.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/RangeSpliterator.html index 9f10491631..c060372255 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/RangeSpliterator.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/RangeSpliterator.html @@ -2,7 +2,7 @@ - + RangeSpliterator (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ReadMultiWriteLock.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ReadMultiWriteLock.html index b7a3cf46cb..87c0d5f4d8 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ReadMultiWriteLock.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ReadMultiWriteLock.html @@ -2,7 +2,7 @@ - + ReadMultiWriteLock (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ResourceUtils.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ResourceUtils.html index 0f525aa645..893f1bff44 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ResourceUtils.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/ResourceUtils.html @@ -2,7 +2,7 @@ - + ResourceUtils (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ConcreteGuardAspect.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ConcreteGuardAspect.html index e12f601471..9887d18eff 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ConcreteGuardAspect.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ConcreteGuardAspect.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.ConcreteGuardAspect (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/CsvUtils.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/CsvUtils.html index 603718be38..edc803e1f8 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/CsvUtils.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/CsvUtils.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.CsvUtils (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/JenkinsKeepAlive.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/JenkinsKeepAlive.html index f384142bf3..bf510503f6 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/JenkinsKeepAlive.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/JenkinsKeepAlive.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.JenkinsKeepAlive (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/LockingUtils.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/LockingUtils.html index 4846b6e185..e460729972 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/LockingUtils.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/LockingUtils.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.LockingUtils (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ParallelLoop.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ParallelLoop.html index ec7f3ec16c..4fd4c89aa8 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ParallelLoop.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ParallelLoop.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.ParallelLoop (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/RangeSpliterator.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/RangeSpliterator.html index 913825db4c..3c686276ed 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/RangeSpliterator.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/RangeSpliterator.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.RangeSpliterator (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ReadMultiWriteLock.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ReadMultiWriteLock.html index bbc2e9696f..e651a5df0f 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ReadMultiWriteLock.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ReadMultiWriteLock.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.ReadMultiWriteLock (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ResourceUtils.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ResourceUtils.html index 760aa8ad20..c3c1b074e5 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ResourceUtils.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/class-use/ResourceUtils.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.ResourceUtils (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/package-summary.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/package-summary.html index 2a1f4e9296..a64715245b 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/package-summary.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/package-tree.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/package-tree.html index 9d255956ce..3e57670019 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/package-tree.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra Class Hierarchy (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/package-use.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/package-use.html index ceff797c2d..07e8b9be26 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/package-use.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.testing.extra (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/AutoReturnable.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/AutoReturnable.html index 3fbb4128e2..f71c2cbabc 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/AutoReturnable.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/AutoReturnable.html @@ -2,7 +2,7 @@ - + AutoReturnable (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/AutoReturnableObjectFactory.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/AutoReturnableObjectFactory.html index a305cc4e1a..c777f45ab4 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/AutoReturnableObjectFactory.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/AutoReturnableObjectFactory.html @@ -2,7 +2,7 @@ - + AutoReturnableObjectFactory (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/AutoReturnableObjectPool.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/AutoReturnableObjectPool.html index fdfac1a65f..533fd0b133 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/AutoReturnableObjectPool.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/AutoReturnableObjectPool.html @@ -2,7 +2,7 @@ - + AutoReturnableObjectPool (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/class-use/AutoReturnable.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/class-use/AutoReturnable.html index 3ab85998ec..7f4a458cb5 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/class-use/AutoReturnable.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/class-use/AutoReturnable.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.pooling.AutoReturnable (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/class-use/AutoReturnableObjectFactory.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/class-use/AutoReturnableObjectFactory.html index bf308db92a..3bc232d581 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/class-use/AutoReturnableObjectFactory.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/class-use/AutoReturnableObjectFactory.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.pooling.AutoReturnableObjectFactory (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/class-use/AutoReturnableObjectPool.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/class-use/AutoReturnableObjectPool.html index cfb43b4fea..036283faaa 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/class-use/AutoReturnableObjectPool.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/class-use/AutoReturnableObjectPool.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.pooling.AutoReturnableObjectPool (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/package-summary.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/package-summary.html index 0e8511f944..39b47a4e21 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/package-summary.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra.pooling (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/package-tree.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/package-tree.html index aeb0351f0e..eb4e685803 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/package-tree.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra.pooling Class Hierarchy (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/package-use.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/package-use.html index f420547da0..1d9f297c0a 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/package-use.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/pooling/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.testing.extra.pooling (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpAuthenticator.Algorithm.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpAuthenticator.Algorithm.html index db42d8da43..3321f2b28e 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpAuthenticator.Algorithm.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpAuthenticator.Algorithm.html @@ -2,7 +2,7 @@ - + AwsCognitoSrpAuthenticator.Algorithm (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpAuthenticator.AwsCognitoSrpAuthenticatorBuilder.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpAuthenticator.AwsCognitoSrpAuthenticatorBuilder.html index e712f3fddc..381db36029 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpAuthenticator.AwsCognitoSrpAuthenticatorBuilder.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpAuthenticator.AwsCognitoSrpAuthenticatorBuilder.html @@ -2,7 +2,7 @@ - + AwsCognitoSrpAuthenticator.AwsCognitoSrpAuthenticatorBuilder (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpAuthenticator.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpAuthenticator.html index 4bb5eae02d..7a96953dcf 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpAuthenticator.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpAuthenticator.html @@ -2,7 +2,7 @@ - + AwsCognitoSrpAuthenticator (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpRequestFilter.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpRequestFilter.html index e1a94cb0e3..072349cfa4 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpRequestFilter.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/AwsCognitoSrpRequestFilter.html @@ -2,7 +2,7 @@ - + AwsCognitoSrpRequestFilter (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpAuthenticator.Algorithm.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpAuthenticator.Algorithm.html index 2f133b96b2..9927c3f8a1 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpAuthenticator.Algorithm.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpAuthenticator.Algorithm.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.rest.AwsCognitoSrpAuthenticator.Algorithm (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpAuthenticator.AwsCognitoSrpAuthenticatorBuilder.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpAuthenticator.AwsCognitoSrpAuthenticatorBuilder.html index b59cf7837a..73526bde44 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpAuthenticator.AwsCognitoSrpAuthenticatorBuilder.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpAuthenticator.AwsCognitoSrpAuthenticatorBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.rest.AwsCognitoSrpAuthenticator.AwsCognitoSrpAuthenticatorBuilder (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpAuthenticator.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpAuthenticator.html index 029798c7e7..07601d32ae 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpAuthenticator.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpAuthenticator.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.rest.AwsCognitoSrpAuthenticator (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpRequestFilter.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpRequestFilter.html index fe049ce0bd..09863ec852 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpRequestFilter.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/class-use/AwsCognitoSrpRequestFilter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.rest.AwsCognitoSrpRequestFilter (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/package-summary.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/package-summary.html index 47ef70f346..96b1e35d08 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/package-summary.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra.rest (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/package-tree.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/package-tree.html index 89798b15ea..654473a772 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/package-tree.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra.rest Class Hierarchy (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/package-use.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/package-use.html index 3e21a51d87..8f9ba69960 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/package-use.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/rest/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.testing.extra.rest (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/BeanScanner.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/BeanScanner.html index 7455ad1048..e6d87957fe 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/BeanScanner.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/BeanScanner.html @@ -2,7 +2,7 @@ - + BeanScanner (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/Scanner.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/Scanner.html index aed05f35bc..ff90d294d5 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/Scanner.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/Scanner.html @@ -2,7 +2,7 @@ - + Scanner (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/StreamScanner.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/StreamScanner.html index 14fd9e3bac..d72dcd48fd 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/StreamScanner.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/StreamScanner.html @@ -2,7 +2,7 @@ - + StreamScanner (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/class-use/BeanScanner.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/class-use/BeanScanner.html index 9d842e29a2..1a2cf05c87 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/class-use/BeanScanner.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/class-use/BeanScanner.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.supermachine.BeanScanner (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/class-use/Scanner.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/class-use/Scanner.html index 5c1aac2981..b211eb96f4 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/class-use/Scanner.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/class-use/Scanner.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.supermachine.Scanner (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/class-use/StreamScanner.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/class-use/StreamScanner.html index 637f670c47..55de104c98 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/class-use/StreamScanner.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/class-use/StreamScanner.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.supermachine.StreamScanner (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/package-summary.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/package-summary.html index 8b4556911b..4a7d028936 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/package-summary.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra.supermachine (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/package-tree.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/package-tree.html index 390444afca..89a16dcb0b 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/package-tree.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra.supermachine Class Hierarchy (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/package-use.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/package-use.html index ca0e1bc146..56c9395883 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/package-use.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.testing.extra.supermachine (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/ReflectionUtils.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/ReflectionUtils.html index 25653e874a..215b1ab8b6 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/ReflectionUtils.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/ReflectionUtils.html @@ -2,7 +2,7 @@ - + ReflectionUtils (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/Traverser.Visitor.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/Traverser.Visitor.html index 08d06d3875..ef8af718d6 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/Traverser.Visitor.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/Traverser.Visitor.html @@ -2,7 +2,7 @@ - + Traverser.Visitor (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/Traverser.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/Traverser.html index 1f4ae971f1..f41300fe12 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/Traverser.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/Traverser.html @@ -2,7 +2,7 @@ - + Traverser (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/class-use/ReflectionUtils.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/class-use/ReflectionUtils.html index 74a2eac850..0661feb43e 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/class-use/ReflectionUtils.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/class-use/ReflectionUtils.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.supermachine.traverser.ReflectionUtils (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/class-use/Traverser.Visitor.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/class-use/Traverser.Visitor.html index 24118b0e4e..c9552eeedf 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/class-use/Traverser.Visitor.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/class-use/Traverser.Visitor.html @@ -2,7 +2,7 @@ - + Uses of Interface dev.aherscu.qa.testing.extra.supermachine.traverser.Traverser.Visitor (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/class-use/Traverser.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/class-use/Traverser.html index aa2e0be668..60cbf48f68 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/class-use/Traverser.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/class-use/Traverser.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.supermachine.traverser.Traverser (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/package-summary.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/package-summary.html index b379c29c00..e19bab6905 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/package-summary.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra.supermachine.traverser (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/package-tree.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/package-tree.html index cf441d177d..3ac8cbff7d 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/package-tree.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra.supermachine.traverser Class Hierarchy (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/package-use.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/package-use.html index ad6b7bf025..2b99e4cb99 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/package-use.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/supermachine/traverser/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.testing.extra.supermachine.traverser (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/DisableSslCertificateValidation.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/DisableSslCertificateValidation.html index 3cdcc0e524..ac505001a5 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/DisableSslCertificateValidation.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/DisableSslCertificateValidation.html @@ -2,7 +2,7 @@ - + DisableSslCertificateValidation (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/TestRunLogger.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/TestRunLogger.html index 2f239caf44..bc9f818fc3 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/TestRunLogger.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/TestRunLogger.html @@ -2,7 +2,7 @@ - + TestRunLogger (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/TestShuffler.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/TestShuffler.html index 43bc57fb46..7c0dae6ab9 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/TestShuffler.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/TestShuffler.html @@ -2,7 +2,7 @@ - + TestShuffler (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/class-use/DisableSslCertificateValidation.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/class-use/DisableSslCertificateValidation.html index 199d7acd17..10111aa3ae 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/class-use/DisableSslCertificateValidation.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/class-use/DisableSslCertificateValidation.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.testng.DisableSslCertificateValidation (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/class-use/TestRunLogger.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/class-use/TestRunLogger.html index 558255743f..cc4d6fdd84 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/class-use/TestRunLogger.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/class-use/TestRunLogger.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.testng.TestRunLogger (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/class-use/TestShuffler.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/class-use/TestShuffler.html index dbf19b72c0..fa67c26003 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/class-use/TestShuffler.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/class-use/TestShuffler.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.testng.TestShuffler (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/package-summary.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/package-summary.html index 7e8a7d1d9c..17c8b906ff 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/package-summary.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra.testng (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/package-tree.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/package-tree.html index f4a01623e1..710d5e623a 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/package-tree.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra.testng Class Hierarchy (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/package-use.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/package-use.html index f13008c28b..ceca8a9cc1 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/package-use.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/testng/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.testing.extra.testng (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/YamlReader.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/YamlReader.html index afc55de49e..c36e51efc3 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/YamlReader.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/YamlReader.html @@ -2,7 +2,7 @@ - + YamlReader (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/YamlWriter.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/YamlWriter.html index 12ae6daf72..b3e366fdd4 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/YamlWriter.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/YamlWriter.html @@ -2,7 +2,7 @@ - + YamlWriter (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/class-use/YamlReader.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/class-use/YamlReader.html index 17ad55bd49..f7550ac37c 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/class-use/YamlReader.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/class-use/YamlReader.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.yaml.YamlReader (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/class-use/YamlWriter.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/class-use/YamlWriter.html index 597d07a939..33b99b1bb4 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/class-use/YamlWriter.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/class-use/YamlWriter.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.extra.yaml.YamlWriter (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/package-summary.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/package-summary.html index 68e0a3c04b..085bbe4d5a 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/package-summary.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra.yaml (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/package-tree.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/package-tree.html index 254788cf96..b3a7f8a0f8 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/package-tree.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.extra.yaml Class Hierarchy (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/package-use.html b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/package-use.html index e5ebcbf702..28fe3f9078 100644 --- a/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/package-use.html +++ b/qa-testing-extra/apidocs/dev/aherscu/qa/testing/extra/yaml/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.testing.extra.yaml (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/help-doc.html b/qa-testing-extra/apidocs/help-doc.html index 11bef93227..852b92c2b2 100644 --- a/qa-testing-extra/apidocs/help-doc.html +++ b/qa-testing-extra/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/index-all.html b/qa-testing-extra/apidocs/index-all.html index 3ed05b9ac2..2914746894 100644 --- a/qa-testing-extra/apidocs/index-all.html +++ b/qa-testing-extra/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/index.html b/qa-testing-extra/apidocs/index.html index 9252d8ab58..7993644f70 100644 --- a/qa-testing-extra/apidocs/index.html +++ b/qa-testing-extra/apidocs/index.html @@ -2,7 +2,7 @@ - + Overview (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/member-search-index.zip b/qa-testing-extra/apidocs/member-search-index.zip index 21d1b8dd74..490f16a8fc 100644 Binary files a/qa-testing-extra/apidocs/member-search-index.zip and b/qa-testing-extra/apidocs/member-search-index.zip differ diff --git a/qa-testing-extra/apidocs/overview-summary.html b/qa-testing-extra/apidocs/overview-summary.html index a999c37528..91533ba99e 100644 --- a/qa-testing-extra/apidocs/overview-summary.html +++ b/qa-testing-extra/apidocs/overview-summary.html @@ -2,7 +2,7 @@ - + QA Testing Extra 1.0.2-SNAPSHOT API diff --git a/qa-testing-extra/apidocs/overview-tree.html b/qa-testing-extra/apidocs/overview-tree.html index d8baecef05..ca5a336ab2 100644 --- a/qa-testing-extra/apidocs/overview-tree.html +++ b/qa-testing-extra/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy (QA Testing Extra 1.0.2-SNAPSHOT API) diff --git a/qa-testing-extra/apidocs/package-search-index.zip b/qa-testing-extra/apidocs/package-search-index.zip index 074602a50e..901305d9f3 100644 Binary files a/qa-testing-extra/apidocs/package-search-index.zip and b/qa-testing-extra/apidocs/package-search-index.zip differ diff --git a/qa-testing-extra/apidocs/type-search-index.zip b/qa-testing-extra/apidocs/type-search-index.zip index 79c0319b2d..a871e5e026 100644 Binary files a/qa-testing-extra/apidocs/type-search-index.zip and b/qa-testing-extra/apidocs/type-search-index.zip differ diff --git a/qa-testing-extra/surefire-report.html b/qa-testing-extra/surefire-report.html index 2122fd92e4..b6b4c60e50 100644 --- a/qa-testing-extra/surefire-report.html +++ b/qa-testing-extra/surefire-report.html @@ -141,7 +141,7 @@

    Summary

    0 0 100% -95.63 s
    +120.7 s

    Note: failures are anticipated and checked for with assertions while errors are unanticipated.


    Package List

    [Summary] [Package List] [Test Cases]


    @@ -161,7 +161,7 @@

    Package List

    0 0 100% -5.862 s +6.005 s dev.aherscu.qa.testing.extra 8 @@ -169,7 +169,7 @@

    Package List

    0 0 100% -89.74 s +114.6 s dev.aherscu.qa.testing.extra.supermachine 3 @@ -177,7 +177,7 @@

    Package List

    0 0 100% -0.027 s
    +0.029 s

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    dev.aherscu.qa.testing.extra.pooling

    @@ -198,7 +198,7 @@

    dev.aherscu.qa.testing.extra.pooling

    -
    0 0 100%5.862 s
    +6.005 s

    dev.aherscu.qa.testing.extra

    @@ -218,7 +218,7 @@

    dev.aherscu.qa.testing.extra

    - + @@ -227,7 +227,7 @@

    dev.aherscu.qa.testing.extra

    -
    0 0 100%83.95 s
    108.8 s
    ParallelLoopTest 0 0 100%5.794 s
    +5.804 s

    dev.aherscu.qa.testing.extra.supermachine

    @@ -247,7 +247,7 @@

    dev.aherscu.qa.testing.extra.supermachine

    -
    0 0 100%0.027 s

    +0.029 s

    Test Cases

    [Summary] [Package List] [Test Cases]

    ReadMultiWriteLockTest

    @@ -255,53 +255,53 @@

    ReadMultiWriteLockTest

    shouldExecuteReadingCriticalSectionWithoutValue -0 s +0.034 s shouldExecuteWritingCriticalSectionWithoutValue -0.083 s +0.009 s shouldFailIfNotReadLocked -5.879 s +14.51 s shouldFailIfNeitherLocked -6.047 s +23.06 s shouldFailIfNotWriteLocked -23.46 s +23.93 s shouldExclusivelyLockForReadsAndWrites -48.48 s
    +47.28 s

    AutoReturnableObjectPoolTest

    - + -
    shouldBorrowFirstObjectAlways0.003 s
    0.068 s
    shouldBorrowDifferentObjects5.859 s
    +5.937 s

    ParallelLoopTest

    - + -
    selfTest2.897 s
    2.902 s
    shouldLoopSlowly2.897 s
    +2.902 s

    ScannerTest

    - + @@ -309,7 +309,7 @@

    ScannerTest

    -
    addresses0.022 s
    0.023 s
    binaryTree
    streamScanner0.004 s

    +0.005 s

    diff --git a/qa-testing-parent/qa-testing-archetype/index.html b/qa-testing-parent/qa-testing-archetype/index.html index 9203ad33c1..0a369af3d8 100644 --- a/qa-testing-parent/qa-testing-archetype/index.html +++ b/qa-testing-parent/qa-testing-archetype/index.html @@ -116,7 +116,7 @@

    (GitHub project README.md)

    Generating a QA Automation Project

    -

    Assuming JDK 8 and Maven 3.6+ are already installed, on Windows it would be:

    +

    Assuming JDK 11 and Maven 3.6+ are already installed, on Windows it would be:

    mvn --batch-mode archetype:generate ^
    @@ -138,7 +138,7 @@ 

    Generating a QA Automation Project

    Selenium, Appium, SouceLabs integration, -DbUnit, and many other utility libraries which I +and many other utility libraries which I found useful across a dozen of projects.

    All above pieces are already integrated, all you have to do is:

      @@ -150,9 +150,9 @@

      Generating a QA Automation Project

    1. QA JGiven REST
    2. QA JGiven SSH
    3. +
    4. QA JGiven JDBC
    5. QA JGiven ElasticSearch
    6. QA JGiven RabbitMQ
    7. -
    8. QA JGiven ElasticSearch
    9. or prepare one of yours :)
    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 76d9ad7e18..c1827d8e96 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 @@ - + All Classes (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/allclasses.html b/qa-testing-parent/qa-testing-example/apidocs/allclasses.html index cbf37e056a..28a02313ec 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/allclasses.html +++ b/qa-testing-parent/qa-testing-example/apidocs/allclasses.html @@ -2,7 +2,7 @@ - + All Classes (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/allpackages-index.html b/qa-testing-parent/qa-testing-example/apidocs/allpackages-index.html index 8a3c2250c1..ef92fb1dd4 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/allpackages-index.html +++ b/qa-testing-parent/qa-testing-example/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/constant-values.html b/qa-testing-parent/qa-testing-example/apidocs/constant-values.html index 71578969d2..a8d79f7a46 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/constant-values.html +++ b/qa-testing-parent/qa-testing-example/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/deprecated-list.html b/qa-testing-parent/qa-testing-example/apidocs/deprecated-list.html index f52ac3dd95..8bbb926c2c 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/deprecated-list.html +++ b/qa-testing-parent/qa-testing-example/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/AbstractMockServerTest.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/AbstractMockServerTest.html index e28aacba4f..f3caddc2c0 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/AbstractMockServerTest.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/AbstractMockServerTest.html @@ -2,7 +2,7 @@ - + AbstractMockServerTest (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/TestConfiguration.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/TestConfiguration.html index 60f2723618..3470edde3e 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/TestConfiguration.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/TestConfiguration.html @@ -2,7 +2,7 @@ - + TestConfiguration (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/class-use/AbstractMockServerTest.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/class-use/AbstractMockServerTest.html index 8988f9a65e..3dfb1bae2f 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/class-use/AbstractMockServerTest.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/class-use/AbstractMockServerTest.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.example.AbstractMockServerTest (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/class-use/TestConfiguration.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/class-use/TestConfiguration.html index c2e5833343..f865bd8138 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/class-use/TestConfiguration.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/class-use/TestConfiguration.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.example.TestConfiguration (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/Calculation.CalculationBuilder.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/Calculation.CalculationBuilder.html index ab3faabf0a..0f3e346ca6 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/Calculation.CalculationBuilder.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/Calculation.CalculationBuilder.html @@ -2,7 +2,7 @@ - + Calculation.CalculationBuilder (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/Calculation.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/Calculation.html index 643d59ca00..1976a079d9 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/Calculation.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/Calculation.html @@ -2,7 +2,7 @@ - + Calculation (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/GoogleResult.GoogleResultBuilder.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/GoogleResult.GoogleResultBuilder.html index 4b59ad2f9b..3da4e3b38e 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/GoogleResult.GoogleResultBuilder.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/GoogleResult.GoogleResultBuilder.html @@ -2,7 +2,7 @@ - + GoogleResult.GoogleResultBuilder (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/GoogleResult.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/GoogleResult.html index d1fb2f290d..6a0665315d 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/GoogleResult.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/GoogleResult.html @@ -2,7 +2,7 @@ - + GoogleResult (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/Calculation.CalculationBuilder.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/Calculation.CalculationBuilder.html index f2171f8fa6..f6b3d14451 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/Calculation.CalculationBuilder.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/Calculation.CalculationBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.example.model.tutorial.Calculation.CalculationBuilder (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/Calculation.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/Calculation.html index df73205c84..ee9a4c52e1 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/Calculation.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/Calculation.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.example.model.tutorial.Calculation (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/GoogleResult.GoogleResultBuilder.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/GoogleResult.GoogleResultBuilder.html index 103a62b631..524da20814 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/GoogleResult.GoogleResultBuilder.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/GoogleResult.GoogleResultBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.example.model.tutorial.GoogleResult.GoogleResultBuilder (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/GoogleResult.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/GoogleResult.html index baa15d4ef2..d1289dd735 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/GoogleResult.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/class-use/GoogleResult.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.example.model.tutorial.GoogleResult (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/package-summary.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/package-summary.html index e0d6f9d5cc..79239c82a3 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/package-summary.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.example.model.tutorial (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/package-tree.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/package-tree.html index 494fbe300e..1285e8c103 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/package-tree.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.example.model.tutorial Class Hierarchy (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/package-use.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/package-use.html index fbdf1c0259..6368842ef6 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/package-use.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/model/tutorial/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.testing.example.model.tutorial (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/package-summary.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/package-summary.html index 9e06f60853..f49c303da4 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/package-summary.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.example (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/package-tree.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/package-tree.html index 964476849d..6f3c05a043 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/package-tree.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.example Class Hierarchy (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/package-use.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/package-use.html index 38c1bd1530..76fca09a94 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/package-use.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.testing.example (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/CalculatorActions.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/CalculatorActions.html index 46b9a1f592..367d6d4883 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/CalculatorActions.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/CalculatorActions.html @@ -2,7 +2,7 @@ - + CalculatorActions (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/CalculatorFixtures.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/CalculatorFixtures.html index 2c31f31d3d..999e4722b1 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/CalculatorFixtures.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/CalculatorFixtures.html @@ -2,7 +2,7 @@ - + CalculatorFixtures (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/CalculatorVerifications.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/CalculatorVerifications.html index ae593739f5..8b67ba3295 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/CalculatorVerifications.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/CalculatorVerifications.html @@ -2,7 +2,7 @@ - + CalculatorVerifications (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/GoogleActions.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/GoogleActions.html index 12492a1678..74fcdff366 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/GoogleActions.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/GoogleActions.html @@ -2,7 +2,7 @@ - + GoogleActions (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/GoogleFixtures.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/GoogleFixtures.html index 96dcc63beb..635b52078c 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/GoogleFixtures.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/GoogleFixtures.html @@ -2,7 +2,7 @@ - + GoogleFixtures (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/GoogleVerifications.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/GoogleVerifications.html index 63483bba26..f4f6dac2cc 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/GoogleVerifications.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/GoogleVerifications.html @@ -2,7 +2,7 @@ - + GoogleVerifications (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/CalculatorActions.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/CalculatorActions.html index 7b84ddc7d8..a8a2caad12 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/CalculatorActions.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/CalculatorActions.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.example.steps.tutorial.CalculatorActions (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/CalculatorFixtures.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/CalculatorFixtures.html index ff2193de5a..c941feac95 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/CalculatorFixtures.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/CalculatorFixtures.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.example.steps.tutorial.CalculatorFixtures (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/CalculatorVerifications.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/CalculatorVerifications.html index f822065fa9..6b1c0208d8 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/CalculatorVerifications.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/CalculatorVerifications.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.example.steps.tutorial.CalculatorVerifications (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/GoogleActions.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/GoogleActions.html index 4445c9421d..aa5b957339 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/GoogleActions.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/GoogleActions.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.example.steps.tutorial.GoogleActions (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/GoogleFixtures.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/GoogleFixtures.html index 6b07cf4230..056b8129fe 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/GoogleFixtures.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/GoogleFixtures.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.example.steps.tutorial.GoogleFixtures (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/GoogleVerifications.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/GoogleVerifications.html index 79b03cb9e2..89cee1425e 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/GoogleVerifications.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/class-use/GoogleVerifications.html @@ -2,7 +2,7 @@ - + Uses of Class dev.aherscu.qa.testing.example.steps.tutorial.GoogleVerifications (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/package-summary.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/package-summary.html index d277ee9996..1ab0f9433d 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/package-summary.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/package-summary.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.example.steps.tutorial (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/package-tree.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/package-tree.html index cdbaa22500..e3935a98b1 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/package-tree.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/package-tree.html @@ -2,7 +2,7 @@ - + dev.aherscu.qa.testing.example.steps.tutorial Class Hierarchy (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/package-use.html b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/package-use.html index c9568c2383..58260bed6f 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/package-use.html +++ b/qa-testing-parent/qa-testing-example/apidocs/dev/aherscu/qa/testing/example/steps/tutorial/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package dev.aherscu.qa.testing.example.steps.tutorial (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/help-doc.html b/qa-testing-parent/qa-testing-example/apidocs/help-doc.html index 7662626f32..97e2e81df6 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/help-doc.html +++ b/qa-testing-parent/qa-testing-example/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/index-all.html b/qa-testing-parent/qa-testing-example/apidocs/index-all.html index b7ba18bef5..2606a9ff5f 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/index-all.html +++ b/qa-testing-parent/qa-testing-example/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/index.html b/qa-testing-parent/qa-testing-example/apidocs/index.html index b78e532445..34ac8e77f7 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/index.html +++ b/qa-testing-parent/qa-testing-example/apidocs/index.html @@ -2,7 +2,7 @@ - + Overview (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/member-search-index.zip b/qa-testing-parent/qa-testing-example/apidocs/member-search-index.zip index 27b2023be8..b908565e23 100644 Binary files a/qa-testing-parent/qa-testing-example/apidocs/member-search-index.zip and b/qa-testing-parent/qa-testing-example/apidocs/member-search-index.zip differ diff --git a/qa-testing-parent/qa-testing-example/apidocs/overview-summary.html b/qa-testing-parent/qa-testing-example/apidocs/overview-summary.html index 9c522aa8ed..6054076ee1 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/overview-summary.html +++ b/qa-testing-parent/qa-testing-example/apidocs/overview-summary.html @@ -2,7 +2,7 @@ - + QA Testing Example 1.0.2-SNAPSHOT API diff --git a/qa-testing-parent/qa-testing-example/apidocs/overview-tree.html b/qa-testing-parent/qa-testing-example/apidocs/overview-tree.html index 6023464816..0031d5fbdb 100644 --- a/qa-testing-parent/qa-testing-example/apidocs/overview-tree.html +++ b/qa-testing-parent/qa-testing-example/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy (QA Testing Example 1.0.2-SNAPSHOT API) diff --git a/qa-testing-parent/qa-testing-example/apidocs/package-search-index.zip b/qa-testing-parent/qa-testing-example/apidocs/package-search-index.zip index fdf97cb56e..c8fed66dcb 100644 Binary files a/qa-testing-parent/qa-testing-example/apidocs/package-search-index.zip and b/qa-testing-parent/qa-testing-example/apidocs/package-search-index.zip differ diff --git a/qa-testing-parent/qa-testing-example/apidocs/type-search-index.zip b/qa-testing-parent/qa-testing-example/apidocs/type-search-index.zip index 109752cec2..b78d3e4dd0 100644 Binary files a/qa-testing-parent/qa-testing-example/apidocs/type-search-index.zip and b/qa-testing-parent/qa-testing-example/apidocs/type-search-index.zip differ diff --git a/qa-testing-parent/qa-testing-example/failsafe-report.html b/qa-testing-parent/qa-testing-example/failsafe-report.html index 08badcfbd8..2b68edaf05 100644 --- a/qa-testing-parent/qa-testing-example/failsafe-report.html +++ b/qa-testing-parent/qa-testing-example/failsafe-report.html @@ -162,12 +162,12 @@

    Summary

    Success Rate Time -2 +37 0 0 0 100% -12.43 s
    +24.09 s

    Note: failures are anticipated and checked for with assertions while errors are unanticipated.


    Package List

    [Summary] [Package List] [Test Cases]


    @@ -181,14 +181,78 @@

    Package List

    Success Rate Time +dev.aherscu.qa.testing.example.scenarios.tutorial2 +10 +0 +0 +0 +100% +0.741 s + +dev.aherscu.qa.testing.example.scenarios.tutorial1 +10 +0 +0 +0 +100% +0.642 s + dev.aherscu.qa.testing.example.scenarios.tutorial3 -2 +8 +0 +0 +0 +100% +19.94 s + +dev.aherscu.qa.testing.example.scenarios.tutorial6 +9 +0 +0 +0 +100% +2.774 s
    +

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    +

    dev.aherscu.qa.testing.example.scenarios.tutorial2

    + + + + + + + + + + + + + + + + + + +
    -ClassTestsErrorsFailuresSkippedSuccess RateTime
    TestNgWithHamcrest10000100%0.741 s
    +

    dev.aherscu.qa.testing.example.scenarios.tutorial1

    + + + + + + + + + + + + + + -
    -ClassTestsErrorsFailuresSkippedSuccess RateTime
    PlainTestNg10 0 0 0 100%12.43 s

    -

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    +0.642 s

    dev.aherscu.qa.testing.example.scenarios.tutorial3

    @@ -201,6 +265,24 @@

    dev.aherscu.qa.testing.example.scenarios.tutorial3

    + + + + + + + + + + + + + + + + + + @@ -208,19 +290,211 @@

    dev.aherscu.qa.testing.example.scenarios.tutorial3

    -
    Success Rate Time
    TestingWebApplication4000100%4.943 s
    TestingRemoteWebApplication2000100%1.485 s
    TestingWebWithJGiven 2 0 0 100%12.43 s

    +13.51 s
    +

    dev.aherscu.qa.testing.example.scenarios.tutorial6

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -ClassTestsErrorsFailuresSkippedSuccess RateTime
    GenericMockServerRestTest5000100%2.123 s
    GenericRestTest1000100%0.114 s
    StatefulRestTest3000100%0.537 s

    Test Cases

    -

    [Summary] [Package List] [Test Cases]

    +

    [Summary] [Package List] [Test Cases]

    +

    TestNgWithHamcrest

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    _3_shouldAssertOnStringContents0.208 s
    _1_shouldSucceed0.210 s
    _5_shouldAssertOnListOrder0.219 s
    _2_shouldAssertOnBoolean0.001 s
    _4_shouldAssertOnListContents0.001 s
    _6_shouldAssertOnEquality0.001 s
    _9_shouldCalculateSinusWithTolerance[3.141592653589793, 0](1)0.012 s
    _9_shouldCalculateSinusWithTolerance[6.283185307179586, 0](2)0.016 s
    _7_shouldAssertOnStreamContents0.017 s
    _8_shouldAssertOnStreamOfJsons0.056 s
    +

    PlainTestNg

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    _3_checkFullAdder[PlainTestNg.FAT(a=false, b=false, sum=false, carry=false)](1)0.210 s
    _1_shouldSucceed0.210 s
    _4_checkSinus[0, 0](1)0.219 s
    _2_checkNot[false, true](1)0 s
    _3_checkFullAdder[PlainTestNg.FAT(a=false, b=true, sum=true, carry=false)](2)0.002 s
    _4_checkSinus[1.5707963267948966, 1](2)0.001 s
    _4_checkSinus[4.71238898038469, -1](3)0 s
    _3_checkFullAdder[PlainTestNg.FAT(a=true, b=false, sum=true, carry=false)](3)0 s
    _2_checkNot[true, false](2)0 s
    _3_checkFullAdder[PlainTestNg.FAT(a=true, b=true, sum=true, carry=true)](4)0 s
    +

    GenericMockServerRestTest

    + + + + + + + + + + + + + + + + + + + + +
    shouldVerifyAccessByDefinition1.098 s
    shouldVerifyAccessByExpectionId0.416 s
    shouldVerifyAccessOfDroppedConnection0.186 s
    shouldVerifyAccessedTwice0.344 s
    shouldVerifyAccessedTwiceByExpectationId0.079 s
    +

    GenericRestTest

    + + + + +
    shouldRetrieveJsonFieldFromFakeRestService0.114 s
    +

    StatefulRestTest

    + + + + + + + + + + + + +
    shouldAuthenticate0.131 s
    shouldOperate0.154 s
    shouldFailOnAuthentication0.252 s
    +

    TestingWebApplication

    + + + + + + + + + + + + + + + + +
    shouldFind2.526 s
    shouldFind1.699 s
    shouldOpenWeb0.030 s
    shouldOpenWeb0.688 s
    +

    TestingRemoteWebApplication

    + + + + + + + + +
    shouldFind1.297 s
    shouldOpenWeb0.188 s

    TestingWebWithJGiven

    - - + + -
    shouldFind["OuejpwtTr870PNaEnQJDurvlR9k9jsALOz5z3ffk", contains <0L> items](1)6.878 s
    shouldFind["OJmhT4KeN8oleXudnXtgFldPmqiC3w0m8Cn0PZdZ", contains <0L> items](1)5.315 s
    shouldFind["testng", Any to match <a string containing "testng" ignoring case>](2)5.548 s

    +8.192 s


    diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial1.PlainTestNg.json b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial1.PlainTestNg.json new file mode 100644 index 0000000000..0efd1e19c7 --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial1.PlainTestNg.json @@ -0,0 +1,156 @@ +{ + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial1.PlainTestNg", + "name": "Plain Test Ng", + "scenarios": [ + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial1.PlainTestNg", + "testMethodName": "_1_shouldSucceed", + "description": " 1 shouldSucceed", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 38824000 + } + ], + "casesAsTable": false, + "durationInNanos": 38824000 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial1.PlainTestNg", + "testMethodName": "_2_checkNot", + "description": " 2 checkNot", + "tagIds": [], + "explicitParameters": [ + "argument", + "result" + ], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [ + "false", + "true" + ], + "derivedArguments": [], + "durationInNanos": 37030600 + }, + { + "caseNr": 2, + "steps": [], + "explicitArguments": [ + "true", + "false" + ], + "derivedArguments": [], + "durationInNanos": 200000 + } + ], + "casesAsTable": true, + "durationInNanos": 37230600 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial1.PlainTestNg", + "testMethodName": "_3_checkFullAdder", + "description": " 3 checkFullAdder", + "tagIds": [], + "explicitParameters": [ + "v" + ], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [ + "PlainTestNg.FAT(a\u003dfalse, b\u003dfalse, sum\u003dfalse, carry\u003dfalse)" + ], + "derivedArguments": [], + "durationInNanos": 32998500 + }, + { + "caseNr": 2, + "steps": [], + "explicitArguments": [ + "PlainTestNg.FAT(a\u003dfalse, b\u003dtrue, sum\u003dtrue, carry\u003dfalse)" + ], + "derivedArguments": [], + "durationInNanos": 305400 + }, + { + "caseNr": 3, + "steps": [], + "explicitArguments": [ + "PlainTestNg.FAT(a\u003dtrue, b\u003dfalse, sum\u003dtrue, carry\u003dfalse)" + ], + "derivedArguments": [], + "durationInNanos": 219000 + }, + { + "caseNr": 4, + "steps": [], + "explicitArguments": [ + "PlainTestNg.FAT(a\u003dtrue, b\u003dtrue, sum\u003dtrue, carry\u003dtrue)" + ], + "derivedArguments": [], + "durationInNanos": 224200 + } + ], + "casesAsTable": true, + "durationInNanos": 33747100 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial1.PlainTestNg", + "testMethodName": "_4_checkSinus", + "description": " 4 checkSinus", + "tagIds": [], + "explicitParameters": [ + "angle", + "sinus" + ], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [ + "0", + "0" + ], + "derivedArguments": [], + "durationInNanos": 33517500 + }, + { + "caseNr": 2, + "steps": [], + "explicitArguments": [ + "1.5707963267948966", + "1" + ], + "derivedArguments": [], + "durationInNanos": 239200 + }, + { + "caseNr": 3, + "steps": [], + "explicitArguments": [ + "4.71238898038469", + "-1" + ], + "derivedArguments": [], + "durationInNanos": 240400 + } + ], + "casesAsTable": true, + "durationInNanos": 33997100 + } + ], + "tagMap": {} +} \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest.json b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest.json new file mode 100644 index 0000000000..db257883e4 --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest.json @@ -0,0 +1,194 @@ +{ + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest", + "name": "Test Ng With Hamcrest", + "scenarios": [ + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest", + "testMethodName": "_1_shouldSucceed", + "description": " 1 shouldSucceed", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 38655100 + } + ], + "casesAsTable": false, + "durationInNanos": 38655100 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest", + "testMethodName": "_5_shouldAssertOnListOrder", + "description": " 5 shouldAssertOnListOrder", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 47791300 + } + ], + "casesAsTable": false, + "durationInNanos": 47791300 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest", + "testMethodName": "_4_shouldAssertOnListContents", + "description": " 4 shouldAssertOnListContents", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 47868400 + } + ], + "casesAsTable": false, + "durationInNanos": 47868400 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest", + "testMethodName": "_2_shouldAssertOnBoolean", + "description": " 2 shouldAssertOnBoolean", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 48438100 + } + ], + "casesAsTable": false, + "durationInNanos": 48438100 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest", + "testMethodName": "_3_shouldAssertOnStringContents", + "description": " 3 shouldAssertOnStringContents", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 48539100 + } + ], + "casesAsTable": false, + "durationInNanos": 48539100 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest", + "testMethodName": "_6_shouldAssertOnEquality", + "description": " 6 shouldAssertOnEquality", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 253100 + } + ], + "casesAsTable": false, + "durationInNanos": 253100 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest", + "testMethodName": "_9_shouldCalculateSinusWithTolerance", + "description": " 9 shouldCalculateSinusWithTolerance", + "tagIds": [], + "explicitParameters": [ + "angle", + "sinus" + ], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [ + "3.141592653589793", + "0" + ], + "derivedArguments": [], + "durationInNanos": 7271800 + }, + { + "caseNr": 2, + "steps": [], + "explicitArguments": [ + "6.283185307179586", + "0" + ], + "derivedArguments": [], + "durationInNanos": 351300 + } + ], + "casesAsTable": true, + "durationInNanos": 7623100 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest", + "testMethodName": "_7_shouldAssertOnStreamContents", + "description": " 7 shouldAssertOnStreamContents", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 15327800 + } + ], + "casesAsTable": false, + "durationInNanos": 15327800 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial2.TestNgWithHamcrest", + "testMethodName": "_8_shouldAssertOnStreamOfJsons", + "description": " 8 shouldAssertOnStreamOfJsons", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 78652700 + } + ], + "casesAsTable": false, + "durationInNanos": 78652700 + } + ], + "tagMap": {} +} \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingRemoteWebApplication.json b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingRemoteWebApplication.json new file mode 100644 index 0000000000..79d4bdb43b --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingRemoteWebApplication.json @@ -0,0 +1,45 @@ +{ + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingRemoteWebApplication", + "name": "Testing Remote Web Application", + "scenarios": [ + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingRemoteWebApplication", + "testMethodName": "shouldFind", + "description": "Should find", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 1293716100 + } + ], + "casesAsTable": false, + "durationInNanos": 1293716100 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingRemoteWebApplication", + "testMethodName": "shouldOpenWeb", + "description": "Should open web", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 182305300 + } + ], + "casesAsTable": false, + "durationInNanos": 182305300 + } + ], + "tagMap": {} +} \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebApplication.json b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebApplication.json new file mode 100644 index 0000000000..21c1239894 --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebApplication.json @@ -0,0 +1,59 @@ +{ + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebApplication", + "name": "Testing Web Application", + "scenarios": [ + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebApplication", + "testMethodName": "shouldFind", + "description": "Should find", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 5864247000 + }, + { + "caseNr": 2, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 1693837800 + } + ], + "casesAsTable": true, + "durationInNanos": 7558084800 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebApplication", + "testMethodName": "shouldOpenWeb", + "description": "Should open web", + "tagIds": [], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 33325100 + }, + { + "caseNr": 2, + "steps": [], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 1249266200 + } + ], + "casesAsTable": true, + "durationInNanos": 1282591300 + } + ], + "tagMap": {} +} \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebWithJGiven.json b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebWithJGiven.json index 54acc52e7c..2e1257e782 100644 --- a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebWithJGiven.json +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebWithJGiven.json @@ -37,19 +37,19 @@ "value": "google" }, { - "value": "WebDriverEx(originalCapabilities\u003dCapabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Chrome, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver\u003dRemoteWebDriver: chrome on windows (77bb8bb58aa845f5b6d9981415286737))", + "value": "WebDriverEx(originalCapabilities\u003dCapabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Chrome, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver\u003dRemoteWebDriver: chrome on windows (d9d0f9138ede40d9a92ee7ab1481704a))", "argumentInfo": { "parameterName": "driver", "argumentName": "driver", - "formattedValue": "WebDriverEx(originalCapabilities\u003dCapabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Chrome, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver\u003dRemoteWebDriver: chrome on windows (77bb8bb58aa845f5b6d9981415286737))" + "formattedValue": "WebDriverEx(originalCapabilities\u003dCapabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Chrome, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver\u003dRemoteWebDriver: chrome on windows (d9d0f9138ede40d9a92ee7ab1481704a))" } } ], "status": "PASSED", - "durationInNanos": 1604072301, + "durationInNanos": 2669186600, "attachments": [ { - "value": "{-x:class\u003dorg.openqa.selenium.remote.RemoteWebDriver, -x:target\u003d${web.url}, -x:type\u003dweb, -x:url\u003dhttps://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName\u003dChrome, sauce:build\u003dlocal, sauce:idleTimeout\u003d1000, sauce:maxDuration\u003d6000, sauce:name\u003dTestingWebWithJGiven:shouldFind:1f6d27fb:1:1704466251345, sauce:tags\u003dfunctional,dev}", + "value": "{-x:class\u003dorg.openqa.selenium.remote.RemoteWebDriver, -x:target\u003d${web.url}, -x:type\u003dweb, -x:url\u003dhttps://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName\u003dChrome, sauce:build\u003dlocal, sauce:idleTimeout\u003d1000, sauce:maxDuration\u003d6000, sauce:name\u003dTestingWebWithJGiven:shouldFind:8d9a8e1:109:1704483089775, sauce:tags\u003dfunctional,dev}", "mediaType": "text/plain", "binary": false } @@ -68,16 +68,16 @@ "value": "searching for" }, { - "value": "\"OuejpwtTr870PNaEnQJDurvlR9k9jsALOz5z3ffk\"", + "value": "\"OJmhT4KeN8oleXudnXtgFldPmqiC3w0m8Cn0PZdZ\"", "argumentInfo": { "parameterName": "textToSearch", "argumentName": "something", - "formattedValue": "\"OuejpwtTr870PNaEnQJDurvlR9k9jsALOz5z3ffk\"" + "formattedValue": "\"OJmhT4KeN8oleXudnXtgFldPmqiC3w0m8Cn0PZdZ\"" } } ], "status": "PASSED", - "durationInNanos": 3665511199, + "durationInNanos": 3191868500, "depth": 0, "parentFailed": false }, @@ -101,10 +101,10 @@ } ], "status": "PASSED", - "durationInNanos": 1450599200, + "durationInNanos": 1346431500, "attachments": [ { - "value": "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AAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYAwBAMAYAgCAMQQAAGMIAADGEAAAjCEAABhDAAAwhgAAYGxoACQBgAsEAABjCAAAxhAAAIwhAAAYQwAAMIYAAGAMAQDAGAIAgDEEAABjCAAAxhAAAIwhAAAYQwAAMIYAAGAMAQDAGAIAgDEEAABjCAAAxhAAAIwhAAAYQwAAMIYAAGAMAQDAGAIAgDEEAABjCAAAxhAAAIwhAAAYQwAAMIYAAGAMAQDAGAIAgDEEAABjCAAAxhAAAIwhAAAYQwAAMIYAAGAsaADsW75w4fJ96vKWSnL9J8kD4suSZHyWvL5E3SS+JKrVzZaTN6tbh4j/4WyyrnKbe7EsTJZRGVHO+ejEvAoyudmxNJj94tH7vco0XXZAfm24Lua6xUv8e/IRrgfEp2+2LjfMsd2QX8VQ+0WNNc47A4QtWAAkXo5IryTomgqAJdTXQr0KANnwqtPlcnsAiAf8/Gz+qiU+q+DifADU11XOjW1xPzgxL99XpZIBINu1YWgCjHkAAFxgwQLgU9X/kXs/NpdsEU15QHT7AdGhSWrl+qTa9S+h9qUreaLPl8ndPO3s47PEAyhC9NBhGy2sq3z+ZlebU3F6KN3iGiJYAdCwcnrFZhoPzKEWfGNaxXUt0ysqZGfJBjN38+Ii7VPFsvg1z1XIBssHgO7d5JoKWYe+PiAeHBeVll8Xa/r1k2IpFRHrbJpWUbHK+mKXD4Cmr+9QdRoqKn4vAkAOV1bRtetidFm3N20frYLqNOhNlBuwn8YktLXmhovvkdYNEKZgAbBaB0BktV5w8uZ61aOqT5N1snvrrn+JrlJ72wcA4j7qbmYAqB28GjroACCOgb4urI4ynPIBIDokMW+O/Beffl1MdNQBPXxOzBOttWaVaKMD8p8ZANP1jnhIAKwRV/aLTlsj+1TccZVodNHP01apO8sHb6aduv6i6mi2AJhGBebIgcUaiqc5ajsbaDNpm9QGyHKrkvRPbopoer0B+hDA2nB67NBBCsCIBAuAxWYALNYLdMNX6rG9zAPa88u2le1sSwDR4mqwnw8ANUSQS1UAWGMJkw4AcdOQwwQ9B3BAjripfczulN2lh9DiNtGVsudosRUAunHzAUCNp+nupjvKstTPl1HG0IMa5ugHu5tfLssHgBp6nKEVm/ekZSIA5Pr0PcUiebyg72mWmW4GgHvDrbsAhGFkAaAaPj/ZJ/NAtfYSsVgs25I/DLDa3AoAtet3BIA+NsjTAUB3dU8S5kcAoldkG4muUgFAu2vV0E1fb276dUy1YINHADgnAWkkvln2miinulP1Mw3V5fC8wRrcOw/onYcAMpA+ohWpDaWhvQwAWoEa18ttkWOBpq83WXkiN0AHgHvD9V0AwhEsANyHAFtkU1KTn7xZtK3qXTU3qPfj5g5cXjSXU5/LB8h5QpoEGDYArEGGaIP7I5En6YKvABB3aqAhdrEAUPfUtUQSiFsLB4DZopQZtGfWX5LbxVOygy54B8CaClWEAsC2vqEBoDcAAQCjIVgAfKz7/95P5dVEtT4CoACQs4G0uzcD4Lxqa3MEIMcJlXKoQAu36ISg5h8+AA6Ih9HxgYMjAJyHAPkASDb8YT6N3qlRix4CKLJm3OsQQHa7orvY3sxJa5PEWmSz5g8BZDLoAJA1tSb3IYC5ATgEgNEQLACSL6oAeE1d072qdu1LzAEByc8B6Pamnb2VFioi6MSeeiCN7+vtAaCGB/lK4g719J/zIMARAPlJQFcA0Gwc7avVXJqakysWAKvEPzECb1CTgHRdTgLKfpaTjavowfkv1kMlOU/XNG2z+Kdm+2gFayr0jKE5CUhTFCoFZBjlJwGbLttnboAKAPfspXNtACMUMACSJ5596KFnT+grZp+aU/TyAF8yZ/tp2K4DQH42iG6ZG6PBwBvmaUAqsWWYAKCPAdC9nPOAjgCgrpGnAd0BoHtUn02je72qDxTkYvchAJ3be406VByyr1MH/pOf0wEgj86ptJwJML84yQkFubdfbs0UrKQdulj8kTylQCN8a8qB6tpPA1JyqA2guKCud56/dKwLYKSCBkApTt7vGCb7ccA12h+BxPwx6Ro0K0wEoxAA8dm2zwL4c7LKfcqvdE2/Dhw/YUAAwEQwCgEwtugDNGMBAQATQdkHAAB4QwAAMIYAAGAMAQDAGAIAgDEEAABjCAAAxhAAAIwhAAAYQwAAMIYAAGAMAQDAGAIAgDEEAABjCAAAxrrcEAAAfLj7HwEAwIi7/xEAAIy4+x8BAMCIu/8RAACMuPsfAQDAiLv/EQAAjLj7HwEAwIi7/xEAAIy4+x8BAMCIu/+5BUBszg033BV3LwVgwt3/3ALgzYqlSyucf3UcgA93/xcPgPisesdXP7bQn/cu9sd+T97q+uOh9GeyK/Sf75bi0/Uf007Sn++2/zFvJ/mHgOPXNCfXOB5eyBqq+PaXfz7zy8nkpTNnfGUb/R1u/DU/4Mbd/8MFQIT2lonqymABEERiHvV/RcUq9w1KkQAQjzzgCAtvTdNE+cR3Kmdc+4YInB/+/LqrE+KRc9x3Ayhz7v4fLgCerxVfTs67r56uVFIObPnrrMptIhIq5+rGNJcvqaus3JbcQjfQCEBc+PlZMRgQdxeL6er1as8vRgDx2S+pW5O0I6Y9sfy/QaRAYt7kZtnUFAyi9ykA9leoJpdZQfv6NRViiby2cjotohHAmop10+T9mqZVzGkQC+J0k97Jy78ZXH/JUXHxqPzvf68fuz8kDDBm3P0/XAA01og23bKuul4eBtC/LaKPE+K6Oc63losUOHnzNvMQYIvob/pXJ+4uvh4QF+lfUgXArLmxRLV6vB6+U/PbA0ANDK6LiQA4Mk136ho5VDigvl7X5g4AMkf1/a8qNqsCKjnUMOGBLz2eTN5UUXFTsuvxLy1RqwRgxd3/wwXAti3bkomlB0TDb6E9vuhh+nqALsdnyz26fbnsfBkA4pF06FAvY0K0vG5+IgOAxgRyCCHH8Unab89xBMB+0fx0W9O0H08zj/D1Ljs+XYwMGmSL60MAFQBzkvSgBvFPhMBmKmSuUh1HxOZWnPmQUuGTUxVzYmqVAKy4+3/YADhZmzx5f6vu5OTJKtnoYjxfaQ7preX0VdyoAkDN9NVZAUDHDHry3V8AmLtnMaC3BvL71S5dLqqoWOUOABr1XxeTIwo6BKC5RT1/sL+CWl0EwOefyABoqrhTBoDn9AJAeXL3/7ABkFj6yZZ6c1duBYB5/J/0GwB0RSeGMwBk4+6f3Ew7cGp6amhXAPxKtq9ETb1ZB8CcYQJAHTLI7FAB8OCX/tylDwH+PPkhBAAw5O7/YQMguWXd0k8oAByHAPkBvc9DALqnnDkYEgBy+o9aleYAaBRvHgKoxhZd2qYHCZLoZXkIQPUKBoB5CCDvrWNEBUD9xdYk4JGL6xEAwJC7/4cPgJM304SdbRJQ9K2cwNMpkJ8E3CY73T0JmJ8D0DngCgDzNKDoYxri0wXXJGBM9a95T3O+7wBdn0NzfqvsAWBOAsqvegSgWr3z6p/OuPatZPKNa2+47rudmAMAhtz9P3wAUPPLfbd5uo/6li6bowBz+R/uk4f5J2/++Vn7aUA9AqirNCcBXAGgPwgk5+tFZz9hPw0oD/hF7+rZP5kAtEunBNgsBw903OAMADpoWGWdBlQDAT0huO3LP7/uy8nk/6m84Stvy/XqyUUALmTTyym8ysrhAyAI+7xAKRpCGo+bxw6OhQ3mQcQbFY8srWhUl/E5AGBH7fbz/T9+AiAsaoowfwpQL9Sn/OUPA6kNxScBgR/V9ZQA+lLZBYCaSXDv29cMHV/gZwGAH932XWb/hxcAADDumX1vQQAA8OHufwQAACPu/kcAADDi7n8EAAAj7v5HAAAw4u5/BAAAI+7+7/qCewEAlK3jbggAAD7c/V8gAN4GgAvL3XSjxt3/CACA0eduulHj7n8EAMDoczfdqHH3vy0A1uuv7m0FgJBZXTc6rB/9KRIA6xEAAKPE7LpRYv3wr3cArEcAAIwWsx9HSf7H/939bwbAegQAwKjRvTZa8r8AyN3/GAEAjD7da6Nl+BEA5gAARo/ZdaPExxwAzgIAjBqr60aHn7MAFve2AkDI3E03atz9jwAAGH3uphs17v5HAACMPnfTjRp3/xcIAAAoV+7+RwAAMOLu/+P/H7+m+djypGJHAAAAAElFTkSuQmCC", + "value": "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\u003d\u003d", "mediaType": "image/png", "binary": true } @@ -114,15 +114,15 @@ } ], "explicitArguments": [ - "\"OuejpwtTr870PNaEnQJDurvlR9k9jsALOz5z3ffk\"", + "\"OJmhT4KeN8oleXudnXtgFldPmqiC3w0m8Cn0PZdZ\"", "contains \u003c0L\u003e items" ], "derivedArguments": [ - "WebDriverEx(originalCapabilities\u003dCapabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Chrome, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver\u003dRemoteWebDriver: chrome on windows (77bb8bb58aa845f5b6d9981415286737))", - "\"OuejpwtTr870PNaEnQJDurvlR9k9jsALOz5z3ffk\"", + "WebDriverEx(originalCapabilities\u003dCapabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Chrome, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver\u003dRemoteWebDriver: chrome on windows (d9d0f9138ede40d9a92ee7ab1481704a))", + "\"OJmhT4KeN8oleXudnXtgFldPmqiC3w0m8Cn0PZdZ\"", "contains \u003c0L\u003e items" ], - "durationInNanos": 6965192101 + "durationInNanos": 7315118100 }, { "caseNr": 2, @@ -138,19 +138,19 @@ "value": "google" }, { - "value": "WebDriverEx(originalCapabilities\u003dCapabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Firefox, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver\u003dRemoteWebDriver: firefox on windows (45fdb813aa4a4befb09d1a69eb19d30e))", + "value": "WebDriverEx(originalCapabilities\u003dCapabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Firefox, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver\u003dRemoteWebDriver: firefox on windows (ccde60aab59941eaac6da7fcee079f33))", "argumentInfo": { "parameterName": "driver", "argumentName": "driver", - "formattedValue": "WebDriverEx(originalCapabilities\u003dCapabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Firefox, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver\u003dRemoteWebDriver: firefox on windows (45fdb813aa4a4befb09d1a69eb19d30e))" + "formattedValue": "WebDriverEx(originalCapabilities\u003dCapabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Firefox, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver\u003dRemoteWebDriver: firefox on windows (ccde60aab59941eaac6da7fcee079f33))" } } ], "status": "PASSED", - "durationInNanos": 2117393999, + "durationInNanos": 3437050500, "attachments": [ { - "value": "{-x:class\u003dorg.openqa.selenium.remote.RemoteWebDriver, -x:target\u003d${web.url}, -x:type\u003dweb, -x:url\u003dhttps://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName\u003dFirefox, sauce:build\u003dlocal, sauce:idleTimeout\u003d1000, sauce:maxDuration\u003d6000, sauce:name\u003dTestingWebWithJGiven:shouldFind:26a9b031:1:1704466270164, sauce:tags\u003dfunctional,dev}", + "value": "{-x:class\u003dorg.openqa.selenium.remote.RemoteWebDriver, -x:target\u003d${web.url}, -x:type\u003dweb, -x:url\u003dhttps://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName\u003dFirefox, sauce:build\u003dlocal, sauce:idleTimeout\u003d1000, sauce:maxDuration\u003d6000, sauce:name\u003dTestingWebWithJGiven:shouldFind:c850d225:109:1704483107849, sauce:tags\u003dfunctional,dev}", "mediaType": "text/plain", "binary": false } @@ -178,7 +178,7 @@ } ], "status": "PASSED", - "durationInNanos": 1404274600, + "durationInNanos": 2680381100, "depth": 0, "parentFailed": false }, @@ -202,10 +202,10 @@ } ], "status": "PASSED", - "durationInNanos": 1915267100, + "durationInNanos": 1995977800, "attachments": [ { - "value": "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\u003d", + "value": "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\u003d\u003d", "mediaType": "image/png", "binary": true } @@ -219,15 +219,15 @@ "Any to match \u003ca string containing \"testng\" ignoring case\u003e" ], "derivedArguments": [ - "WebDriverEx(originalCapabilities\u003dCapabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Firefox, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver\u003dRemoteWebDriver: firefox on windows (45fdb813aa4a4befb09d1a69eb19d30e))", + "WebDriverEx(originalCapabilities\u003dCapabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Firefox, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver\u003dRemoteWebDriver: firefox on windows (ccde60aab59941eaac6da7fcee079f33))", "\"testng\"", "Any to match \u003ca string containing \"testng\" ignoring case\u003e" ], - "durationInNanos": 5550670799 + "durationInNanos": 8183598500 } ], "casesAsTable": true, - "durationInNanos": 12515862900 + "durationInNanos": 15498716600 } ], "tagMap": { diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest.json b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest.json new file mode 100644 index 0000000000..864e33e5ea --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest.json @@ -0,0 +1,987 @@ +{ + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest", + "name": "Generic Mock Server Rest", + "scenarios": [ + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest", + "testMethodName": "shouldVerifyAccessByDefinition", + "description": "Should verify access by definition", + "tagIds": [ + "dev.aherscu.qa.jgiven.commons.tags.SelfTest", + "dev.aherscu.qa.jgiven.rest.tags.RestTest", + "dev.aherscu.qa.jgiven.commons.tags.Reference-159" + ], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [ + { + "name": "a REST client", + "words": [ + { + "value": "Given", + "isIntroWord": true + }, + { + "value": "a REST client" + } + ], + "status": "PASSED", + "durationInNanos": 556900, + "depth": 0, + "parentFailed": false + }, + { + "name": "connecting to", + "words": [ + { + "value": "When", + "isIntroWord": true + }, + { + "value": "connecting to" + }, + { + "value": "http://localhost:51888", + "argumentInfo": { + "argumentName": "url", + "formattedValue": "http://localhost:51888" + } + } + ], + "status": "PASSED", + "durationInNanos": 8687100, + "depth": 0, + "parentFailed": false + }, + { + "name": "appending path", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "appending path" + }, + { + "value": "some-id", + "argumentInfo": { + "argumentName": "path", + "formattedValue": "some-id" + } + } + ], + "status": "PASSED", + "durationInNanos": 466600, + "depth": 0, + "parentFailed": false + }, + { + "name": "getting the response", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "getting the response" + } + ], + "nestedSteps": [ + { + "name": "getting the response with headers", + "words": [ + { + "value": "getting the response with headers" + }, + { + "value": "{}", + "argumentInfo": { + "argumentName": "headers", + "formattedValue": "{}" + } + } + ], + "status": "PASSED", + "durationInNanos": 317827600, + "depth": 0, + "parentFailed": false + } + ], + "status": "PASSED", + "durationInNanos": 317894000, + "depth": 0, + "parentFailed": false + }, + { + "name": "the response contents", + "words": [ + { + "value": "Then", + "isIntroWord": true + }, + { + "value": "the response contents" + }, + { + "value": "[a value greater than \u003c0\u003e \u003c\u003c\u003c---\u003e\u003e\u003e $[0].id, \u003c2\u003e \u003c\u003c\u003c---\u003e\u003e\u003e $[1].id]", + "argumentInfo": { + "argumentName": "expectedContents", + "formattedValue": "a value greater than \u003c0\u003e \u003c\u003c\u003c---\u003e\u003e\u003e $[0].id,\r\n\u003c2\u003e \u003c\u003c\u003c---\u003e\u003e\u003e $[1].id" + } + } + ], + "status": "PASSED", + "durationInNanos": 5741100, + "depth": 0, + "parentFailed": false + }, + { + "name": "$", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "the some id request was sent", + "argumentInfo": { + "argumentName": "description", + "formattedValue": "the some id request was sent" + } + } + ], + "status": "PASSED", + "durationInNanos": 179847500, + "attachments": [ + { + "title": "actual response", + "value": "[{\"id\":1},{\"id\":2},{\"id\":3}]", + "mediaType": "text/plain", + "binary": false + } + ], + "depth": 0, + "parentFailed": false + } + ], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 1382237400 + } + ], + "casesAsTable": false, + "durationInNanos": 1382237400 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest", + "testMethodName": "shouldVerifyAccessByExpectionId", + "description": "Should verify access by expection id", + "tagIds": [ + "dev.aherscu.qa.jgiven.commons.tags.SelfTest", + "dev.aherscu.qa.jgiven.rest.tags.RestTest", + "dev.aherscu.qa.jgiven.commons.tags.Reference-159" + ], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [ + { + "name": "a REST client", + "words": [ + { + "value": "Given", + "isIntroWord": true + }, + { + "value": "a REST client" + } + ], + "status": "PASSED", + "durationInNanos": 514100, + "depth": 0, + "parentFailed": false + }, + { + "name": "connecting to", + "words": [ + { + "value": "When", + "isIntroWord": true + }, + { + "value": "connecting to" + }, + { + "value": "http://localhost:51888", + "argumentInfo": { + "argumentName": "url", + "formattedValue": "http://localhost:51888" + } + } + ], + "status": "PASSED", + "durationInNanos": 3237500, + "depth": 0, + "parentFailed": false + }, + { + "name": "appending path", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "appending path" + }, + { + "value": "dummy", + "argumentInfo": { + "argumentName": "path", + "formattedValue": "dummy" + } + } + ], + "status": "PASSED", + "durationInNanos": 2055000, + "depth": 0, + "parentFailed": false + }, + { + "name": "getting the response", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "getting the response" + } + ], + "nestedSteps": [ + { + "name": "getting the response with headers", + "words": [ + { + "value": "getting the response with headers" + }, + { + "value": "{}", + "argumentInfo": { + "argumentName": "headers", + "formattedValue": "{}" + } + } + ], + "status": "PASSED", + "durationInNanos": 44486100, + "depth": 0, + "parentFailed": false + } + ], + "status": "PASSED", + "durationInNanos": 44547900, + "depth": 0, + "parentFailed": false + }, + { + "name": "$", + "words": [ + { + "value": "Then", + "isIntroWord": true + }, + { + "value": "the dummy request was sent", + "argumentInfo": { + "argumentName": "description", + "formattedValue": "the dummy request was sent" + } + } + ], + "status": "PASSED", + "durationInNanos": 217321100, + "attachments": [ + { + "title": "actual response", + "value": "\u003c\u003cempty\u003e\u003e", + "mediaType": "text/plain", + "binary": false + } + ], + "depth": 0, + "parentFailed": false + } + ], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 422517100 + } + ], + "casesAsTable": false, + "durationInNanos": 422517100 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest", + "testMethodName": "shouldVerifyAccessOfDroppedConnection", + "description": "Should verify access of dropped connection", + "tagIds": [ + "dev.aherscu.qa.jgiven.commons.tags.SelfTest", + "dev.aherscu.qa.jgiven.rest.tags.RestTest", + "dev.aherscu.qa.jgiven.commons.tags.Reference-159" + ], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [ + { + "name": "a REST client", + "words": [ + { + "value": "Given", + "isIntroWord": true + }, + { + "value": "a REST client" + } + ], + "status": "PASSED", + "durationInNanos": 1494800, + "depth": 0, + "parentFailed": false + }, + { + "name": "connecting to", + "words": [ + { + "value": "When", + "isIntroWord": true + }, + { + "value": "connecting to" + }, + { + "value": "http://localhost:51888", + "argumentInfo": { + "argumentName": "url", + "formattedValue": "http://localhost:51888" + } + } + ], + "status": "PASSED", + "durationInNanos": 2115600, + "depth": 0, + "parentFailed": false + }, + { + "name": "appending path", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "appending path" + }, + { + "value": "drop-connection", + "argumentInfo": { + "argumentName": "path", + "formattedValue": "drop-connection" + } + } + ], + "status": "PASSED", + "durationInNanos": 117743200, + "depth": 0, + "parentFailed": false + }, + { + "name": "$", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "trying to access", + "argumentInfo": { + "argumentName": "description", + "formattedValue": "trying to access" + } + } + ], + "status": "PASSED", + "durationInNanos": 147083500, + "depth": 0, + "parentFailed": false + }, + { + "name": "$", + "words": [ + { + "value": "Then", + "isIntroWord": true + }, + { + "value": "the drop connection request was sent", + "argumentInfo": { + "argumentName": "description", + "formattedValue": "the drop connection request was sent" + } + } + ], + "status": "PASSED", + "durationInNanos": 34097800, + "attachments": [ + { + "title": "actual response", + "value": "\u003c\u003cnull\u003e\u003e", + "mediaType": "text/plain", + "binary": false + } + ], + "depth": 0, + "parentFailed": false + } + ], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 464850800 + } + ], + "casesAsTable": false, + "durationInNanos": 464850800 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest", + "testMethodName": "shouldVerifyAccessedTwice", + "description": "Should verify accessed twice", + "tagIds": [ + "dev.aherscu.qa.jgiven.commons.tags.SelfTest", + "dev.aherscu.qa.jgiven.rest.tags.RestTest", + "dev.aherscu.qa.jgiven.commons.tags.Reference-159" + ], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [ + { + "name": "a REST client", + "words": [ + { + "value": "Given", + "isIntroWord": true + }, + { + "value": "a REST client" + } + ], + "status": "PASSED", + "durationInNanos": 2639500, + "depth": 0, + "parentFailed": false + }, + { + "name": "connecting to", + "words": [ + { + "value": "When", + "isIntroWord": true + }, + { + "value": "connecting to" + }, + { + "value": "http://localhost:51888", + "argumentInfo": { + "argumentName": "url", + "formattedValue": "http://localhost:51888" + } + } + ], + "status": "PASSED", + "durationInNanos": 1257200, + "depth": 0, + "parentFailed": false + }, + { + "name": "appending path", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "appending path" + }, + { + "value": "twice", + "argumentInfo": { + "argumentName": "path", + "formattedValue": "twice" + } + } + ], + "status": "PASSED", + "durationInNanos": 582300, + "depth": 0, + "parentFailed": false + }, + { + "name": "getting the response", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "getting the response" + } + ], + "nestedSteps": [ + { + "name": "getting the response with headers", + "words": [ + { + "value": "getting the response with headers" + }, + { + "value": "{}", + "argumentInfo": { + "argumentName": "headers", + "formattedValue": "{}" + } + } + ], + "status": "PASSED", + "durationInNanos": 10403000, + "depth": 0, + "parentFailed": false + } + ], + "status": "PASSED", + "durationInNanos": 10460700, + "depth": 0, + "parentFailed": false + }, + { + "name": "getting the response", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "getting the response" + } + ], + "nestedSteps": [ + { + "name": "getting the response with headers", + "words": [ + { + "value": "getting the response with headers" + }, + { + "value": "{}", + "argumentInfo": { + "argumentName": "headers", + "formattedValue": "{}" + } + } + ], + "status": "PASSED", + "durationInNanos": 3622000, + "depth": 0, + "parentFailed": false + } + ], + "status": "PASSED", + "durationInNanos": 3725700, + "depth": 0, + "parentFailed": false + }, + { + "name": "getting the response", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "getting the response" + } + ], + "nestedSteps": [ + { + "name": "getting the response with headers", + "words": [ + { + "value": "getting the response with headers" + }, + { + "value": "{}", + "argumentInfo": { + "argumentName": "headers", + "formattedValue": "{}" + } + } + ], + "status": "PASSED", + "durationInNanos": 22966300, + "depth": 0, + "parentFailed": false + } + ], + "status": "PASSED", + "durationInNanos": 23049200, + "depth": 0, + "parentFailed": false + }, + { + "name": "the response status", + "words": [ + { + "value": "Then", + "isIntroWord": true + }, + { + "value": "the response status" + }, + { + "value": "is \u003cCLIENT_ERROR\u003e", + "argumentInfo": { + "argumentName": "familyMatcher", + "formattedValue": "is \u003cCLIENT_ERROR\u003e" + } + } + ], + "status": "PASSED", + "durationInNanos": 788700, + "depth": 0, + "parentFailed": false + }, + { + "name": "$", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "the method was called more than twice", + "argumentInfo": { + "argumentName": "description", + "formattedValue": "the method was called more than twice" + } + } + ], + "status": "PASSED", + "durationInNanos": 296877400, + "attachments": [ + { + "title": "actual response", + "value": "\u003c\u003cempty\u003e\u003e", + "mediaType": "text/plain", + "binary": false + } + ], + "depth": 0, + "parentFailed": false + } + ], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 382238800 + } + ], + "casesAsTable": false, + "durationInNanos": 382238800 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest", + "testMethodName": "shouldVerifyAccessedTwiceByExpectationId", + "description": "Should verify accessed twice by expectation id", + "tagIds": [ + "dev.aherscu.qa.jgiven.commons.tags.SelfTest", + "dev.aherscu.qa.jgiven.rest.tags.RestTest", + "dev.aherscu.qa.jgiven.commons.tags.Reference-159" + ], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [ + { + "name": "a REST client", + "words": [ + { + "value": "Given", + "isIntroWord": true + }, + { + "value": "a REST client" + } + ], + "status": "PASSED", + "durationInNanos": 666800, + "depth": 0, + "parentFailed": false + }, + { + "name": "connecting to", + "words": [ + { + "value": "When", + "isIntroWord": true + }, + { + "value": "connecting to" + }, + { + "value": "http://localhost:51888", + "argumentInfo": { + "argumentName": "url", + "formattedValue": "http://localhost:51888" + } + } + ], + "status": "PASSED", + "durationInNanos": 678000, + "depth": 0, + "parentFailed": false + }, + { + "name": "appending path", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "appending path" + }, + { + "value": "twice", + "argumentInfo": { + "argumentName": "path", + "formattedValue": "twice" + } + } + ], + "status": "PASSED", + "durationInNanos": 457800, + "depth": 0, + "parentFailed": false + }, + { + "name": "getting the response", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "getting the response" + } + ], + "nestedSteps": [ + { + "name": "getting the response with headers", + "words": [ + { + "value": "getting the response with headers" + }, + { + "value": "{}", + "argumentInfo": { + "argumentName": "headers", + "formattedValue": "{}" + } + } + ], + "status": "PASSED", + "durationInNanos": 11271500, + "depth": 0, + "parentFailed": false + } + ], + "status": "PASSED", + "durationInNanos": 11322500, + "depth": 0, + "parentFailed": false + }, + { + "name": "getting the response", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "getting the response" + } + ], + "nestedSteps": [ + { + "name": "getting the response with headers", + "words": [ + { + "value": "getting the response with headers" + }, + { + "value": "{}", + "argumentInfo": { + "argumentName": "headers", + "formattedValue": "{}" + } + } + ], + "status": "PASSED", + "durationInNanos": 3240000, + "depth": 0, + "parentFailed": false + } + ], + "status": "PASSED", + "durationInNanos": 3327200, + "depth": 0, + "parentFailed": false + }, + { + "name": "getting the response", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "getting the response" + } + ], + "nestedSteps": [ + { + "name": "getting the response with headers", + "words": [ + { + "value": "getting the response with headers" + }, + { + "value": "{}", + "argumentInfo": { + "argumentName": "headers", + "formattedValue": "{}" + } + } + ], + "status": "PASSED", + "durationInNanos": 4190500, + "depth": 0, + "parentFailed": false + } + ], + "status": "PASSED", + "durationInNanos": 4264300, + "depth": 0, + "parentFailed": false + }, + { + "name": "the response status", + "words": [ + { + "value": "Then", + "isIntroWord": true + }, + { + "value": "the response status" + }, + { + "value": "is \u003cCLIENT_ERROR\u003e", + "argumentInfo": { + "argumentName": "familyMatcher", + "formattedValue": "is \u003cCLIENT_ERROR\u003e" + } + } + ], + "status": "PASSED", + "durationInNanos": 530400, + "depth": 0, + "parentFailed": false + }, + { + "name": "$", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "the method was called more than twice", + "argumentInfo": { + "argumentName": "description", + "formattedValue": "the method was called more than twice" + } + } + ], + "status": "PASSED", + "durationInNanos": 28068400, + "attachments": [ + { + "title": "actual response", + "value": "\u003c\u003cempty\u003e\u003e", + "mediaType": "text/plain", + "binary": false + } + ], + "depth": 0, + "parentFailed": false + } + ], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 124307500 + } + ], + "casesAsTable": false, + "durationInNanos": 124307500 + } + ], + "tagMap": { + "dev.aherscu.qa.jgiven.commons.tags.SelfTest": { + "fullType": "dev.aherscu.qa.jgiven.commons.tags.SelfTest", + "type": "SelfTest", + "name": "Self Test", + "description": "Self tests", + "href": "" + }, + "dev.aherscu.qa.jgiven.rest.tags.RestTest": { + "fullType": "dev.aherscu.qa.jgiven.rest.tags.RestTest", + "type": "RestTest", + "name": "REST Test", + "description": "Tests interacting with REST interfaces", + "href": "" + }, + "dev.aherscu.qa.jgiven.commons.tags.Reference-159": { + "fullType": "dev.aherscu.qa.jgiven.commons.tags.Reference", + "type": "Reference", + "name": "Reference", + "value": "159", + "description": "\u003ca target\u003d\"_blank\" href\u003d\"https://github.com/QA-Automation-Starter/qa-automation/issues/159\"\u003eClick here to open ALM 159\u003c/a\u003e", + "prependType": true, + "style": "background-color: darkgreen; color: white; font-weight: bold", + "href": "https://github.com/QA-Automation-Starter/qa-automation/issues/159" + } + } +} \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericRestTest.json b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericRestTest.json new file mode 100644 index 0000000000..57a89a8a0b --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericRestTest.json @@ -0,0 +1,186 @@ +{ + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericRestTest", + "name": "Generic Rest", + "scenarios": [ + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericRestTest", + "testMethodName": "shouldRetrieveJsonFieldFromFakeRestService", + "description": "Should retrieve json field from fake rest service", + "tagIds": [ + "dev.aherscu.qa.jgiven.commons.tags.SelfTest", + "dev.aherscu.qa.jgiven.rest.tags.RestTest", + "dev.aherscu.qa.jgiven.commons.tags.Reference-70" + ], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [ + { + "name": "a REST client", + "words": [ + { + "value": "Given", + "isIntroWord": true + }, + { + "value": "a REST client" + } + ], + "status": "PASSED", + "durationInNanos": 1772300, + "depth": 0, + "parentFailed": false + }, + { + "name": "connecting to", + "words": [ + { + "value": "When", + "isIntroWord": true + }, + { + "value": "connecting to" + }, + { + "value": "http://localhost:51892", + "argumentInfo": { + "argumentName": "url", + "formattedValue": "http://localhost:51892" + } + } + ], + "status": "PASSED", + "durationInNanos": 1095400, + "depth": 0, + "parentFailed": false + }, + { + "name": "appending path", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "appending path" + }, + { + "value": "some-id", + "argumentInfo": { + "argumentName": "path", + "formattedValue": "some-id" + } + } + ], + "status": "PASSED", + "durationInNanos": 1080000, + "depth": 0, + "parentFailed": false + }, + { + "name": "getting the response", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "getting the response" + } + ], + "nestedSteps": [ + { + "name": "getting the response with headers", + "words": [ + { + "value": "getting the response with headers" + }, + { + "value": "{}", + "argumentInfo": { + "argumentName": "headers", + "formattedValue": "{}" + } + } + ], + "status": "PASSED", + "durationInNanos": 1667428900, + "depth": 0, + "parentFailed": false + } + ], + "status": "PASSED", + "durationInNanos": 1668280600, + "depth": 0, + "parentFailed": false + }, + { + "name": "the response contents", + "words": [ + { + "value": "Then", + "isIntroWord": true + }, + { + "value": "the response contents" + }, + { + "value": "[a value greater than \u003c0\u003e \u003c\u003c\u003c---\u003e\u003e\u003e $[0].id, \u003c2\u003e \u003c\u003c\u003c---\u003e\u003e\u003e $[1].id]", + "argumentInfo": { + "argumentName": "expectedContents", + "formattedValue": "a value greater than \u003c0\u003e \u003c\u003c\u003c---\u003e\u003e\u003e $[0].id,\r\n\u003c2\u003e \u003c\u003c\u003c---\u003e\u003e\u003e $[1].id" + } + } + ], + "status": "PASSED", + "durationInNanos": 4293400, + "attachments": [ + { + "title": "actual response", + "value": "[{id:1},{id:2},{id:3}]", + "mediaType": "text/plain", + "binary": false + } + ], + "depth": 0, + "parentFailed": false + } + ], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 1933882700 + } + ], + "casesAsTable": false, + "durationInNanos": 1933882700 + } + ], + "tagMap": { + "dev.aherscu.qa.jgiven.commons.tags.SelfTest": { + "fullType": "dev.aherscu.qa.jgiven.commons.tags.SelfTest", + "type": "SelfTest", + "name": "Self Test", + "description": "Self tests", + "href": "" + }, + "dev.aherscu.qa.jgiven.rest.tags.RestTest": { + "fullType": "dev.aherscu.qa.jgiven.rest.tags.RestTest", + "type": "RestTest", + "name": "REST Test", + "description": "Tests interacting with REST interfaces", + "href": "" + }, + "dev.aherscu.qa.jgiven.commons.tags.Reference-70": { + "fullType": "dev.aherscu.qa.jgiven.commons.tags.Reference", + "type": "Reference", + "name": "Reference", + "value": "70", + "description": "\u003ca target\u003d\"_blank\" href\u003d\"https://github.com/QA-Automation-Starter/qa-automation/issues/70\"\u003eClick here to open ALM 70\u003c/a\u003e", + "prependType": true, + "style": "background-color: darkgreen; color: white; font-weight: bold", + "href": "https://github.com/QA-Automation-Starter/qa-automation/issues/70" + } + } +} \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial6.StatefulRestTest.json b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial6.StatefulRestTest.json new file mode 100644 index 0000000000..5383cae038 --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/dev.aherscu.qa.testing.example.scenarios.tutorial6.StatefulRestTest.json @@ -0,0 +1,490 @@ +{ + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial6.StatefulRestTest", + "name": "Stateful Rest", + "scenarios": [ + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial6.StatefulRestTest", + "testMethodName": "shouldAuthenticate", + "description": "Should authenticate", + "tagIds": [ + "dev.aherscu.qa.jgiven.commons.tags.SelfTest", + "dev.aherscu.qa.jgiven.rest.tags.RestTest" + ], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [ + { + "name": "a REST client", + "words": [ + { + "value": "Given", + "isIntroWord": true + }, + { + "value": "a REST client" + } + ], + "status": "PASSED", + "durationInNanos": 7213600, + "depth": 0, + "parentFailed": false + }, + { + "name": "connecting to", + "words": [ + { + "value": "When", + "isIntroWord": true + }, + { + "value": "connecting to" + }, + { + "value": "http://localhost:51893", + "argumentInfo": { + "argumentName": "url", + "formattedValue": "http://localhost:51893" + } + } + ], + "status": "PASSED", + "durationInNanos": 27409400, + "depth": 0, + "parentFailed": false + }, + { + "name": "appending path", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "appending path" + }, + { + "value": "authenticate", + "argumentInfo": { + "argumentName": "path", + "formattedValue": "authenticate" + } + } + ], + "status": "PASSED", + "durationInNanos": 4563900, + "depth": 0, + "parentFailed": false + }, + { + "name": "posting", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "posting" + }, + { + "value": "jakarta.ws.rs.core.Form@12b1292c", + "argumentInfo": { + "argumentName": "form", + "formattedValue": "{}" + } + } + ], + "status": "PASSED", + "durationInNanos": 1846806500, + "depth": 0, + "parentFailed": false + }, + { + "name": "the response status", + "words": [ + { + "value": "Then", + "isIntroWord": true + }, + { + "value": "the response status" + }, + { + "value": "is \u003cSUCCESSFUL\u003e", + "argumentInfo": { + "argumentName": "familyMatcher", + "formattedValue": "is \u003cSUCCESSFUL\u003e" + } + } + ], + "status": "PASSED", + "durationInNanos": 648800, + "attachments": [ + { + "title": "actual response", + "value": "\u003c\u003cempty\u003e\u003e", + "mediaType": "text/plain", + "binary": false + } + ], + "depth": 0, + "parentFailed": false + } + ], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 1961739000 + } + ], + "casesAsTable": false, + "durationInNanos": 1961739000 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial6.StatefulRestTest", + "testMethodName": "shouldOperate", + "description": "Should operate", + "tagIds": [ + "dev.aherscu.qa.jgiven.commons.tags.SelfTest", + "dev.aherscu.qa.jgiven.rest.tags.RestTest" + ], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [ + { + "name": "a REST client", + "words": [ + { + "value": "Given", + "isIntroWord": true + }, + { + "value": "a REST client" + } + ], + "status": "PASSED", + "durationInNanos": 68328700, + "depth": 0, + "parentFailed": false + }, + { + "name": "connecting to", + "words": [ + { + "value": "When", + "isIntroWord": true + }, + { + "value": "connecting to" + }, + { + "value": "http://localhost:51893", + "argumentInfo": { + "argumentName": "url", + "formattedValue": "http://localhost:51893" + } + } + ], + "status": "PASSED", + "durationInNanos": 1382500, + "depth": 0, + "parentFailed": false + }, + { + "name": "appending path", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "appending path" + }, + { + "value": "some-id", + "argumentInfo": { + "argumentName": "path", + "formattedValue": "some-id" + } + } + ], + "status": "PASSED", + "durationInNanos": 9166500, + "depth": 0, + "parentFailed": false + }, + { + "name": "getting the response", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "getting the response" + } + ], + "nestedSteps": [ + { + "name": "getting the response with headers", + "words": [ + { + "value": "getting the response with headers" + }, + { + "value": "{}", + "argumentInfo": { + "argumentName": "headers", + "formattedValue": "{}" + } + } + ], + "status": "PASSED", + "durationInNanos": 66458000, + "depth": 0, + "parentFailed": false + } + ], + "status": "PASSED", + "durationInNanos": 66668600, + "depth": 0, + "parentFailed": false + }, + { + "name": "the response status", + "words": [ + { + "value": "Then", + "isIntroWord": true + }, + { + "value": "the response status" + }, + { + "value": "is \u003cSUCCESSFUL\u003e", + "argumentInfo": { + "argumentName": "familyMatcher", + "formattedValue": "is \u003cSUCCESSFUL\u003e" + } + } + ], + "status": "PASSED", + "durationInNanos": 1445900, + "depth": 0, + "parentFailed": false + }, + { + "name": "the response contents", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "the response contents" + }, + { + "value": "[a value greater than \u003c0\u003e \u003c\u003c\u003c---\u003e\u003e\u003e $[0].id, \u003c2\u003e \u003c\u003c\u003c---\u003e\u003e\u003e $[1].id]", + "argumentInfo": { + "argumentName": "expectedContents", + "formattedValue": "a value greater than \u003c0\u003e \u003c\u003c\u003c---\u003e\u003e\u003e $[0].id,\r\n\u003c2\u003e \u003c\u003c\u003c---\u003e\u003e\u003e $[1].id" + } + } + ], + "status": "PASSED", + "durationInNanos": 1074000, + "attachments": [ + { + "title": "actual response", + "value": "[{id:1},{id:2},{id:3}]", + "mediaType": "text/plain", + "binary": false + } + ], + "depth": 0, + "parentFailed": false + } + ], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 162183500 + } + ], + "casesAsTable": false, + "durationInNanos": 162183500 + }, + { + "className": "dev.aherscu.qa.testing.example.scenarios.tutorial6.StatefulRestTest", + "testMethodName": "shouldFailOnAuthentication", + "description": "Should fail on authentication", + "tagIds": [ + "dev.aherscu.qa.jgiven.commons.tags.SelfTest", + "dev.aherscu.qa.jgiven.rest.tags.RestTest" + ], + "explicitParameters": [], + "derivedParameters": [], + "scenarioCases": [ + { + "caseNr": 1, + "steps": [ + { + "name": "a REST client", + "words": [ + { + "value": "Given", + "isIntroWord": true + }, + { + "value": "a REST client" + } + ], + "status": "PASSED", + "durationInNanos": 433400, + "depth": 0, + "parentFailed": false + }, + { + "name": "connecting to", + "words": [ + { + "value": "When", + "isIntroWord": true + }, + { + "value": "connecting to" + }, + { + "value": "http://localhost:51893", + "argumentInfo": { + "argumentName": "url", + "formattedValue": "http://localhost:51893" + } + } + ], + "status": "PASSED", + "durationInNanos": 387500, + "depth": 0, + "parentFailed": false + }, + { + "name": "appending path", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "appending path" + }, + { + "value": "some-id", + "argumentInfo": { + "argumentName": "path", + "formattedValue": "some-id" + } + } + ], + "status": "PASSED", + "durationInNanos": 372900, + "depth": 0, + "parentFailed": false + }, + { + "name": "getting the response", + "words": [ + { + "value": "and", + "isIntroWord": true + }, + { + "value": "getting the response" + } + ], + "nestedSteps": [ + { + "name": "getting the response with headers", + "words": [ + { + "value": "getting the response with headers" + }, + { + "value": "{}", + "argumentInfo": { + "argumentName": "headers", + "formattedValue": "{}" + } + } + ], + "status": "PASSED", + "durationInNanos": 249271800, + "depth": 0, + "parentFailed": false + } + ], + "status": "PASSED", + "durationInNanos": 249316600, + "depth": 0, + "parentFailed": false + }, + { + "name": "the response status", + "words": [ + { + "value": "Then", + "isIntroWord": true + }, + { + "value": "the response status" + }, + { + "value": "is \u003cCLIENT_ERROR\u003e", + "argumentInfo": { + "argumentName": "familyMatcher", + "formattedValue": "is \u003cCLIENT_ERROR\u003e" + } + } + ], + "status": "PASSED", + "durationInNanos": 651800, + "attachments": [ + { + "title": "actual response", + "value": "\u003c\u003cempty\u003e\u003e", + "mediaType": "text/plain", + "binary": false + } + ], + "depth": 0, + "parentFailed": false + } + ], + "explicitArguments": [], + "derivedArguments": [], + "durationInNanos": 253208600 + } + ], + "casesAsTable": false, + "durationInNanos": 253208600 + } + ], + "tagMap": { + "dev.aherscu.qa.jgiven.commons.tags.SelfTest": { + "fullType": "dev.aherscu.qa.jgiven.commons.tags.SelfTest", + "type": "SelfTest", + "name": "Self Test", + "description": "Self tests", + "href": "" + }, + "dev.aherscu.qa.jgiven.rest.tags.RestTest": { + "fullType": "dev.aherscu.qa.jgiven.rest.tags.RestTest", + "type": "RestTest", + "name": "REST Test", + "description": "Tests interacting with REST interfaces", + "href": "" + } + } +} \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment.plain b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment.plain index 3570600c41..67bd5c44ec 100644 --- a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment.plain +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment.plain @@ -1 +1 @@ -{-x:class=org.openqa.selenium.remote.RemoteWebDriver, -x:target=${web.url}, -x:type=web, -x:url=https://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName=Chrome, sauce:build=local, sauce:idleTimeout=1000, sauce:maxDuration=6000, sauce:name=TestingWebWithJGiven:shouldFind:1f6d27fb:1:1704466251345, sauce:tags=functional,dev} \ No newline at end of file +{-x:class=org.openqa.selenium.remote.RemoteWebDriver, -x:target=${web.url}, -x:type=web, -x:url=https://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName=Chrome, sauce:build=local, sauce:idleTimeout=1000, sauce:maxDuration=6000, sauce:name=TestingWebWithJGiven:shouldFind:8d9a8e1:109:1704483089775, sauce:tags=functional,dev} \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment2-thumb.png b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment2-thumb.png index 327204531c..d9534c101b 100644 Binary files a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment2-thumb.png and b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment2-thumb.png differ diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment2.png b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment2.png index b404859dbb..4f25508171 100644 Binary files a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment2.png and b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment2.png differ diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment3.plain b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment3.plain index 0879706235..5d573dad33 100644 --- a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment3.plain +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment3.plain @@ -1 +1 @@ -{-x:class=org.openqa.selenium.remote.RemoteWebDriver, -x:target=${web.url}, -x:type=web, -x:url=https://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName=Firefox, sauce:build=local, sauce:idleTimeout=1000, sauce:maxDuration=6000, sauce:name=TestingWebWithJGiven:shouldFind:26a9b031:1:1704466270164, sauce:tags=functional,dev} \ No newline at end of file +{-x:class=org.openqa.selenium.remote.RemoteWebDriver, -x:target=${web.url}, -x:type=web, -x:url=https://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName=Firefox, sauce:build=local, sauce:idleTimeout=1000, sauce:maxDuration=6000, sauce:name=TestingWebWithJGiven:shouldFind:c850d225:109:1704483107849, sauce:tags=functional,dev} \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment4-thumb.png b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment4-thumb.png index d7c587efa2..6365af423b 100644 Binary files a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment4-thumb.png and b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment4-thumb.png differ diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment4.png b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment4.png index 5fa46eb947..0f6843f866 100644 Binary files a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment4.png and b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial3/TestingWebWithJGiven/attachment4.png differ diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment.plain b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment.plain new file mode 100644 index 0000000000..fda8e7865b --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment.plain @@ -0,0 +1 @@ +[{"id":1},{"id":2},{"id":3}] \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment2.plain b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment2.plain new file mode 100644 index 0000000000..a830845f1c --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment2.plain @@ -0,0 +1 @@ +<> \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment3.plain b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment3.plain new file mode 100644 index 0000000000..e05811b154 --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment3.plain @@ -0,0 +1 @@ +<> \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment4.plain b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment4.plain new file mode 100644 index 0000000000..a830845f1c --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment4.plain @@ -0,0 +1 @@ +<> \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment5.plain b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment5.plain new file mode 100644 index 0000000000..a830845f1c --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericMockServerRestTest/attachment5.plain @@ -0,0 +1 @@ +<> \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericRestTest/attachment.plain b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericRestTest/attachment.plain new file mode 100644 index 0000000000..70b757c6f5 --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/GenericRestTest/attachment.plain @@ -0,0 +1 @@ +[{id:1},{id:2},{id:3}] \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/StatefulRestTest/attachment.plain b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/StatefulRestTest/attachment.plain new file mode 100644 index 0000000000..a830845f1c --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/StatefulRestTest/attachment.plain @@ -0,0 +1 @@ +<> \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/StatefulRestTest/attachment2.plain b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/StatefulRestTest/attachment2.plain new file mode 100644 index 0000000000..a830845f1c --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/StatefulRestTest/attachment2.plain @@ -0,0 +1 @@ +<> \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/StatefulRestTest/attachment3.plain b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/StatefulRestTest/attachment3.plain new file mode 100644 index 0000000000..70b757c6f5 --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/attachments/dev/aherscu/qa/testing/example/scenarios/tutorial6/StatefulRestTest/attachment3.plain @@ -0,0 +1 @@ +[{id:1},{id:2},{id:3}] \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/data0.js b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/data0.js index fe458a6e44..308167fde6 100644 --- a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/data0.js +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/data0.js @@ -1 +1 @@ -jgivenReport.addZippedScenarios('H4sIAAAAAAAAAO1WS1PbSBD+K1OqPSRVRg/bki3dKB5bUFlCsBMOSw4jqW0NkWaUmRGYUPz37dHDGNZLnCoIYYN9sNzd09Pq/vrrvrZUApxKJpQV/X1tJTlV6ogWYEVWChc2zUCqpLK/UluD0ozPbVjQoszBXh60daWFZDQf2NPG5hTiU6azwz/ZBXCrZ/HGYaslqCZGTw5JZ/EzojBH/wKdibR1rTJR5ek+4ylqU1CJZKVmgqNqUqvIrNFpOj9ITWj3ozmfG9/2JcSpxCdpo6WyPx6YCGqf66wTURSCq8b2BGYggSewFYzxxC5csATq+HrWcU71TMji3t9P6NBE+blnwaLMWcL0MZVoo1FhgtSw0FMxASqTzETPdA4nVQ7mRAom0PTugSb4OkX/fbLL9A5V0JYJn46kFXmo1FA2wrbWcyHmuYn6Usi00VzQvDKqrh5MHXAtxSkaWJGWFdz0bo3a86sirOduHeje4g1Wes44zXdoSWOWM81AnVWuO0hXJeR6axHVYIqIkHNblMCxDgpy4KwqbAmF0GDjp0fQUlM5Bx2RP66xoHYl85tGfFVCRFBU/0NxRDKtSxU5jqCVzrYo5o9yuy20cRZLcalAmsJFZCeTooAeUbRKIIorlqcRyUVC807G0hymrABR4e2e67qdoqCL3UpSA8qIBCsKXnteB/SoQXUdRmNrcBaRWcUT4wdvRVjimzVFb5J2UidimeCIJHXMRHByiS2AL0PejEZxPI5jf0zpeOjP/DhIw3DsDT2/Pw5Gg9Hbt1hTzGBVANcHfCas6NoqO5x13dwhrTO8LzcAp1pD+um16i+k6jc3hh001RX2uXW8PZns7Rrya1/hgB9RbojdC9yhO+oPXOQLLDFNMgOAu9ywIncwYKdlT+crdVrmd1rmd5bM7yyZ31mXGufWp13mlBnqKSBldIoVxisN5zmdIkZ4ySsrmtFcwU3Nl6XOrMjtGSiji33Kckg7g96S71TNmWa6IYLX0t5p9n3Wu+tlVXNmva/gvLzUUzkeucdHdI9/OESUXOQn4ZfwXG2/e//N/zaYzb6cWRv04T2iv9eNClGgTRjrGvKHItkUG4Mg8H3P88Jw85TrDIgEVeWIoXUJn26Q8FUfq/JEcI2IUKTulMR9V/8CYRoKtUl+l5PzX8nFbCbZeq57+NaN+2zou34Y9pE3nqnP+nZZY2e1zVhB5+A08q7L6mp8t8lW9pztNpX11vKDLfFwcm9Xozt3vE6fX3369B4dB8sWm3zc2dmbTNb1WBAGvhf2PdczrNEtwv3XRfghUO4zCTOxeFmonDVB34ElQjGNx96A0iEdxjCL3TD1aBBC7IXpwIXXVfi3rfumQ7rveaNBOAjNwvM8Q3rwordhkwA+f/pdd3nP5tuXO+yPhoHZvn6FTXabXxEtSL11tiOPEqWlSWs7Cs3j7ZsSNueiUeNYa4bjk228jxPdxrUJcXEIRt7zbcbDn7QZr7TH46T4f7Yf/04jqfdEeNhkT/Z93w1G7igMDVjNebWtpjRGmqgxvq5J+77nj4N+aLoUFpBURj25f9nNZ/z+A8LaWYW/GAAA'); \ No newline at end of file +jgivenReport.addZippedScenarios('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'); \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/metaData.js b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/metaData.js index 0b0755b3e9..2f2b53ae56 100644 --- a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/metaData.js +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/metaData.js @@ -1 +1 @@ -jgivenReport.setMetaData({"created":"Jan 5, 2024, 2:51:25 PM","version":"1.3.0-b044f8ab","title":"QA Testing Example [#local]","data":["data0.js"],"showThumbnails":true} ); \ No newline at end of file +jgivenReport.setMetaData({"created":"Jan 5, 2024, 7:32:06 PM","version":"1.3.0-b044f8ab","title":"QA Testing Example [#local]","data":["data0.js"],"showThumbnails":true} ); \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/tags.js b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/tags.js index de8fa81456..3261e82dc4 100644 --- a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/tags.js +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/html/data/tags.js @@ -1 +1 @@ -jgivenReport.setTags({"tagTypeMap":{"dev.aherscu.qa.jgiven.webdriver.tags.UITest":{"fullType":"dev.aherscu.qa.jgiven.webdriver.tags.UITest","type":"UITest","name":"UI Test","description":"Tests interacting with user interface","href":""},"dev.aherscu.qa.jgiven.commons.tags.Reference":{"fullType":"dev.aherscu.qa.jgiven.commons.tags.Reference","type":"Reference","name":"Reference","description":"\u003ca target\u003d\"_blank\" href\u003d\"https://github.com/QA-Automation-Starter/qa-automation/issues/68\"\u003eClick here to open ALM 68\u003c/a\u003e","prependType":true,"style":"background-color: darkgreen; color: white; font-weight: bold","href":"https://github.com/QA-Automation-Starter/qa-automation/issues/68"},"DeviceName":{"fullType":"DeviceName","name":"DeviceName"},"PlatformName":{"fullType":"PlatformName","name":"PlatformName"},"PlatformVersion":{"fullType":"PlatformVersion","name":"PlatformVersion"}},"tags":{"dev.aherscu.qa.jgiven.webdriver.tags.UITest":{"tagType":"dev.aherscu.qa.jgiven.webdriver.tags.UITest"},"dev.aherscu.qa.jgiven.commons.tags.Reference-68":{"tagType":"dev.aherscu.qa.jgiven.commons.tags.Reference","value":"68"},"DeviceName":{"tagType":"DeviceName"},"PlatformName":{"tagType":"PlatformName"},"PlatformVersion":{"tagType":"PlatformVersion"}}} ); \ No newline at end of file +jgivenReport.setTags({"tagTypeMap":{"dev.aherscu.qa.jgiven.webdriver.tags.UITest":{"fullType":"dev.aherscu.qa.jgiven.webdriver.tags.UITest","type":"UITest","name":"UI Test","description":"Tests interacting with user interface","href":""},"dev.aherscu.qa.jgiven.commons.tags.Reference":{"fullType":"dev.aherscu.qa.jgiven.commons.tags.Reference","type":"Reference","name":"Reference","description":"\u003ca target\u003d\"_blank\" href\u003d\"https://github.com/QA-Automation-Starter/qa-automation/issues/68\"\u003eClick here to open ALM 68\u003c/a\u003e","prependType":true,"style":"background-color: darkgreen; color: white; font-weight: bold","href":"https://github.com/QA-Automation-Starter/qa-automation/issues/68"},"DeviceName":{"fullType":"DeviceName","name":"DeviceName"},"PlatformName":{"fullType":"PlatformName","name":"PlatformName"},"PlatformVersion":{"fullType":"PlatformVersion","name":"PlatformVersion"},"dev.aherscu.qa.jgiven.commons.tags.SelfTest":{"fullType":"dev.aherscu.qa.jgiven.commons.tags.SelfTest","type":"SelfTest","name":"Self Test","description":"Self tests","href":""},"dev.aherscu.qa.jgiven.rest.tags.RestTest":{"fullType":"dev.aherscu.qa.jgiven.rest.tags.RestTest","type":"RestTest","name":"REST Test","description":"Tests interacting with REST interfaces","href":""}},"tags":{"dev.aherscu.qa.jgiven.webdriver.tags.UITest":{"tagType":"dev.aherscu.qa.jgiven.webdriver.tags.UITest"},"dev.aherscu.qa.jgiven.commons.tags.Reference-68":{"tagType":"dev.aherscu.qa.jgiven.commons.tags.Reference","value":"68"},"DeviceName":{"tagType":"DeviceName"},"PlatformName":{"tagType":"PlatformName"},"PlatformVersion":{"tagType":"PlatformVersion"},"dev.aherscu.qa.jgiven.commons.tags.SelfTest":{"tagType":"dev.aherscu.qa.jgiven.commons.tags.SelfTest"},"dev.aherscu.qa.jgiven.rest.tags.RestTest":{"tagType":"dev.aherscu.qa.jgiven.rest.tags.RestTest"},"dev.aherscu.qa.jgiven.commons.tags.Reference-159":{"tagType":"dev.aherscu.qa.jgiven.commons.tags.Reference","value":"159","description":"\u003ca target\u003d\"_blank\" href\u003d\"https://github.com/QA-Automation-Starter/qa-automation/issues/159\"\u003eClick here to open ALM 159\u003c/a\u003e","href":"https://github.com/QA-Automation-Starter/qa-automation/issues/159"},"dev.aherscu.qa.jgiven.commons.tags.Reference-70":{"tagType":"dev.aherscu.qa.jgiven.commons.tags.Reference","value":"70","description":"\u003ca target\u003d\"_blank\" href\u003d\"https://github.com/QA-Automation-Starter/qa-automation/issues/70\"\u003eClick here to open ALM 70\u003c/a\u003e","href":"https://github.com/QA-Automation-Starter/qa-automation/issues/70"}}} ); \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebWithJGiven-shouldFind.html b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebWithJGiven-shouldFind.html index fe8d6b1062..06148d802f 100644 --- a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebWithJGiven-shouldFind.html +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebWithJGiven-shouldFind.html @@ -85,7 +85,7 @@

    Should find

    -

    2024-Jan-05 14:51 GMT

    +

    2024-Jan-05 19:32 GMT

    [UITest,Reference-68,,,]

    @@ -109,16 +109,16 @@

    Test case:1

    google - WebDriverEx(originalCapabilities=Capabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Chrome, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver=RemoteWebDriver: chrome on windows (77bb8bb58aa845f5b6d9981415286737)) + WebDriverEx(originalCapabilities=Capabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Chrome, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver=RemoteWebDriver: chrome on windows (d9d0f9138ede40d9a92ee7ab1481704a))

    google - WebDriverEx(originalCapabilities=Capabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Chrome, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver=RemoteWebDriver: chrome on windows (77bb8bb58aa845f5b6d9981415286737)) + WebDriverEx(originalCapabilities=Capabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Chrome, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver=RemoteWebDriver: chrome on windows (d9d0f9138ede40d9a92ee7ab1481704a))

    - {-x:class=org.openqa.selenium.remote.RemoteWebDriver, -x:target=${web.url}, -x:type=web, -x:url=https://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName=Chrome, sauce:build=local, sauce:idleTimeout=1000, sauce:maxDuration=6000, sauce:name=TestingWebWithJGiven:shouldFind:1f6d27fb:1:1704466251345, sauce:tags=functional,dev} + {-x:class=org.openqa.selenium.remote.RemoteWebDriver, -x:target=${web.url}, -x:type=web, -x:url=https://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName=Chrome, sauce:build=local, sauce:idleTimeout=1000, sauce:maxDuration=6000, sauce:name=TestingWebWithJGiven:shouldFind:8d9a8e1:109:1704483089775, sauce:tags=functional,dev} @@ -126,7 +126,7 @@

    Test case:1

    - 1604 + 2669 @@ -137,14 +137,14 @@

    Test case:1

    searching for - "OuejpwtTr870PNaEnQJDurvlR9k9jsALOz5z3ffk" + "OJmhT4KeN8oleXudnXtgFldPmqiC3w0m8Cn0PZdZ"

    searching for - "OuejpwtTr870PNaEnQJDurvlR9k9jsALOz5z3ffk" + "OJmhT4KeN8oleXudnXtgFldPmqiC3w0m8Cn0PZdZ"

    [Nothing to attach]

    @@ -154,7 +154,7 @@

    Test case:1

    - 3665 + 3191 @@ -181,7 +181,7 @@

    Test case:1

    Actual screenshot might be blocked by server + src="data:image/png;base64,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"/> @@ -189,7 +189,7 @@

    Test case:1

    - 1450 + 1346 @@ -214,16 +214,16 @@

    Test case:2

    google - WebDriverEx(originalCapabilities=Capabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Firefox, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver=RemoteWebDriver: firefox on windows (45fdb813aa4a4befb09d1a69eb19d30e)) + WebDriverEx(originalCapabilities=Capabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Firefox, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver=RemoteWebDriver: firefox on windows (ccde60aab59941eaac6da7fcee079f33))

    google - WebDriverEx(originalCapabilities=Capabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Firefox, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver=RemoteWebDriver: firefox on windows (45fdb813aa4a4befb09d1a69eb19d30e)) + WebDriverEx(originalCapabilities=Capabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Firefox, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver=RemoteWebDriver: firefox on windows (ccde60aab59941eaac6da7fcee079f33))

    - {-x:class=org.openqa.selenium.remote.RemoteWebDriver, -x:target=${web.url}, -x:type=web, -x:url=https://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName=Firefox, sauce:build=local, sauce:idleTimeout=1000, sauce:maxDuration=6000, sauce:name=TestingWebWithJGiven:shouldFind:26a9b031:1:1704466270164, sauce:tags=functional,dev} + {-x:class=org.openqa.selenium.remote.RemoteWebDriver, -x:target=${web.url}, -x:type=web, -x:url=https://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName=Firefox, sauce:build=local, sauce:idleTimeout=1000, sauce:maxDuration=6000, sauce:name=TestingWebWithJGiven:shouldFind:c850d225:109:1704483107849, sauce:tags=functional,dev} @@ -231,7 +231,7 @@

    Test case:2

    - 2117 + 3437 @@ -259,7 +259,7 @@

    Test case:2

    - 1404 + 2680 @@ -286,7 +286,7 @@

    Test case:2

    Actual screenshot might be blocked by server + src="data:image/png;base64,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"/> @@ -294,7 +294,7 @@

    Test case:2

    - 1915 + 1995 diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebWithJGiven-shouldFind.html.attributes b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebWithJGiven-shouldFind.html.attributes index 0bb7ce990e..3c8491efe0 100644 --- a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebWithJGiven-shouldFind.html.attributes +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial3.TestingWebWithJGiven-shouldFind.html.attributes @@ -1,5 +1,5 @@ #generated by qa-jgiven-reporter-maven-plugin -#Fri Jan 05 14:51:26 GMT 2024 +#Fri Jan 05 19:32:07 GMT 2024 PlatformName= PlatformVersion= dev.aherscu.qa.jgiven.commons.tags.Reference=68 diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessByDefinition.html b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessByDefinition.html new file mode 100644 index 0000000000..eefd272cf4 --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessByDefinition.html @@ -0,0 +1,271 @@ + + + + + + + Design Verification Procedure + + + + + + +

    Should verify access by definition

    +

    2024-Jan-05 19:32 GMT

    +

    + [SelfTest,RestTest,Reference-159]

    + +

    Test case:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Step & Expected ResultActual Observed ResultStatusDuration [ms]
    + Given + + a REST client + +

    + + a REST client +

    +

    [Nothing to attach]

    +
    + PASSED + + 0 +
    + When + + connecting to + http://localhost:51888 + +

    + + connecting to + http://localhost:51888 +

    +

    [Nothing to attach]

    +
    + PASSED + + 8 +
    + and + + appending path + some-id + +

    + + appending path + some-id +

    +

    [Nothing to attach]

    +
    + PASSED + + 0 +
    + and + + getting the response + +

    + + getting the response +

    +

    [Nothing to attach]

    +
    + PASSED + + 317 +
    + Then + + the response contents + a value greater than <0> <<<--->>> $[0].id, +<2> <<<--->>> $[1].id + +

    + + the response contents + a value greater than <0> <<<--->>> $[0].id, +<2> <<<--->>> $[1].id +

    +

    [Nothing to attach]

    +
    + PASSED + + 5 +
    + and + + the some id request was sent + +

    + + the some id request was sent +

    + [{"id":1},{"id":2},{"id":3}] +
    + PASSED + + 179 +
    + + \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessByDefinition.html.attributes b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessByDefinition.html.attributes new file mode 100644 index 0000000000..c684c45b0e --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessByDefinition.html.attributes @@ -0,0 +1,5 @@ +#generated by qa-jgiven-reporter-maven-plugin +#Fri Jan 05 19:32:07 GMT 2024 +dev.aherscu.qa.jgiven.commons.tags.Reference=159 +dev.aherscu.qa.jgiven.commons.tags.SelfTest= +dev.aherscu.qa.jgiven.rest.tags.RestTest= diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessByExpectionId.html b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessByExpectionId.html new file mode 100644 index 0000000000..9875090a0b --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessByExpectionId.html @@ -0,0 +1,241 @@ + + + + + + + Design Verification Procedure + + + + + + +

    Should verify access by expection id

    +

    2024-Jan-05 19:32 GMT

    +

    + [SelfTest,RestTest,Reference-159]

    + +

    Test case:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Step & Expected ResultActual Observed ResultStatusDuration [ms]
    + Given + + a REST client + +

    + + a REST client +

    +

    [Nothing to attach]

    +
    + PASSED + + 0 +
    + When + + connecting to + http://localhost:51888 + +

    + + connecting to + http://localhost:51888 +

    +

    [Nothing to attach]

    +
    + PASSED + + 3 +
    + and + + appending path + dummy + +

    + + appending path + dummy +

    +

    [Nothing to attach]

    +
    + PASSED + + 2 +
    + and + + getting the response + +

    + + getting the response +

    +

    [Nothing to attach]

    +
    + PASSED + + 44 +
    + Then + + the dummy request was sent + +

    + + the dummy request was sent +

    + <<empty>> +
    + PASSED + + 217 +
    + + \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessByExpectionId.html.attributes b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessByExpectionId.html.attributes new file mode 100644 index 0000000000..c684c45b0e --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessByExpectionId.html.attributes @@ -0,0 +1,5 @@ +#generated by qa-jgiven-reporter-maven-plugin +#Fri Jan 05 19:32:07 GMT 2024 +dev.aherscu.qa.jgiven.commons.tags.Reference=159 +dev.aherscu.qa.jgiven.commons.tags.SelfTest= +dev.aherscu.qa.jgiven.rest.tags.RestTest= diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessOfDroppedConnection.html b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessOfDroppedConnection.html new file mode 100644 index 0000000000..0ae790b958 --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessOfDroppedConnection.html @@ -0,0 +1,241 @@ + + + + + + + Design Verification Procedure + + + + + + +

    Should verify access of dropped connection

    +

    2024-Jan-05 19:32 GMT

    +

    + [SelfTest,RestTest,Reference-159]

    + +

    Test case:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Step & Expected ResultActual Observed ResultStatusDuration [ms]
    + Given + + a REST client + +

    + + a REST client +

    +

    [Nothing to attach]

    +
    + PASSED + + 1 +
    + When + + connecting to + http://localhost:51888 + +

    + + connecting to + http://localhost:51888 +

    +

    [Nothing to attach]

    +
    + PASSED + + 2 +
    + and + + appending path + drop-connection + +

    + + appending path + drop-connection +

    +

    [Nothing to attach]

    +
    + PASSED + + 117 +
    + and + + trying to access + +

    + + trying to access +

    +

    [Nothing to attach]

    +
    + PASSED + + 147 +
    + Then + + the drop connection request was sent + +

    + + the drop connection request was sent +

    + <<null>> +
    + PASSED + + 34 +
    + + \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessOfDroppedConnection.html.attributes b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessOfDroppedConnection.html.attributes new file mode 100644 index 0000000000..c684c45b0e --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessOfDroppedConnection.html.attributes @@ -0,0 +1,5 @@ +#generated by qa-jgiven-reporter-maven-plugin +#Fri Jan 05 19:32:07 GMT 2024 +dev.aherscu.qa.jgiven.commons.tags.Reference=159 +dev.aherscu.qa.jgiven.commons.tags.SelfTest= +dev.aherscu.qa.jgiven.rest.tags.RestTest= diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessedTwice.html b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessedTwice.html new file mode 100644 index 0000000000..6f09f9caac --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessedTwice.html @@ -0,0 +1,321 @@ + + + + + + + Design Verification Procedure + + + + + + +

    Should verify accessed twice

    +

    2024-Jan-05 19:32 GMT

    +

    + [SelfTest,RestTest,Reference-159]

    + +

    Test case:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Step & Expected ResultActual Observed ResultStatusDuration [ms]
    + Given + + a REST client + +

    + + a REST client +

    +

    [Nothing to attach]

    +
    + PASSED + + 2 +
    + When + + connecting to + http://localhost:51888 + +

    + + connecting to + http://localhost:51888 +

    +

    [Nothing to attach]

    +
    + PASSED + + 1 +
    + and + + appending path + twice + +

    + + appending path + twice +

    +

    [Nothing to attach]

    +
    + PASSED + + 0 +
    + and + + getting the response + +

    + + getting the response +

    +

    [Nothing to attach]

    +
    + PASSED + + 10 +
    + and + + getting the response + +

    + + getting the response +

    +

    [Nothing to attach]

    +
    + PASSED + + 3 +
    + and + + getting the response + +

    + + getting the response +

    +

    [Nothing to attach]

    +
    + PASSED + + 23 +
    + Then + + the response status + is <CLIENT_ERROR> + +

    + + the response status + is <CLIENT_ERROR> +

    +

    [Nothing to attach]

    +
    + PASSED + + 0 +
    + and + + the method was called more than twice + +

    + + the method was called more than twice +

    + <<empty>> +
    + PASSED + + 296 +
    + + \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessedTwice.html.attributes b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessedTwice.html.attributes new file mode 100644 index 0000000000..c684c45b0e --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessedTwice.html.attributes @@ -0,0 +1,5 @@ +#generated by qa-jgiven-reporter-maven-plugin +#Fri Jan 05 19:32:07 GMT 2024 +dev.aherscu.qa.jgiven.commons.tags.Reference=159 +dev.aherscu.qa.jgiven.commons.tags.SelfTest= +dev.aherscu.qa.jgiven.rest.tags.RestTest= diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessedTwiceByExpectationId.html b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessedTwiceByExpectationId.html new file mode 100644 index 0000000000..aca13624de --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessedTwiceByExpectationId.html @@ -0,0 +1,321 @@ + + + + + + + Design Verification Procedure + + + + + + +

    Should verify accessed twice by expectation id

    +

    2024-Jan-05 19:32 GMT

    +

    + [SelfTest,RestTest,Reference-159]

    + +

    Test case:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Step & Expected ResultActual Observed ResultStatusDuration [ms]
    + Given + + a REST client + +

    + + a REST client +

    +

    [Nothing to attach]

    +
    + PASSED + + 0 +
    + When + + connecting to + http://localhost:51888 + +

    + + connecting to + http://localhost:51888 +

    +

    [Nothing to attach]

    +
    + PASSED + + 0 +
    + and + + appending path + twice + +

    + + appending path + twice +

    +

    [Nothing to attach]

    +
    + PASSED + + 0 +
    + and + + getting the response + +

    + + getting the response +

    +

    [Nothing to attach]

    +
    + PASSED + + 11 +
    + and + + getting the response + +

    + + getting the response +

    +

    [Nothing to attach]

    +
    + PASSED + + 3 +
    + and + + getting the response + +

    + + getting the response +

    +

    [Nothing to attach]

    +
    + PASSED + + 4 +
    + Then + + the response status + is <CLIENT_ERROR> + +

    + + the response status + is <CLIENT_ERROR> +

    +

    [Nothing to attach]

    +
    + PASSED + + 0 +
    + and + + the method was called more than twice + +

    + + the method was called more than twice +

    + <<empty>> +
    + PASSED + + 28 +
    + + \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessedTwiceByExpectationId.html.attributes b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessedTwiceByExpectationId.html.attributes new file mode 100644 index 0000000000..c684c45b0e --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericMockServerRestTest-shouldVerifyAccessedTwiceByExpectationId.html.attributes @@ -0,0 +1,5 @@ +#generated by qa-jgiven-reporter-maven-plugin +#Fri Jan 05 19:32:07 GMT 2024 +dev.aherscu.qa.jgiven.commons.tags.Reference=159 +dev.aherscu.qa.jgiven.commons.tags.SelfTest= +dev.aherscu.qa.jgiven.rest.tags.RestTest= diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericRestTest-shouldRetrieveJsonFieldFromFakeRestService.html b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericRestTest-shouldRetrieveJsonFieldFromFakeRestService.html new file mode 100644 index 0000000000..df3c3c89ed --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericRestTest-shouldRetrieveJsonFieldFromFakeRestService.html @@ -0,0 +1,245 @@ + + + + + + + Design Verification Procedure + + + + + + +

    Should retrieve json field from fake rest service

    +

    2024-Jan-05 19:32 GMT

    +

    + [SelfTest,RestTest,Reference-70]

    + +

    Test case:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Step & Expected ResultActual Observed ResultStatusDuration [ms]
    + Given + + a REST client + +

    + + a REST client +

    +

    [Nothing to attach]

    +
    + PASSED + + 1 +
    + When + + connecting to + http://localhost:51892 + +

    + + connecting to + http://localhost:51892 +

    +

    [Nothing to attach]

    +
    + PASSED + + 1 +
    + and + + appending path + some-id + +

    + + appending path + some-id +

    +

    [Nothing to attach]

    +
    + PASSED + + 1 +
    + and + + getting the response + +

    + + getting the response +

    +

    [Nothing to attach]

    +
    + PASSED + + 1668 +
    + Then + + the response contents + a value greater than <0> <<<--->>> $[0].id, +<2> <<<--->>> $[1].id + +

    + + the response contents + a value greater than <0> <<<--->>> $[0].id, +<2> <<<--->>> $[1].id +

    + [{id:1},{id:2},{id:3}] +
    + PASSED + + 4 +
    + + \ No newline at end of file diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericRestTest-shouldRetrieveJsonFieldFromFakeRestService.html.attributes b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericRestTest-shouldRetrieveJsonFieldFromFakeRestService.html.attributes new file mode 100644 index 0000000000..35ee73acdc --- /dev/null +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/SUCCESS-dev.aherscu.qa.testing.example.scenarios.tutorial6.GenericRestTest-shouldRetrieveJsonFieldFromFakeRestService.html.attributes @@ -0,0 +1,5 @@ +#generated by qa-jgiven-reporter-maven-plugin +#Fri Jan 05 19:32:07 GMT 2024 +dev.aherscu.qa.jgiven.commons.tags.Reference=70 +dev.aherscu.qa.jgiven.commons.tags.SelfTest= +dev.aherscu.qa.jgiven.rest.tags.RestTest= diff --git a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/qa-jgiven-reporter.html b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/qa-jgiven-reporter.html index 60d49f1813..dbde14f27f 100644 --- a/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/qa-jgiven-reporter.html +++ b/qa-testing-parent/qa-testing-example/jgiven-reports/functional-dev/local/qa-html/qa-jgiven-reporter.html @@ -117,7 +117,7 @@ - 2024-Jan-05 14:51 GMT + 2024-Jan-05 19:32 GMT Reviewer @@ -273,6 +273,499 @@

    Design Output Under Test

    Test Procedures

    +

    Plain Test Ng

    + + + + + + + + + + +
    TagValue
    + +

    [T-2F77C740] 1 shouldSucceed

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-371720F9] 2 checkNot

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    +

    Test scenario:2

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-48C0AF44] 3 checkFullAdder

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    +

    Test scenario:2

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    +

    Test scenario:3

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    +

    Test scenario:4

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-DD79C4DA] 4 checkSinus

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    +

    Test scenario:2

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    +

    Test scenario:3

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    Test Ng With Hamcrest

    + + + + + + + + + + +
    TagValue
    + +

    [T-2F77C740] 1 shouldSucceed

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-86B7A8D] 5 shouldAssertOnListOrder

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-7738241C] 4 shouldAssertOnListContents

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-F89BACE2] 2 shouldAssertOnBoolean

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-82C983F0] 3 shouldAssertOnStringContents

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-B5F586FC] 6 shouldAssertOnEquality

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-286CB61D] 9 shouldCalculateSinusWithTolerance

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    +

    Test scenario:2

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-43C942DB] 7 shouldAssertOnStreamContents

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-19144194] 8 shouldAssertOnStreamOfJsons

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    Testing Remote Web Application

    + + + + + + + + + + +
    TagValue
    + +

    [T-454A0FE6] Should find

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-7ACB842B] Should open web

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    Testing Web Application

    + + + + + + + + + + +
    TagValue
    + +

    [T-454A0FE6] Should find

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    +

    Test scenario:2

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    + +

    [T-7ACB842B] Should open web

    + +

    Test scenario:1

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    +

    Test scenario:2

    + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    +

    Testing Web With J Given

    @@ -284,29 +777,1076 @@

    Testing Web With J Given

    - + + + + + + + + + + + + + + + + + + + + +
    UI TestUI Test
    Reference68
    DeviceName
    PlatformName
    PlatformVersion
    + +

    [T-454A0FE6] Should find

    + +

    Test scenario:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    1 + Pre-condition(s) + + google + WebDriverEx(originalCapabilities=Capabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Chrome, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver=RemoteWebDriver: chrome on windows (d9d0f9138ede40d9a92ee7ab1481704a)) + + {-x:class=org.openqa.selenium.remote.RemoteWebDriver, -x:target=${web.url}, -x:type=web, -x:url=https://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName=Chrome, sauce:build=local, sauce:idleTimeout=1000, sauce:maxDuration=6000, sauce:name=TestingWebWithJGiven:shouldFind:8d9a8e1:109:1704483089775, sauce:tags=functional,dev} +
    2 + Operation(s) + + searching for + "OJmhT4KeN8oleXudnXtgFldPmqiC3w0m8Cn0PZdZ" + +
    3 + Verification(s) + + the results + contains <0L> items + + + + + + + Actual screenshot might be blocked by server +
    +

    Test scenario:2

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    1 + Pre-condition(s) + + google + WebDriverEx(originalCapabilities=Capabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Firefox, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver=RemoteWebDriver: firefox on windows (ccde60aab59941eaac6da7fcee079f33)) + + {-x:class=org.openqa.selenium.remote.RemoteWebDriver, -x:target=${web.url}, -x:type=web, -x:url=https://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName=Firefox, sauce:build=local, sauce:idleTimeout=1000, sauce:maxDuration=6000, sauce:name=TestingWebWithJGiven:shouldFind:c850d225:109:1704483107849, sauce:tags=functional,dev} +
    2 + Operation(s) + + searching for + "testng" + +
    3 + Verification(s) + + the results + Any to match <a string containing "testng" ignoring case> + + + + + + + Actual screenshot might be blocked by server +
    + +

    Generic Mock Server Rest

    + + + + + + + + + + + + + + + + + + + + + + +
    TagValue
    Self Test
    REST Test
    Reference159
    + +

    [T-8E7BFF7A] Should verify access by definition

    + +

    Test scenario:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    1 + Pre-condition(s) + + a REST client + +
    2 + Operation(s) + + connecting to + http://localhost:51888 + +
    3 + and + + appending path + some-id + +
    4 + and + + getting the response + +
    5 + Verification(s) + + the response contents + [a value greater than <0> <<<--->>> $[0].id, <2> <<<--->>> $[1].id] + +
    6 + and + + the some id request was sent + + [{"id":1},{"id":2},{"id":3}] +
    + +

    [T-EAB6F233] Should verify access by expection id

    + +

    Test scenario:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    1 + Pre-condition(s) + + a REST client + +
    2 + Operation(s) + + connecting to + http://localhost:51888 + +
    3 + and + + appending path + dummy + +
    4 + and + + getting the response + +
    5 + Verification(s) + + the dummy request was sent + + <<empty>> +
    + +

    [T-EF0F58E5] Should verify access of dropped connection

    + +

    Test scenario:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    1 + Pre-condition(s) + + a REST client + +
    2 + Operation(s) + + connecting to + http://localhost:51888 + +
    3 + and + + appending path + drop-connection + +
    4 + and + + trying to access + +
    5 + Verification(s) + + the drop connection request was sent + + <<null>> +
    + +

    [T-D938D7C5] Should verify accessed twice

    + +

    Test scenario:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    1 + Pre-condition(s) + + a REST client + +
    2 + Operation(s) + + connecting to + http://localhost:51888 + +
    3 + and + + appending path + twice + +
    4 + and + + getting the response + +
    5 + and + + getting the response + +
    6 + and + + getting the response + +
    7 + Verification(s) + + the response status + is <CLIENT_ERROR> + +
    8 + and + + the method was called more than twice + + <<empty>> +
    + +

    [T-5F78A4CD] Should verify accessed twice by expectation id

    + +

    Test scenario:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    1 + Pre-condition(s) + + a REST client + +
    2 + Operation(s) + + connecting to + http://localhost:51888 + +
    3 + and + + appending path + twice + +
    4 + and + + getting the response + +
    5 + and + + getting the response + +
    6 + and + + getting the response + +
    7 + Verification(s) + + the response status + is <CLIENT_ERROR> + +
    8 + and + + the method was called more than twice + + <<empty>> +
    + +

    Generic Rest

    + + + + + + + + + + + + + + + + + + + + + + +
    TagValue
    Self Test
    REST Test
    Reference70
    + +

    [T-2E13FA05] Should retrieve json field from fake rest service

    + +

    Test scenario:1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #Step / Expected ResultActual Observed ResultConclusionSPR
    1 + Pre-condition(s) + + a REST client + +
    2 + Operation(s) + + connecting to + http://localhost:51892 + +
    3 + and + + appending path + some-id + +
    4 + and + + getting the response + +
    5 + Verification(s) + + the response contents + [a value greater than <0> <<<--->>> $[0].id, <2> <<<--->>> $[1].id] + + [{id:1},{id:2},{id:3}] +
    + +

    Stateful Rest

    + + + + + + + + + + + - - + + + +
    TagValue
    Self Test
    Reference68REST Test
    + +

    [T-F4FDC402] Should authenticate

    + +

    Test scenario:1

    + + - - + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    DeviceName#Step / Expected ResultActual Observed ResultConclusionSPR
    PlatformName1 + Pre-condition(s) + + a REST client + +
    PlatformVersion2 + Operation(s) + + connecting to + http://localhost:51893 + +
    3 + and + + appending path + authenticate + +
    4 + and + + posting + jakarta.ws.rs.core.Form@12b1292c + +
    5 + Verification(s) + + the response status + is <SUCCESSFUL> + + <<empty>> +
    -

    [T-454A0FE6] Should find

    +

    [T-2D432437] Should operate

    Test scenario:1

    @@ -327,12 +1867,10 @@

    [T-454A0FE6] Should find

    Pre-condition(s) @@ -345,8 +1883,8 @@

    [T-454A0FE6] Should find

    Operation(s) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -382,7 +1964,10 @@

    [T-454A0FE6] Should find

    - google - WebDriverEx(originalCapabilities=Capabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Chrome, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver=RemoteWebDriver: chrome on windows (77bb8bb58aa845f5b6d9981415286737)) + a REST client - {-x:class=org.openqa.selenium.remote.RemoteWebDriver, -x:target=${web.url}, -x:type=web, -x:url=https://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName=Chrome, sauce:build=local, sauce:idleTimeout=1000, sauce:maxDuration=6000, sauce:name=TestingWebWithJGiven:shouldFind:1f6d27fb:1:1704466251345, sauce:tags=functional,dev} - searching for - "OuejpwtTr870PNaEnQJDurvlR9k9jsALOz5z3ffk" + connecting to + http://localhost:51893 @@ -358,22 +1896,66 @@

    [T-454A0FE6] Should find

    3 + and + + appending path + some-id + +
    4 + and + + getting the response + +
    5 Verification(s) - the results - contains <0L> items + the response status + is <SUCCESSFUL> - - - - - - Actual screenshot might be blocked by server +
    6 + and + + the response contents + [a value greater than <0> <<<--->>> $[0].id, <2> <<<--->>> $[1].id] + + [{id:1},{id:2},{id:3}]
    -

    Test scenario:2

    + +

    [T-59A05B44] Should fail on authentication

    + +

    Test scenario:1

    @@ -401,12 +1986,10 @@

    [T-454A0FE6] Should find

    Pre-condition(s) @@ -419,8 +2002,8 @@

    [T-454A0FE6] Should find

    Operation(s) + + + + + + + + + + + + + + + + + + + + + + diff --git a/qa-testing-parent/qa-testing-example/xref-test/dev/aherscu/qa/testing/example/scenarios/tutorial1/PlainTestNg.html b/qa-testing-parent/qa-testing-example/xref-test/dev/aherscu/qa/testing/example/scenarios/tutorial1/PlainTestNg.html index f30c9e0507..932182c28a 100644 --- a/qa-testing-parent/qa-testing-example/xref-test/dev/aherscu/qa/testing/example/scenarios/tutorial1/PlainTestNg.html +++ b/qa-testing-parent/qa-testing-example/xref-test/dev/aherscu/qa/testing/example/scenarios/tutorial1/PlainTestNg.html @@ -93,10 +93,10 @@ 85// @formatter:off86// there are toooooooo much possibilities...87 { 0, 0 }, -88 { PI, 0 }, // ISSUE: fails because precision loss +88// { PI, 0 }, // fails because precision loss89 { PI / 2, 1 }, 90 { 1.5 * PI, -1 }, -91 { 2 * PI, 0 }, // ISSUE: fails because precision loss +91// { 2 * PI, 0 }, // fails because precision loss92// @formatter:on93 }; 94 } diff --git a/qa-testing-parent/qa-testing-example/xref-test/dev/aherscu/qa/testing/example/scenarios/tutorial2/TestNgWithHamcrest.html b/qa-testing-parent/qa-testing-example/xref-test/dev/aherscu/qa/testing/example/scenarios/tutorial2/TestNgWithHamcrest.html index 2e88490b68..ce1860cd97 100644 --- a/qa-testing-parent/qa-testing-example/xref-test/dev/aherscu/qa/testing/example/scenarios/tutorial2/TestNgWithHamcrest.html +++ b/qa-testing-parent/qa-testing-example/xref-test/dev/aherscu/qa/testing/example/scenarios/tutorial2/TestNgWithHamcrest.html @@ -49,39 +49,39 @@ 41publicclassTestNgWithHamcrest { 4243 @Test -44publicvoid _1_shouldNotSucceed() { -45 assert false; // no description generated for this failure +44publicvoid _1_shouldSucceed() { +45 assert true; // false; // no description generated for this failure46 } 4748 @Test -49publicvoid _2_shouldNotSucceedWithDescription() { -50 assertThat(true, is(false)); +49publicvoid _2_shouldAssertOnBoolean() { +50 assertThat(true, is(true)); 51 } 5253 @Test -54publicvoid _3_shouldFailOnStringContents() { +54publicvoid _3_shouldAssertOnStringContents() { 55 assertThat("should verify string contents", 56 both(containsString("verify")) -57 .and(containsString("kuku"))); +57 .and(containsString("string"))); 58 } 5960 @Test -61publicvoid _4_shouldFailOnListContents() { +61publicvoid _4_shouldAssertOnListContents() { 62 assertThat(asList("should", "verify", "list", "contents"), 63 both(hasItem(startsWith("verify"))) -64 .and(hasItem(equalTo("kuku")))); +64 .and(hasItem(equalTo("list")))); 65 } 6667 @Test -68publicvoid _5_shouldFailOnListOrder() { -69 assertThat(asList(1, 2, 4, 3, 5), is(ordered(natural()))); +68publicvoid _5_shouldAssertOnListOrder() { +69 assertThat(asList(1, 2, 3, 4, 5), is(ordered(natural()))); 70 } 7172 @Test -73publicvoid _6_shouldFailOnEquality() { +73publicvoid _6_shouldAssertOnEquality() { 74 @AllArgsConstructor // lombok generates a constructor75 @ToString // lombok generates a nice toString method -76// @EqualsAndHashCode +76 @EqualsAndHashCode // comment to make it fail the test77class Foo { 78finalint id; 79final String contents; @@ -92,7 +92,7 @@ 84 } 8586 @Test -87publicvoid _7_shouldFailOnStreamContents() { +87publicvoid _7_shouldAssertOnStreamContents() { 88 @AllArgsConstructor 89 @ToString 90class Foo { @@ -107,11 +107,11 @@ 99new Foo(4, "contents")), 100 adaptedStream(f -> f.contents, // we need to "adapt" Foo into a101// String -102 hasItemsMatching(equalTo("kuku")))); +102 hasItemsMatching(equalTo("stream")))); 103 } 104105 @Test -106publicvoid _8_shouldFailOnStreamOfJsons() { +106publicvoid _8_shouldAssertOnStreamOfJsons() { 107 assertThat(Stream.of( 108"{'id':1, 'contents':'should'}", 109"{'id':2, 'contents':'verify'}", @@ -119,7 +119,7 @@ 111"{'id':4, 'contents':'contents'}"), 112// we need to adapt JSON structure into contents value113 adaptedStream(json -> parse(json).read("$.contents"), -114 hasItemsMatching(equalTo("kuku")))); +114 hasItemsMatching(equalTo("json")))); 115 } 116117 @Test(dataProvider = "sinusFunctionTable") @@ -139,7 +139,7 @@ 131// there are toooooooo much possibilities...132 { PI, 0 }, 133 { 2 * PI, 0 }, -134 { pow(2, 1000) * PI, 0 }, // this will fail due to much precision loss +134// { pow(2, 1000) * PI, 0 }, // this will fail due to much precision loss135// @formatter:on136 }; 137 } diff --git a/qa-testing-utils/apidocs/allclasses-index.html b/qa-testing-utils/apidocs/allclasses-index.html index 3e1731d7f5..749379a2a8 100644 --- a/qa-testing-utils/apidocs/allclasses-index.html +++ b/qa-testing-utils/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - +All Classes (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/allclasses.html b/qa-testing-utils/apidocs/allclasses.html index 927979fbd0..23b8d128e1 100644 --- a/qa-testing-utils/apidocs/allclasses.html +++ b/qa-testing-utils/apidocs/allclasses.html @@ -2,7 +2,7 @@ - +All Classes (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/allpackages-index.html b/qa-testing-utils/apidocs/allpackages-index.html index 435be2100a..85afb4e4ea 100644 --- a/qa-testing-utils/apidocs/allpackages-index.html +++ b/qa-testing-utils/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - +All Packages (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/constant-values.html b/qa-testing-utils/apidocs/constant-values.html index 86bfd480be..2d6e010e07 100644 --- a/qa-testing-utils/apidocs/constant-values.html +++ b/qa-testing-utils/apidocs/constant-values.html @@ -2,7 +2,7 @@ - +Constant Field Values (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/deprecated-list.html b/qa-testing-utils/apidocs/deprecated-list.html index 094b06553a..1b5b8f5bcc 100644 --- a/qa-testing-utils/apidocs/deprecated-list.html +++ b/qa-testing-utils/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - +Deprecated List (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ArrayUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ArrayUtilsExtensions.html index fccc7c0207..1e5c814646 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ArrayUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ArrayUtilsExtensions.html @@ -2,7 +2,7 @@ - +ArrayUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/Base64Utils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/Base64Utils.html index 9a97be24c6..bd777e5c99 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/Base64Utils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/Base64Utils.html @@ -2,7 +2,7 @@ - +Base64Utils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ClassUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ClassUtilsExtensions.html index c6035804d4..4bcc6fd69f 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ClassUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ClassUtilsExtensions.html @@ -2,7 +2,7 @@ - +ClassUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/EnumUtils.NoSuchMemberException.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/EnumUtils.NoSuchMemberException.html index 4bdb923e2d..b41c301355 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/EnumUtils.NoSuchMemberException.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/EnumUtils.NoSuchMemberException.html @@ -2,7 +2,7 @@ - +EnumUtils.NoSuchMemberException (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/EnumUtils.Separator.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/EnumUtils.Separator.html index 25c96a8527..a4f9100dac 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/EnumUtils.Separator.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/EnumUtils.Separator.html @@ -2,7 +2,7 @@ - +EnumUtils.Separator (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/EnumUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/EnumUtils.html index dca429a697..dd5895551e 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/EnumUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/EnumUtils.html @@ -2,7 +2,7 @@ - +EnumUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ExecutorUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ExecutorUtils.html index e955ce9c1d..4eae0c68a5 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ExecutorUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ExecutorUtils.html @@ -2,7 +2,7 @@ - +ExecutorUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/FileUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/FileUtilsExtensions.html index 0ef205ba88..5f74d35ab6 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/FileUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/FileUtilsExtensions.html @@ -2,7 +2,7 @@ - +FileUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/FilenameUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/FilenameUtilsExtensions.html index 800f5918fd..f88a399ed4 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/FilenameUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/FilenameUtilsExtensions.html @@ -2,7 +2,7 @@ - +FilenameUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/IOUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/IOUtilsExtensions.html index cbbd4b79ba..27c50d45c0 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/IOUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/IOUtilsExtensions.html @@ -2,7 +2,7 @@ - +IOUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ImageUtils.Pipeline.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ImageUtils.Pipeline.html index 2496289f3c..7414210a21 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ImageUtils.Pipeline.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ImageUtils.Pipeline.html @@ -2,7 +2,7 @@ - +ImageUtils.Pipeline (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ImageUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ImageUtils.html index 961fdbaf2b..08340f3a36 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ImageUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ImageUtils.html @@ -2,7 +2,7 @@ - +ImageUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/IterableUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/IterableUtils.html index f011ea1108..d73189aec8 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/IterableUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/IterableUtils.html @@ -2,7 +2,7 @@ - +IterableUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/Java8Matchers.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/Java8Matchers.html index b733a9d685..8cc8423449 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/Java8Matchers.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/Java8Matchers.html @@ -2,7 +2,7 @@ - +Java8Matchers (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ListUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ListUtils.html index 54d33090fa..6eadb2c334 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ListUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ListUtils.html @@ -2,7 +2,7 @@ - +ListUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/MapUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/MapUtils.html index 65448cb768..6d2d97d979 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/MapUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/MapUtils.html @@ -2,7 +2,7 @@ - +MapUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/MatchersExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/MatchersExtensions.html index 55ea0335ad..444c32a1fb 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/MatchersExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/MatchersExtensions.html @@ -2,7 +2,7 @@ - +MatchersExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/NumberUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/NumberUtils.html index 39ff8847b9..d2736fc0e9 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/NumberUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/NumberUtils.html @@ -2,7 +2,7 @@ - +NumberUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ObjectMapperUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ObjectMapperUtils.html index c39623550c..ffe08aaaed 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ObjectMapperUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ObjectMapperUtils.html @@ -2,7 +2,7 @@ - +ObjectMapperUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ObjectUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ObjectUtilsExtensions.html index a1c824d690..fc6b6a16bf 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ObjectUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ObjectUtilsExtensions.html @@ -2,7 +2,7 @@ - +ObjectUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/OptionalMatchers.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/OptionalMatchers.html index e5d88a24ed..7b09fbbf5c 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/OptionalMatchers.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/OptionalMatchers.html @@ -2,7 +2,7 @@ - +OptionalMatchers (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/RandomUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/RandomUtils.html index c56d18fe3e..4f5e667700 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/RandomUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/RandomUtils.html @@ -2,7 +2,7 @@ - +RandomUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/StreamMatchers.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/StreamMatchers.html index d423fbb5fa..c82419d24c 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/StreamMatchers.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/StreamMatchers.html @@ -2,7 +2,7 @@ - +StreamMatchers (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/StreamMatchersExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/StreamMatchersExtensions.html index e8b78ce1bc..8e88d9a374 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/StreamMatchersExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/StreamMatchersExtensions.html @@ -2,7 +2,7 @@ - +StreamMatchersExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/StringUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/StringUtilsExtensions.html index f37387dc72..d883845591 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/StringUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/StringUtilsExtensions.html @@ -2,7 +2,7 @@ - +StringUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ThreadIdConverter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ThreadIdConverter.html index d4f88ccff5..5425cf271f 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ThreadIdConverter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ThreadIdConverter.html @@ -2,7 +2,7 @@ - +ThreadIdConverter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ThreadUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ThreadUtils.html index 78828527d1..8db7670b01 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ThreadUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/ThreadUtils.html @@ -2,7 +2,7 @@ - +ThreadUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/TimeMatchers.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/TimeMatchers.html index 4b1030a8aa..e447fc2460 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/TimeMatchers.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/TimeMatchers.html @@ -2,7 +2,7 @@ - +TimeMatchers (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/TrustAllX509TrustManager.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/TrustAllX509TrustManager.html index 5bfd525085..448efbd8ba 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/TrustAllX509TrustManager.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/TrustAllX509TrustManager.html @@ -2,7 +2,7 @@ - +TrustAllX509TrustManager (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/UriUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/UriUtils.html index fa62d6b9b1..a1eb510ae5 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/UriUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/UriUtils.html @@ -2,7 +2,7 @@ - +UriUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/UrlUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/UrlUtils.html index 3aa3d06471..59fe082fd8 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/UrlUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/UrlUtils.html @@ -2,7 +2,7 @@ - +UrlUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/WireMockServerUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/WireMockServerUtils.html index d282f3a446..71ff8b5d55 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/WireMockServerUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/WireMockServerUtils.html @@ -2,7 +2,7 @@ - +WireMockServerUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/Assertion.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/Assertion.html index 77e7355ed1..3c1b2124e2 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/Assertion.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/Assertion.html @@ -2,7 +2,7 @@ - +Assertion (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/IsJson.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/IsJson.html index e7413e26dc..fc7fc70882 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/IsJson.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/IsJson.html @@ -2,7 +2,7 @@ - +IsJson (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAssert.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAssert.html index 148ff15463..77d07d2fba 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAssert.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAssert.html @@ -2,7 +2,7 @@ - +JXPathAssert (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAsserter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAsserter.html index 6d644a9939..7ebb00c1af 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAsserter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAsserter.html @@ -2,7 +2,7 @@ - +JXPathAsserter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAsserterImpl.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAsserterImpl.html index 7ab747c2e1..577b35e711 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAsserterImpl.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAsserterImpl.html @@ -2,7 +2,7 @@ - +JXPathAsserterImpl (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAssertion.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAssertion.html index 7dfe31e379..121e45dc2b 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAssertion.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JXPathAssertion.html @@ -2,7 +2,7 @@ - +JXPathAssertion (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAssert.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAssert.html index 4bd5f4f094..d642657b5d 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAssert.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAssert.html @@ -2,7 +2,7 @@ - +JsonAssert (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAssertEx.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAssertEx.html index 31db07c044..9f2df25dba 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAssertEx.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAssertEx.html @@ -2,7 +2,7 @@ - +JsonAssertEx (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAsserter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAsserter.html index 51e6ff2e57..2be282354f 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAsserter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAsserter.html @@ -2,7 +2,7 @@ - +JsonAsserter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAsserterEx.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAsserterEx.html index 62b32a63d5..2c551e1ddb 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAsserterEx.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAsserterEx.html @@ -2,7 +2,7 @@ - +JsonAsserterEx (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAssertion.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAssertion.html index 5aab27c1f3..e6ea1886ac 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAssertion.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonAssertion.html @@ -2,7 +2,7 @@ - +JsonAssertion (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonPathMatchers.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonPathMatchers.html index 0e6fe0a26a..f1dfee9bd0 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonPathMatchers.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/JsonPathMatchers.html @@ -2,7 +2,7 @@ - +JsonPathMatchers (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/WithJsonPath.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/WithJsonPath.html index dfd2886ac4..e1752cd5e8 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/WithJsonPath.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/WithJsonPath.html @@ -2,7 +2,7 @@ - +WithJsonPath (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/WithoutJsonPath.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/WithoutJsonPath.html index 94b8a78c13..4ad4009f6b 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/WithoutJsonPath.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/WithoutJsonPath.html @@ -2,7 +2,7 @@ - +WithoutJsonPath (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/Assertion.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/Assertion.html index 222b53cd3a..ee750c2a14 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/Assertion.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/Assertion.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.Assertion (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/IsJson.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/IsJson.html index 31930bb6ed..0561d1cd4e 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/IsJson.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/IsJson.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.IsJson (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAssert.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAssert.html index 5e3578732c..80c5974656 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAssert.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAssert.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.JXPathAssert (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAsserter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAsserter.html index aa201f7c02..b1a5102920 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAsserter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAsserter.html @@ -2,7 +2,7 @@ - +Uses of Interface dev.aherscu.qa.testing.utils.assertions.JXPathAsserter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAsserterImpl.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAsserterImpl.html index 7744cc168c..a71b3a7c43 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAsserterImpl.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAsserterImpl.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.JXPathAsserterImpl (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAssertion.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAssertion.html index d24e93c455..3eb76f9b7c 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAssertion.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JXPathAssertion.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.JXPathAssertion (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAssert.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAssert.html index fc7ce291bb..5fe8f6da0f 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAssert.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAssert.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.JsonAssert (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAssertEx.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAssertEx.html index 51bf76cad9..f32b895058 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAssertEx.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAssertEx.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.JsonAssertEx (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAsserter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAsserter.html index 886d9f15f3..1e1b95db18 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAsserter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAsserter.html @@ -2,7 +2,7 @@ - +Uses of Interface dev.aherscu.qa.testing.utils.assertions.JsonAsserter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAsserterEx.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAsserterEx.html index c3681f9798..fe7b7da21e 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAsserterEx.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAsserterEx.html @@ -2,7 +2,7 @@ - +Uses of Interface dev.aherscu.qa.testing.utils.assertions.JsonAsserterEx (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAssertion.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAssertion.html index 19c6b99a92..b364772ee7 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAssertion.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonAssertion.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.JsonAssertion (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonPathMatchers.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonPathMatchers.html index dffd4c116f..eadd74fa5d 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonPathMatchers.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/JsonPathMatchers.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/WithJsonPath.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/WithJsonPath.html index 4993a08d58..0d5ffff3c4 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/WithJsonPath.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/WithJsonPath.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.WithJsonPath (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/WithoutJsonPath.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/WithoutJsonPath.html index 4a12fb3949..3dc5836a90 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/WithoutJsonPath.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/class-use/WithoutJsonPath.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.WithoutJsonPath (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/JsonAsserterImpl.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/JsonAsserterImpl.html index 33eaf8d178..3fa440c101 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/JsonAsserterImpl.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/JsonAsserterImpl.html @@ -2,7 +2,7 @@ - +JsonAsserterImpl (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/class-use/JsonAsserterImpl.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/class-use/JsonAsserterImpl.html index 74d526fa8b..55a603ccf0 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/class-use/JsonAsserterImpl.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/class-use/JsonAsserterImpl.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/CollectionMatcher.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/CollectionMatcher.html index 53ff8453e8..c9aa7875b4 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/CollectionMatcher.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/CollectionMatcher.html @@ -2,7 +2,7 @@ - +CollectionMatcher (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsCollectionWithSize.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsCollectionWithSize.html index d65b6f6a95..74db5682a7 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsCollectionWithSize.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsCollectionWithSize.html @@ -2,7 +2,7 @@ - +IsCollectionWithSize (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsEmptyCollection.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsEmptyCollection.html index 554503b8a0..e663b72513 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsEmptyCollection.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsEmptyCollection.html @@ -2,7 +2,7 @@ - +IsEmptyCollection (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsMapContainingKey.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsMapContainingKey.html index e82e84f885..7fb6b59cd6 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsMapContainingKey.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsMapContainingKey.html @@ -2,7 +2,7 @@ - +IsMapContainingKey (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsMapContainingValue.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsMapContainingValue.html index 09596a211e..4d1795c5dc 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsMapContainingValue.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/IsMapContainingValue.html @@ -2,7 +2,7 @@ - +IsMapContainingValue (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/MapTypeSafeMatcher.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/MapTypeSafeMatcher.html index 0c20ace58e..a0fcc6ad37 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/MapTypeSafeMatcher.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/MapTypeSafeMatcher.html @@ -2,7 +2,7 @@ - +MapTypeSafeMatcher (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/CollectionMatcher.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/CollectionMatcher.html index 16a9237f4d..c783fb4134 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/CollectionMatcher.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/CollectionMatcher.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.impl.matcher.CollectionMatcher (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsCollectionWithSize.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsCollectionWithSize.html index a665ad65f5..1c69b02458 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsCollectionWithSize.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsCollectionWithSize.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsCollectionWithSize (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsEmptyCollection.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsEmptyCollection.html index 65e0963e80..cf1bf0cb2f 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsEmptyCollection.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsEmptyCollection.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsEmptyCollection (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsMapContainingKey.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsMapContainingKey.html index 46429239e0..5e7bf7ab49 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsMapContainingKey.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsMapContainingKey.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsMapContainingKey (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsMapContainingValue.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsMapContainingValue.html index 74da9ed13d..3debca586f 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsMapContainingValue.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/IsMapContainingValue.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsMapContainingValue (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/MapTypeSafeMatcher.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/MapTypeSafeMatcher.html index 1cf421d863..f963851837 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/MapTypeSafeMatcher.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/class-use/MapTypeSafeMatcher.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.assertions.impl.matcher.MapTypeSafeMatcher (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/package-summary.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/package-summary.html index aedb49e6b5..1a89a68473 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/package-summary.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/package-summary.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.assertions.impl.matcher (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/package-tree.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/package-tree.html index d59325ba02..23996ec94c 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/package-tree.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/package-tree.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.assertions.impl.matcher Class Hierarchy (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/package-use.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/package-use.html index 6583783362..b048c3f649 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/package-use.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/matcher/package-use.html @@ -2,7 +2,7 @@ - +Uses of Package dev.aherscu.qa.testing.utils.assertions.impl.matcher (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/package-summary.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/package-summary.html index 65e926ef89..0beaf947ee 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/package-summary.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/package-summary.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.assertions.impl (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/package-tree.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/package-tree.html index 71e40279ff..55eae89099 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/package-tree.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/package-tree.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.assertions.impl Class Hierarchy (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/package-use.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/package-use.html index a72421a019..2ef723251a 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/package-use.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/impl/package-use.html @@ -2,7 +2,7 @@ - +Uses of Package dev.aherscu.qa.testing.utils.assertions.impl (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/package-summary.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/package-summary.html index 1da66097b3..13fbf8aa5e 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/package-summary.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/package-summary.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.assertions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/package-tree.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/package-tree.html index 748d9d9c78..db705941e5 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/package-tree.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/package-tree.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.assertions Class Hierarchy (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/package-use.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/package-use.html index 0e970058a6..1dc42459d3 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/package-use.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/assertions/package-use.html @@ -2,7 +2,7 @@ - +Uses of Package dev.aherscu.qa.testing.utils.assertions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ArrayUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ArrayUtilsExtensions.html index 4f4d9e7df3..8e537b1291 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ArrayUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ArrayUtilsExtensions.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.ArrayUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/Base64Utils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/Base64Utils.html index 2f812de684..9772898fb7 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/Base64Utils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/Base64Utils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.Base64Utils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ClassUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ClassUtilsExtensions.html index 1ea5b14208..78a158215f 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ClassUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ClassUtilsExtensions.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.ClassUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/EnumUtils.NoSuchMemberException.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/EnumUtils.NoSuchMemberException.html index a63041ec5e..980ad6b171 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/EnumUtils.NoSuchMemberException.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/EnumUtils.NoSuchMemberException.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.EnumUtils.NoSuchMemberException (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/EnumUtils.Separator.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/EnumUtils.Separator.html index 936614705a..34b6530659 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/EnumUtils.Separator.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/EnumUtils.Separator.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.EnumUtils.Separator (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/EnumUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/EnumUtils.html index 1c1589d57c..6eb6f19db0 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/EnumUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/EnumUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.EnumUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ExecutorUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ExecutorUtils.html index ecde818236..25020939c8 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ExecutorUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ExecutorUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.ExecutorUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/FileUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/FileUtilsExtensions.html index ed37b37e17..1aefaa9be0 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/FileUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/FileUtilsExtensions.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.FileUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/FilenameUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/FilenameUtilsExtensions.html index 777076d2de..e3282e1d17 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/FilenameUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/FilenameUtilsExtensions.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.FilenameUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/IOUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/IOUtilsExtensions.html index 05052216c8..8ea12997d0 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/IOUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/IOUtilsExtensions.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.IOUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ImageUtils.Pipeline.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ImageUtils.Pipeline.html index fc1e73b6f7..e934d069b6 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ImageUtils.Pipeline.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ImageUtils.Pipeline.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ImageUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ImageUtils.html index d6ac8b9663..8599e5bad8 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ImageUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ImageUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.ImageUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/IterableUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/IterableUtils.html index a626bb5ce0..f4220803b4 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/IterableUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/IterableUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.IterableUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/Java8Matchers.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/Java8Matchers.html index 9c1e36431f..efb39992fa 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/Java8Matchers.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/Java8Matchers.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.Java8Matchers (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ListUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ListUtils.html index 935ff3c077..fb78cb0e39 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ListUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ListUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.ListUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/MapUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/MapUtils.html index 9221f34242..3843f0c756 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/MapUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/MapUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.MapUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/MatchersExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/MatchersExtensions.html index 63acfde6e1..2a47a54d78 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/MatchersExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/MatchersExtensions.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.MatchersExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/NumberUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/NumberUtils.html index cbb9c79a92..a24aef81f7 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/NumberUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/NumberUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.NumberUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ObjectMapperUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ObjectMapperUtils.html index b53feb94e0..2cb8ef3c38 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ObjectMapperUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ObjectMapperUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.ObjectMapperUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ObjectUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ObjectUtilsExtensions.html index f0f2711943..085e553507 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ObjectUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ObjectUtilsExtensions.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.ObjectUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/OptionalMatchers.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/OptionalMatchers.html index 9336667d46..f419868128 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/OptionalMatchers.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/OptionalMatchers.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.OptionalMatchers (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/RandomUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/RandomUtils.html index f999dc148b..691dd5f7fc 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/RandomUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/RandomUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.RandomUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/StreamMatchers.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/StreamMatchers.html index 51c7c2284a..8cd0c5d095 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/StreamMatchers.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/StreamMatchers.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.StreamMatchers (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/StreamMatchersExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/StreamMatchersExtensions.html index 796d2b808a..88ebeaa1a5 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/StreamMatchersExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/StreamMatchersExtensions.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.StreamMatchersExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/StringUtilsExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/StringUtilsExtensions.html index 5b2eb94c7d..1a65aa3160 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/StringUtilsExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/StringUtilsExtensions.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.StringUtilsExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ThreadIdConverter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ThreadIdConverter.html index 2dbba864e3..aa1e6d0402 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ThreadIdConverter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ThreadIdConverter.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.ThreadIdConverter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ThreadUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ThreadUtils.html index 66e91a260d..e9f2746031 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ThreadUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/ThreadUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.ThreadUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/TimeMatchers.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/TimeMatchers.html index 38e06dcb28..7d3e5df4f8 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/TimeMatchers.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/TimeMatchers.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.TimeMatchers (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/TrustAllX509TrustManager.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/TrustAllX509TrustManager.html index 46f5573711..ad16c3a569 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/TrustAllX509TrustManager.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/TrustAllX509TrustManager.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.TrustAllX509TrustManager (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/UriUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/UriUtils.html index 03771b9a56..2b5f5dbdf4 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/UriUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/UriUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.UriUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/UrlUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/UrlUtils.html index 4aec91f178..7cc021ac33 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/UrlUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/UrlUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.UrlUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/WireMockServerUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/WireMockServerUtils.html index 752ca7d047..a2623e4468 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/WireMockServerUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/class-use/WireMockServerUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.WireMockServerUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/AbstractConfiguration.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/AbstractConfiguration.html index 7e15f949a7..6a25b01f21 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/AbstractConfiguration.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/AbstractConfiguration.html @@ -2,7 +2,7 @@ - +AbstractConfiguration (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/BaseConfiguration.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/BaseConfiguration.html index f1a3e2d3ca..738021abce 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/BaseConfiguration.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/BaseConfiguration.html @@ -2,7 +2,7 @@ - +BaseConfiguration (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/Configurable.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/Configurable.html index c4d5e5852a..dd68258f8c 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/Configurable.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/Configurable.html @@ -2,7 +2,7 @@ - +Configurable (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/class-use/AbstractConfiguration.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/class-use/AbstractConfiguration.html index 9bc7edfc5c..c6cd31e636 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/class-use/AbstractConfiguration.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/class-use/AbstractConfiguration.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.config.AbstractConfiguration (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/class-use/BaseConfiguration.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/class-use/BaseConfiguration.html index e6d1d0fefc..3008608c63 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/class-use/BaseConfiguration.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/class-use/BaseConfiguration.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.config.BaseConfiguration (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/class-use/Configurable.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/class-use/Configurable.html index 5471c0a77e..eb655b4376 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/class-use/Configurable.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/class-use/Configurable.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.config.Configurable (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/package-summary.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/package-summary.html index 064940eeec..7813accf68 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/package-summary.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/package-summary.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.config (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/package-tree.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/package-tree.html index 1b6a396c53..0265146538 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/package-tree.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/package-tree.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.config Class Hierarchy (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/package-use.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/package-use.html index a7a95aa0b3..026a18f296 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/package-use.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/config/package-use.html @@ -2,7 +2,7 @@ - +Uses of Package dev.aherscu.qa.testing.utils.config (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/DescribableFunction.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/DescribableFunction.html index db3e2b0f59..18b43e3114 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/DescribableFunction.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/DescribableFunction.html @@ -2,7 +2,7 @@ - +DescribableFunction (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/DescribablePredicate.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/DescribablePredicate.html index f7ad7065ac..2d8af97ea5 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/DescribablePredicate.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/DescribablePredicate.html @@ -2,7 +2,7 @@ - +DescribablePredicate (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/UnableToGuessMethodException.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/UnableToGuessMethodException.html index 73eabdca6d..42befe1669 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/UnableToGuessMethodException.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/UnableToGuessMethodException.html @@ -2,7 +2,7 @@ - +UnableToGuessMethodException (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/class-use/DescribableFunction.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/class-use/DescribableFunction.html index 2fc86c899b..d50b3b28e8 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/class-use/DescribableFunction.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/class-use/DescribableFunction.html @@ -2,7 +2,7 @@ - +Uses of Interface dev.aherscu.qa.testing.utils.function.DescribableFunction (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/class-use/DescribablePredicate.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/class-use/DescribablePredicate.html index 31ea78db55..e4fdf5613f 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/class-use/DescribablePredicate.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/class-use/DescribablePredicate.html @@ -2,7 +2,7 @@ - +Uses of Interface dev.aherscu.qa.testing.utils.function.DescribablePredicate (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/class-use/UnableToGuessMethodException.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/class-use/UnableToGuessMethodException.html index 705f8d8f09..8e2cd8c925 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/class-use/UnableToGuessMethodException.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/class-use/UnableToGuessMethodException.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.function.UnableToGuessMethodException (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/package-summary.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/package-summary.html index 22649b25b3..6c750d8fff 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/package-summary.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/package-summary.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.function (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/package-tree.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/package-tree.html index 7f10be7990..338d0b6c5a 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/package-tree.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/package-tree.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.function Class Hierarchy (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/package-use.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/package-use.html index 160a40527f..5ff52aae0d 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/package-use.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/function/package-use.html @@ -2,7 +2,7 @@ - +Uses of Package dev.aherscu.qa.testing.utils.function (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/DescriptionUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/DescriptionUtils.html index 4b4ff1cebc..35ae7c2e52 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/DescriptionUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/DescriptionUtils.html @@ -2,7 +2,7 @@ - +DescriptionUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/class-use/DescriptionUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/class-use/DescriptionUtils.html index 082469a963..c328e8ab31 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/class-use/DescriptionUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/class-use/DescriptionUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.internal.DescriptionUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/package-summary.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/package-summary.html index ebdb078f89..f0065ea797 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/package-summary.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/package-summary.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.internal (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/package-tree.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/package-tree.html index 7c9e4176ff..a2f98bb429 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/package-tree.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/package-tree.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.internal Class Hierarchy (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/package-use.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/package-use.html index 8fad70302e..32468c8514 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/package-use.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/internal/package-use.html @@ -2,7 +2,7 @@ - +Uses of Package dev.aherscu.qa.testing.utils.internal (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/LoggingInputStream.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/LoggingInputStream.html index cc240e3fda..8947f67b56 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/LoggingInputStream.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/LoggingInputStream.html @@ -2,7 +2,7 @@ - +LoggingInputStream (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/LoggingOutputStream.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/LoggingOutputStream.html index 5a989b1ef0..32221daf44 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/LoggingOutputStream.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/LoggingOutputStream.html @@ -2,7 +2,7 @@ - +LoggingOutputStream (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/ThreadIdBasedDiscriminator.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/ThreadIdBasedDiscriminator.html index 2a6bc6510e..db19e6a061 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/ThreadIdBasedDiscriminator.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/ThreadIdBasedDiscriminator.html @@ -2,7 +2,7 @@ - +ThreadIdBasedDiscriminator (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/ThreadNameBasedDiscriminator.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/ThreadNameBasedDiscriminator.html index 10043694d2..7e85740815 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/ThreadNameBasedDiscriminator.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/ThreadNameBasedDiscriminator.html @@ -2,7 +2,7 @@ - +ThreadNameBasedDiscriminator (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/LoggingInputStream.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/LoggingInputStream.html index 5dc109bdb1..01112f3f20 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/LoggingInputStream.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/LoggingInputStream.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.logging.LoggingInputStream (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/LoggingOutputStream.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/LoggingOutputStream.html index 79eb4f4e7f..2c74babae3 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/LoggingOutputStream.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/LoggingOutputStream.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.logging.LoggingOutputStream (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/ThreadIdBasedDiscriminator.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/ThreadIdBasedDiscriminator.html index 37452e6807..e8877e53e4 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/ThreadIdBasedDiscriminator.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/ThreadIdBasedDiscriminator.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.logging.ThreadIdBasedDiscriminator (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/ThreadNameBasedDiscriminator.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/ThreadNameBasedDiscriminator.html index 87060d2827..db9f9b8959 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/ThreadNameBasedDiscriminator.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/class-use/ThreadNameBasedDiscriminator.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.logging.ThreadNameBasedDiscriminator (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/package-summary.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/package-summary.html index a9daba8943..4fd92efaff 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/package-summary.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/package-summary.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.logging (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/package-tree.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/package-tree.html index efc5354b8d..2ab9526c8a 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/package-tree.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/package-tree.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.logging Class Hierarchy (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/package-use.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/package-use.html index 7c8abea70a..05c13a1748 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/package-use.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/logging/package-use.html @@ -2,7 +2,7 @@ - +Uses of Package dev.aherscu.qa.testing.utils.logging (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/package-summary.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/package-summary.html index 92de116cd8..9dd07adf9a 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/package-summary.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/package-summary.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/package-tree.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/package-tree.html index cb72a3f90f..f516676d35 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/package-tree.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/package-tree.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils Class Hierarchy (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/package-use.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/package-use.html index 8a2f958166..44a9c89408 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/package-use.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/package-use.html @@ -2,7 +2,7 @@ - +Uses of Package dev.aherscu.qa.testing.utils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractJaxbReadableProvider.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractJaxbReadableProvider.html index c391bba1b8..aa1d7d084d 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractJaxbReadableProvider.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractJaxbReadableProvider.html @@ -2,7 +2,7 @@ - +AbstractJaxbReadableProvider (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractJaxbWriteableProvider.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractJaxbWriteableProvider.html index 1e2fb4f73a..7c49b7136f 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractJaxbWriteableProvider.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractJaxbWriteableProvider.html @@ -2,7 +2,7 @@ - +AbstractJaxbWriteableProvider (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractReadableProvider.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractReadableProvider.html index 63b7b96d90..236f423897 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractReadableProvider.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractReadableProvider.html @@ -2,7 +2,7 @@ - +AbstractReadableProvider (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractRestApplication.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractRestApplication.html index 03d396a021..ca9cdfd227 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractRestApplication.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractRestApplication.html @@ -2,7 +2,7 @@ - +AbstractRestApplication (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractWriteableProvider.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractWriteableProvider.html index 8752290688..66db67105b 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractWriteableProvider.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AbstractWriteableProvider.html @@ -2,7 +2,7 @@ - +AbstractWriteableProvider (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AuthenticationRequestFilter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AuthenticationRequestFilter.html index 461887b123..6c4dc1e000 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AuthenticationRequestFilter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AuthenticationRequestFilter.html @@ -2,7 +2,7 @@ - +AuthenticationRequestFilter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AutoCloseableClient.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AutoCloseableClient.html index 1fc94ff90f..a990b10019 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AutoCloseableClient.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AutoCloseableClient.html @@ -2,7 +2,7 @@ - +AutoCloseableClient (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AutoCloseableResponse.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AutoCloseableResponse.html index 73ba2b11c1..1b5eacdf14 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AutoCloseableResponse.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/AutoCloseableResponse.html @@ -2,7 +2,7 @@ - +AutoCloseableResponse (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingClientBuilder.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingClientBuilder.html index 67c11b8c08..ca9395ce2a 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingClientBuilder.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingClientBuilder.html @@ -2,7 +2,7 @@ - +LoggingClientBuilder (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingReaderInterceptor.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingReaderInterceptor.html index aca8ad88f5..af10fde413 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingReaderInterceptor.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingReaderInterceptor.html @@ -2,7 +2,7 @@ - +LoggingReaderInterceptor (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingRequestFilter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingRequestFilter.html index 646d1ad44d..f767010190 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingRequestFilter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingRequestFilter.html @@ -2,7 +2,7 @@ - +LoggingRequestFilter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingResponseFilter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingResponseFilter.html index 2aed5eb32c..1a552242b5 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingResponseFilter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingResponseFilter.html @@ -2,7 +2,7 @@ - +LoggingResponseFilter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingWriterInterceptor.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingWriterInterceptor.html index f26c4b6f7a..b2e6f70e56 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingWriterInterceptor.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/LoggingWriterInterceptor.html @@ -2,7 +2,7 @@ - +LoggingWriterInterceptor (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.CacheSingleton.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.CacheSingleton.html index 8bbda200ec..0ff8f7c23d 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.CacheSingleton.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.CacheSingleton.html @@ -2,7 +2,7 @@ - +OAuthRequestFilter.CacheSingleton (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.OAuthRequestFilterBuilder.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.OAuthRequestFilterBuilder.html index 016b3368f9..a2072d0e6f 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.OAuthRequestFilterBuilder.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.OAuthRequestFilterBuilder.html @@ -2,7 +2,7 @@ - +OAuthRequestFilter.OAuthRequestFilterBuilder (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.TokenBlock.TokenBlockBuilder.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.TokenBlock.TokenBlockBuilder.html index 96a8298e08..d45c76bdd7 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.TokenBlock.TokenBlockBuilder.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.TokenBlock.TokenBlockBuilder.html @@ -2,7 +2,7 @@ - +OAuthRequestFilter.TokenBlock.TokenBlockBuilder (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.TokenBlock.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.TokenBlock.html index a2133ed28e..0669753ead 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.TokenBlock.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.TokenBlock.html @@ -2,7 +2,7 @@ - +OAuthRequestFilter.TokenBlock (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.html index 967d9008c2..b3e2647939 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/OAuthRequestFilter.html @@ -2,7 +2,7 @@ - +OAuthRequestFilter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/ResponseExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/ResponseExtensions.html index ea3e01a605..3365b90103 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/ResponseExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/ResponseExtensions.html @@ -2,7 +2,7 @@ - +ResponseExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/RestClientUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/RestClientUtils.html index 4b34a8395a..6d3eb379c9 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/RestClientUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/RestClientUtils.html @@ -2,7 +2,7 @@ - +RestClientUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractJaxbReadableProvider.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractJaxbReadableProvider.html index dc553775a3..d7072ab6c9 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractJaxbReadableProvider.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractJaxbReadableProvider.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.AbstractJaxbReadableProvider (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractJaxbWriteableProvider.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractJaxbWriteableProvider.html index c74ae3439b..692dac53ad 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractJaxbWriteableProvider.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractJaxbWriteableProvider.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.AbstractJaxbWriteableProvider (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractReadableProvider.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractReadableProvider.html index f393a1baf6..53c0f9cee1 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractReadableProvider.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractReadableProvider.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.AbstractReadableProvider (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractRestApplication.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractRestApplication.html index 52b3f12403..01ff8dbb08 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractRestApplication.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractRestApplication.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.AbstractRestApplication (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractWriteableProvider.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractWriteableProvider.html index 21bd69634f..3a8b882b5d 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractWriteableProvider.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AbstractWriteableProvider.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.AbstractWriteableProvider (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AuthenticationRequestFilter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AuthenticationRequestFilter.html index 8c737b00ae..3441ddd9a2 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AuthenticationRequestFilter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AuthenticationRequestFilter.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.AuthenticationRequestFilter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AutoCloseableClient.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AutoCloseableClient.html index bb6c10e3ab..2533d2793a 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AutoCloseableClient.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AutoCloseableClient.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AutoCloseableResponse.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AutoCloseableResponse.html index b3348585fa..a4eedd31e2 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AutoCloseableResponse.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/AutoCloseableResponse.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingClientBuilder.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingClientBuilder.html index 2ad4e91844..40422c58f7 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingClientBuilder.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingClientBuilder.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.LoggingClientBuilder (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingReaderInterceptor.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingReaderInterceptor.html index 2482ab4b21..a2187272dd 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingReaderInterceptor.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingReaderInterceptor.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.LoggingReaderInterceptor (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingRequestFilter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingRequestFilter.html index d3e1bb0601..ed24750d3d 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingRequestFilter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingRequestFilter.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.LoggingRequestFilter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingResponseFilter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingResponseFilter.html index 4a330fbdaa..73bc3bf823 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingResponseFilter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingResponseFilter.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.LoggingResponseFilter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingWriterInterceptor.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingWriterInterceptor.html index 2aa4030cad..fbe57089c8 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingWriterInterceptor.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/LoggingWriterInterceptor.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.LoggingWriterInterceptor (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.CacheSingleton.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.CacheSingleton.html index cb457a46b7..a3559bc5c1 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.CacheSingleton.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.CacheSingleton.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.CacheSingleton (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.OAuthRequestFilterBuilder.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.OAuthRequestFilterBuilder.html index 9ad42565d5..a89a749d57 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.OAuthRequestFilterBuilder.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.OAuthRequestFilterBuilder.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.OAuthRequestFilterBuilder (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.TokenBlock.TokenBlockBuilder.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.TokenBlock.TokenBlockBuilder.html index 362e0db293..8db8f3986f 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.TokenBlock.TokenBlockBuilder.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.TokenBlock.TokenBlockBuilder.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.TokenBlock.TokenBlockBuilder (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.TokenBlock.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.TokenBlock.html index 0534e67ea3..48bea1395a 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.TokenBlock.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.TokenBlock.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.TokenBlock (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.html index 32f54be929..13f5d6ac66 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/OAuthRequestFilter.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/ResponseExtensions.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/ResponseExtensions.html index a6c1e057f6..50f2f66929 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/ResponseExtensions.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/ResponseExtensions.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.ResponseExtensions (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/RestClientUtils.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/RestClientUtils.html index 17097f603d..40086454d1 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/RestClientUtils.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/class-use/RestClientUtils.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testing.utils.rest.RestClientUtils (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/package-summary.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/package-summary.html index 25bf0fc300..b9af3170f6 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/package-summary.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/package-summary.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.rest (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/package-tree.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/package-tree.html index 386d9d70be..c537438129 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/package-tree.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/package-tree.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testing.utils.rest Class Hierarchy (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/package-use.html b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/package-use.html index 56b0aba99c..3ddd284298 100644 --- a/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/package-use.html +++ b/qa-testing-utils/apidocs/dev/aherscu/qa/testing/utils/rest/package-use.html @@ -2,7 +2,7 @@ - +Uses of Package dev.aherscu.qa.testing.utils.rest (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/help-doc.html b/qa-testing-utils/apidocs/help-doc.html index e4a9624c76..37256dc192 100644 --- a/qa-testing-utils/apidocs/help-doc.html +++ b/qa-testing-utils/apidocs/help-doc.html @@ -2,7 +2,7 @@ - +API Help (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/index-all.html b/qa-testing-utils/apidocs/index-all.html index bd465c1e01..f80478b02c 100644 --- a/qa-testing-utils/apidocs/index-all.html +++ b/qa-testing-utils/apidocs/index-all.html @@ -2,7 +2,7 @@ - +Index (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/index.html b/qa-testing-utils/apidocs/index.html index 86619a3d0e..40bf1b5589 100644 --- a/qa-testing-utils/apidocs/index.html +++ b/qa-testing-utils/apidocs/index.html @@ -2,7 +2,7 @@ - +Overview (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/member-search-index.zip b/qa-testing-utils/apidocs/member-search-index.zip index 677665170d..7a7d3b66c3 100644 Binary files a/qa-testing-utils/apidocs/member-search-index.zip and b/qa-testing-utils/apidocs/member-search-index.zip differ diff --git a/qa-testing-utils/apidocs/overview-summary.html b/qa-testing-utils/apidocs/overview-summary.html index ae5fd9b6d8..a26365e0fe 100644 --- a/qa-testing-utils/apidocs/overview-summary.html +++ b/qa-testing-utils/apidocs/overview-summary.html @@ -2,7 +2,7 @@ - +QA Testing Utilities 1.0.2-SNAPSHOT API diff --git a/qa-testing-utils/apidocs/overview-tree.html b/qa-testing-utils/apidocs/overview-tree.html index 2895142123..57203995ed 100644 --- a/qa-testing-utils/apidocs/overview-tree.html +++ b/qa-testing-utils/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - +Class Hierarchy (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/package-search-index.zip b/qa-testing-utils/apidocs/package-search-index.zip index eb1729e090..fd1c92d1d5 100644 Binary files a/qa-testing-utils/apidocs/package-search-index.zip and b/qa-testing-utils/apidocs/package-search-index.zip differ diff --git a/qa-testing-utils/apidocs/serialized-form.html b/qa-testing-utils/apidocs/serialized-form.html index f07de7e90a..29a98373f9 100644 --- a/qa-testing-utils/apidocs/serialized-form.html +++ b/qa-testing-utils/apidocs/serialized-form.html @@ -2,7 +2,7 @@ - +Serialized Form (QA Testing Utilities 1.0.2-SNAPSHOT API) diff --git a/qa-testing-utils/apidocs/type-search-index.zip b/qa-testing-utils/apidocs/type-search-index.zip index 650936c7ad..4af2b66bf1 100644 Binary files a/qa-testing-utils/apidocs/type-search-index.zip and b/qa-testing-utils/apidocs/type-search-index.zip differ diff --git a/qa-testing-utils/surefire-report.html b/qa-testing-utils/surefire-report.html index 1e30c7138f..c6afcd0abb 100644 --- a/qa-testing-utils/surefire-report.html +++ b/qa-testing-utils/surefire-report.html @@ -141,7 +141,7 @@

    Summary

    -
    - google - WebDriverEx(originalCapabilities=Capabilities {-x:class: org.openqa.selenium.remote...., -x:target: ${web.url}, -x:type: web, -x:url: https://oauth-adrian.herscu..., browserName: Firefox, sauce:build: local, sauce:idleTimeout: 1000, sauce:maxDuration: 6000, sauce:name: TestingWebWithJGiven:should..., sauce:tags: functional,dev}, driver=RemoteWebDriver: firefox on windows (45fdb813aa4a4befb09d1a69eb19d30e)) + a REST client - {-x:class=org.openqa.selenium.remote.RemoteWebDriver, -x:target=${web.url}, -x:type=web, -x:url=https://oauth-adrian.herscu-d81b6:524dbdcd-6577-4f9b-bec3-9fc4f193d487@ondemand.saucelabs.com:443/wd/hub, browserName=Firefox, sauce:build=local, sauce:idleTimeout=1000, sauce:maxDuration=6000, sauce:name=TestingWebWithJGiven:shouldFind:26a9b031:1:1704466270164, sauce:tags=functional,dev} - searching for - "testng" + connecting to + http://localhost:51893 @@ -432,22 +2015,49 @@

    [T-454A0FE6] Should find

    3 + and + + appending path + some-id + +
    4 + and + + getting the response + +
    5 Verification(s) - the results - Any to match <a string containing "testng" ignoring case> + the response status + is <CLIENT_ERROR> - - - - - - Actual screenshot might be blocked by server + <<empty>> 0 0 100%11.12 s

    +25.10 s

    Note: failures are anticipated and checked for with assertions while errors are unanticipated.


    Package List

    [Summary] [Package List] [Test Cases]


    @@ -161,7 +161,7 @@

    Package List

    0 0 100% -11.12 s
    +25.10 s

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    dev.aherscu.qa.testing.utils

    @@ -182,7 +182,7 @@

    dev.aherscu.qa.testing.utils

    - + @@ -191,7 +191,7 @@

    dev.aherscu.qa.testing.utils

    - + @@ -200,7 +200,7 @@

    dev.aherscu.qa.testing.utils

    - + @@ -209,7 +209,7 @@

    dev.aherscu.qa.testing.utils

    - + @@ -218,7 +218,7 @@

    dev.aherscu.qa.testing.utils

    - + @@ -227,7 +227,7 @@

    dev.aherscu.qa.testing.utils

    - + @@ -247,108 +247,108 @@

    EnumUtilsTest

    - + - + - -
    0 0 100%0.048 s
    0.064 s
    ExecutorUtilsTest 0 0 100%4.507 s
    21.33 s
    BaseConfigurationTest 0 0 100%2.126 s
    0.094 s
    ImageUtilsTest 0 0 100%4.238 s
    3.282 s
    MatchersExtensionsTest 0 0 100%0.108 s
    0.265 s
    StreamMatchersExtensionsTest 0 0 100%0.093 s
    0.062 s
    StringUtilsExtensionsTest 0.016 s
    shouldConvertToStringshouldPrettify 0.016 s
    shouldConvertFromStringshouldConvertToString 0.016 s
    shouldPrettify0 s
    +shouldConvertFromString +0.016 s

    ExecutorUtilsTest

    - + - + - + - + - + - + - + - + - + -
    shouldTimeout1.486 s
    2.129 s
    shouldTimeout0.329 s
    2.129 s
    shouldTimeout0.329 s
    2.129 s
    shouldTimeout0.329 s
    2.129 s
    shouldTimeout0.329 s
    2.129 s
    shouldTimeout0.329 s
    2.129 s
    shouldTimeout0.344 s
    2.129 s
    shouldTimeout0.344 s
    2.143 s
    shouldTimeout0.344 s
    2.143 s
    shouldTimeout0.344 s
    +2.143 s

    BaseConfigurationTest

    -
    shouldGroupProperties2.126 s
    +0.094 s

    ImageUtilsTest

    - + - + - - + + - + - - + + - - + + -
    shouldApproximatelyMatch3.752 s
    2.923 s
    shouldMismatchSize0.235 s
    0.219 s
    shouldScaleDownAndGray0.188 s
    shouldScaleDown0.031 s
    shouldScaleDownshouldReduceToGreyScale 0 s
    shouldReduceToGreyScale0 s
    shouldReduceTo4Colors0.015 s
    shouldReduceTo4Colors0.016 s
    shouldScaleDownAndGray0 s
    shouldMismatch0.047 s
    +0.094 s

    MatchersExtensionsTest

    - + - + - + @@ -356,64 +356,64 @@

    MatchersExtensionsTest

    - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - -
    shouldAssertNotEmptyIterable0 s
    0.031 s
    shouldAssertOnBooleanString0 s
    0.031 s
    shouldAssertOnDoubleString0 s
    0.016 s
    shouldAssertOnIntegerString
    shouldAssertOnListWithCombinedMatchers0.015 s
    0.016 s
    shouldBeAlphabeticallyOrdered0.016 s
    0.015 s
    shouldBeOrderedByDatashouldBeOrdered 0 s
    shouldBeOrderedshouldBeFilterNumbersWithNulls 0 s
    shouldBeFilterNumbersWithNullsshouldBeOrderedByData 0 s
    shouldBeOrderedTextuallyshouldBeOrderedById 0 s
    shouldBeOrderedByIdshouldBeOrderedTextually 0 s
    shouldCurryAdaptedObject0.015 s
    0.031 s
    shouldIgnoreMissingProperties0 s
    shouldAssertOnListOfStringsByJsonPath0.063 s
    shouldGetValueByJXPath0.016 s
    shouldCurryAdapted0 s
    shouldBeOrderedBySpecificProperties0.016 s
    shouldIgnoreMissingProperties0 s
    shouldAssertOnListOfStringsByJsonPath0.015 s
    shouldBeOrderedBySpecificProperties0.031 s
    shouldCurryAdapted0.015 s
    +shouldGetValueByJXPath +0.031 s

    StreamMatchersExtensionsTest

    - - + + - + @@ -421,32 +421,32 @@

    StreamMatchersExtensionsTest

    - + - - + + - + - - + + - - + + - + - + @@ -461,11 +461,11 @@

    StreamMatchersExtensionsTest

    - - + + - +
    shouldAllowMatcherReuse0.016 s
    shouldAssertEmpty0 s
    shouldAssertEmptyshouldAllowMatcherReuse 0 s
    0 s
    shouldAssertOnAdaptedStreamshouldAssertOnCollectedStream 0 s
    shouldAssertOnCollectedStream0 s
    shouldAssertOnFirstMatch0.016 s
    shouldAssertOnFirstMatchshouldAssertOnAdaptedStream 0 s
    shouldAssertOnFirstMatches0.016 s
    shouldAssertOnFirstValues0 s
    shouldAssertOnFirstValues0.015 s
    shouldAssertOnOrder0 s
    shouldAssertOnOrdershouldAssertOnFirstMatches 0 s
    shouldAssertOnVeryFirstMatches0.016 s
    0.015 s
    shouldCount 0 s
    shouldMatchAll0.015 s
    shouldAssertWithAnyOrder0.016 s
    shouldAssertWithAnyOrdershouldMatchAll 0.015 s

    StringUtilsExtensionsTest

    diff --git a/qa-testrail-reporter/apidocs/allclasses-index.html b/qa-testrail-reporter/apidocs/allclasses-index.html index d5d8c9a294..b8ec59886c 100644 --- a/qa-testrail-reporter/apidocs/allclasses-index.html +++ b/qa-testrail-reporter/apidocs/allclasses-index.html @@ -2,7 +2,7 @@ - +All Classes (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/allclasses.html b/qa-testrail-reporter/apidocs/allclasses.html index f3c6027e4b..edf6071a18 100644 --- a/qa-testrail-reporter/apidocs/allclasses.html +++ b/qa-testrail-reporter/apidocs/allclasses.html @@ -2,7 +2,7 @@ - +All Classes (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/allpackages-index.html b/qa-testrail-reporter/apidocs/allpackages-index.html index 8752566dc3..05a69b16e3 100644 --- a/qa-testrail-reporter/apidocs/allpackages-index.html +++ b/qa-testrail-reporter/apidocs/allpackages-index.html @@ -2,7 +2,7 @@ - +All Packages (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/constant-values.html b/qa-testrail-reporter/apidocs/constant-values.html index b650271521..a8328dfd1b 100644 --- a/qa-testrail-reporter/apidocs/constant-values.html +++ b/qa-testrail-reporter/apidocs/constant-values.html @@ -2,7 +2,7 @@ - +Constant Field Values (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/deprecated-list.html b/qa-testrail-reporter/apidocs/deprecated-list.html index de682dc3c1..ea2923ef37 100644 --- a/qa-testrail-reporter/apidocs/deprecated-list.html +++ b/qa-testrail-reporter/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - +Deprecated List (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailClient.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailClient.html index 9f064dd75c..9a12da143e 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailClient.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailClient.html @@ -2,7 +2,7 @@ - +TestRailClient (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReportModel.TestRailReportModelBuilder.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReportModel.TestRailReportModelBuilder.html index 2d367a9539..3a377a778e 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReportModel.TestRailReportModelBuilder.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReportModel.TestRailReportModelBuilder.html @@ -2,7 +2,7 @@ - +TestRailReportModel.TestRailReportModelBuilder (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReportModel.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReportModel.html index 9f3ac57c92..1bb65b030b 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReportModel.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReportModel.html @@ -2,7 +2,7 @@ - +TestRailReportModel (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReporter.TestRailReporterBuilder.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReporter.TestRailReporterBuilder.html index 47df2dab55..84039dc3ae 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReporter.TestRailReporterBuilder.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReporter.TestRailReporterBuilder.html @@ -2,7 +2,7 @@ - +TestRailReporter.TestRailReporterBuilder (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReporter.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReporter.html index 942ca78e5b..2f21b5d3d9 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReporter.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/TestRailReporter.html @@ -2,7 +2,7 @@ - +TestRailReporter (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailClient.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailClient.html index 698770832c..f8181d2e11 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailClient.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailClient.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testrail.reporter.TestRailClient (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReportModel.TestRailReportModelBuilder.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReportModel.TestRailReportModelBuilder.html index e7353d01fe..96c9dd356e 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReportModel.TestRailReportModelBuilder.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReportModel.TestRailReportModelBuilder.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testrail.reporter.TestRailReportModel.TestRailReportModelBuilder (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReportModel.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReportModel.html index afa4a934ce..f4ec7d0602 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReportModel.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReportModel.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testrail.reporter.TestRailReportModel (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReporter.TestRailReporterBuilder.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReporter.TestRailReporterBuilder.html index d3951e8356..d8b91bedfa 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReporter.TestRailReporterBuilder.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReporter.TestRailReporterBuilder.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testrail.reporter.TestRailReporter.TestRailReporterBuilder (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReporter.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReporter.html index 61a72dd7f8..bc815f79c7 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReporter.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/class-use/TestRailReporter.html @@ -2,7 +2,7 @@ - +Uses of Class dev.aherscu.qa.testrail.reporter.TestRailReporter (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/package-summary.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/package-summary.html index 3b21f1f5f4..7accf088a7 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/package-summary.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/package-summary.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testrail.reporter (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/package-tree.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/package-tree.html index 6d72a49888..9346965f38 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/package-tree.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/package-tree.html @@ -2,7 +2,7 @@ - +dev.aherscu.qa.testrail.reporter Class Hierarchy (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/package-use.html b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/package-use.html index 770e7ca553..63fa98c574 100644 --- a/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/package-use.html +++ b/qa-testrail-reporter/apidocs/dev/aherscu/qa/testrail/reporter/package-use.html @@ -2,7 +2,7 @@ - +Uses of Package dev.aherscu.qa.testrail.reporter (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/help-doc.html b/qa-testrail-reporter/apidocs/help-doc.html index e0a40270ce..b1829f06ea 100644 --- a/qa-testrail-reporter/apidocs/help-doc.html +++ b/qa-testrail-reporter/apidocs/help-doc.html @@ -2,7 +2,7 @@ - +API Help (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/index-all.html b/qa-testrail-reporter/apidocs/index-all.html index 5e01e89bda..fc6bac3490 100644 --- a/qa-testrail-reporter/apidocs/index-all.html +++ b/qa-testrail-reporter/apidocs/index-all.html @@ -2,7 +2,7 @@ - +Index (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/index.html b/qa-testrail-reporter/apidocs/index.html index d199814132..addfb18e95 100644 --- a/qa-testrail-reporter/apidocs/index.html +++ b/qa-testrail-reporter/apidocs/index.html @@ -2,7 +2,7 @@ - +QA TestRail Reporter 1.0.2-SNAPSHOT API diff --git a/qa-testrail-reporter/apidocs/member-search-index.zip b/qa-testrail-reporter/apidocs/member-search-index.zip index 2e37abcb09..d90f603464 100644 Binary files a/qa-testrail-reporter/apidocs/member-search-index.zip and b/qa-testrail-reporter/apidocs/member-search-index.zip differ diff --git a/qa-testrail-reporter/apidocs/overview-tree.html b/qa-testrail-reporter/apidocs/overview-tree.html index d4af178c8c..d81aaf23f1 100644 --- a/qa-testrail-reporter/apidocs/overview-tree.html +++ b/qa-testrail-reporter/apidocs/overview-tree.html @@ -2,7 +2,7 @@ - +Class Hierarchy (QA TestRail Reporter 1.0.2-SNAPSHOT API) diff --git a/qa-testrail-reporter/apidocs/package-search-index.zip b/qa-testrail-reporter/apidocs/package-search-index.zip index 6eb16c472d..402bd38bd4 100644 Binary files a/qa-testrail-reporter/apidocs/package-search-index.zip and b/qa-testrail-reporter/apidocs/package-search-index.zip differ diff --git a/qa-testrail-reporter/apidocs/type-search-index.zip b/qa-testrail-reporter/apidocs/type-search-index.zip index 23ff8ae916..01696133b0 100644 Binary files a/qa-testrail-reporter/apidocs/type-search-index.zip and b/qa-testrail-reporter/apidocs/type-search-index.zip differ diff --git a/qa-testrail-reporter/surefire-report.html b/qa-testrail-reporter/surefire-report.html index d06dfbd9b7..f83c5b38da 100644 --- a/qa-testrail-reporter/surefire-report.html +++ b/qa-testrail-reporter/surefire-report.html @@ -141,7 +141,7 @@

    Summary

    -
    0 0 100%2.984 s

    +3.207 s

    Note: failures are anticipated and checked for with assertions while errors are unanticipated.


    Package List

    [Summary] [Package List] [Test Cases]


    @@ -161,7 +161,7 @@

    Package List

    0 0 100% -2.984 s
    +3.207 s

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    dev.aherscu.qa.testrail.reporter

    @@ -182,7 +182,7 @@

    dev.aherscu.qa.testrail.reporter

    -
    0 0 100%2.984 s

    +3.207 s

    Test Cases

    [Summary] [Package List] [Test Cases]

    TestRailReporterTest

    @@ -190,15 +190,15 @@

    TestRailReporterTest

    selfTest -0.937 s +1.017 s -shouldGenerateReport -1.016 s +shouldGenerateAltReport +1.095 s -shouldGenerateAltReport -1.031 s

    +shouldGenerateReport +1.095 s