-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/8 implement methods #27
Commits on Aug 22, 2023
-
#17 - Assertion rename and simplification
* Renamed assertion json tag to responseAction. * Refactored related logic and doc.
Configuration menu - View commit details
-
Copy full SHA for ca67acc - Browse repository at this point
Copy the full SHA ca67accView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e3ade - Browse repository at this point
Copy the full SHA b1e3adeView commit details -
#17 - Assertion rename and simplification
* Simplified json files for ResponseAction - ResponseActions group and name by method with meaning "group.name". In code this value is separated for more intuitive usage.
Configuration menu - View commit details
-
Copy full SHA for 9d89dc1 - Browse repository at this point
Copy the full SHA 9d89dc1View commit details -
#18 - Refactoring of ResponseAction to dynamic
* Refactored responseActions logic to accept random parameter names. * Correct parameters are validated in time of project loading.
Configuration menu - View commit details
-
Copy full SHA for 0b5a476 - Browse repository at this point
Copy the full SHA 0b5a476View commit details -
#18 - Refactoring of ResponseAction to dynamic
* Extended json schemas by descriptions and version.
Configuration menu - View commit details
-
Copy full SHA for 2e68674 - Browse repository at this point
Copy the full SHA 2e68674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d5a6bc - Browse repository at this point
Copy the full SHA 4d5a6bcView commit details
Commits on Aug 23, 2023
-
* Implemented full expected methods for Log 'ResponseAction'.
Configuration menu - View commit details
-
Copy full SHA for f14b81f - Browse repository at this point
Copy the full SHA f14b81fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 104415f - Browse repository at this point
Copy the full SHA 104415fView commit details
Commits on Aug 24, 2023
-
* Implemented methods for Assertion 'ResponseAction' - response-time-…
…... part * Implemented methods for Assertion 'ResponseAction' - header-... part * Implemented methods for Assertion 'ResponseAction' - content-type-... part * Updated log message to keep same format - on debug level. * Migrate several Set to Seq to keep order of elements which is required by logic of test design.
Configuration menu - View commit details
-
Copy full SHA for 2559bb2 - Browse repository at this point
Copy the full SHA 2559bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 643a68a - Browse repository at this point
Copy the full SHA 643a68aView commit details
Commits on Aug 26, 2023
-
Merge branch 'master' into feature/8-implement_methods
# Conflicts: # testApi/src/main/resources/schema/after.schema.json # testApi/src/main/resources/schema/before.schema.json # testApi/src/main/resources/schema/suite.schema.json # testApi/src/main/scala/africa/absa/testing/scapi/json/Requestable.scala # testApi/src/main/scala/africa/absa/testing/scapi/model/Method.scala # testApi/src/main/scala/africa/absa/testing/scapi/model/SuiteTestScenario.scala # testApi/src/main/scala/africa/absa/testing/scapi/rest/response/AssertionResponseAction.scala # testApi/src/main/scala/africa/absa/testing/scapi/rest/response/LogResponseAction.scala # testApi/src/main/scala/africa/absa/testing/scapi/rest/response/Response.scala # testApi/src/test/resources/project_with_issues/suites/aulgui-controller/undefinedConstantIssue.suite.json # testApi/src/test/resources/test_project/suites/gui-controller/deleteQuestion.suite.json # testApi/src/test/resources/test_project/suites/gui-controller/getUserCurrent.after.json # testApi/src/test/resources/test_project/suites/gui-controller/getUserCurrent.before.json # testApi/src/test/resources/test_project/suites/gui-controller/getUserCurrent.suite.json # testApi/src/test/resources/test_project/suites/gui-controller/postQuestion.suite.json # testApi/src/test/resources/test_project/suites/gui-controller/putQuestion.suite.json # testApi/src/test/scala/africa/absa/testing/scapi/json/SuiteFactoryTest.scala # testApi/src/test/scala/africa/absa/testing/scapi/rest/response/ResponseAssertionsTest.scala # testApi/src/test/scala/africa/absa/testing/scapi/rest/response/ResponseExtractTest.scala # testApi/src/test/scala/africa/absa/testing/scapi/rest/response/ResponseLogTest.scala # testApi/src/test/scala/africa/absa/testing/scapi/rest/response/ResponseTest.scala # testApi/src/test/scala/africa/absa/testing/scapi/suite/runner/SuiteRunnerTest.scala
Configuration menu - View commit details
-
Copy full SHA for e0ac15d - Browse repository at this point
Copy the full SHA e0ac15dView commit details
Commits on Sep 7, 2023
-
* Fix multiline strings review note.
* Fix not used method parameters review note.
Configuration menu - View commit details
-
Copy full SHA for 6032a64 - Browse repository at this point
Copy the full SHA 6032a64View commit details
Commits on Sep 21, 2023
-
* Fix - multiline strings review note.
* Fix - not used method parameters review note. * Fix - String to Enum * Fix - replace boolean return values in XYZResponseAction methods.
Configuration menu - View commit details
-
Copy full SHA for c203ab6 - Browse repository at this point
Copy the full SHA c203ab6View commit details -
* Fix - replace Assert type of response actions by enum.
* Fix - replace Log type of response actions by enum. * Fix - replace ExtractJson type of response actions by enum.
Configuration menu - View commit details
-
Copy full SHA for 2e251ae - Browse repository at this point
Copy the full SHA 2e251aeView commit details
Commits on Oct 3, 2023
-
* Fix - Update of javaDoc after migration from boolean to Try[Unit] r…
…eturn values. * Fix - make response perform method private. * Fix - Update tests checking exceptions to check meesages too. * Fix - Update assert method to assert values with clues where missing.
Configuration menu - View commit details
-
Copy full SHA for 3dc366b - Browse repository at this point
Copy the full SHA 3dc366bView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 02a2447 - Browse repository at this point
Copy the full SHA 02a2447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11293dc - Browse repository at this point
Copy the full SHA 11293dcView commit details -
* Fix - review of code warnings.
* Fix - update of visibility on methods and attributes. * Fix - removed old no more used object LoggerConfig.
Configuration menu - View commit details
-
Copy full SHA for 0227000 - Browse repository at this point
Copy the full SHA 0227000View commit details
Commits on Oct 9, 2023
-
* Fix - Removed no more used class and object TestResults.scala.
* Rename of variable in code to fit to real usage.
Configuration menu - View commit details
-
Copy full SHA for 8b4c12e - Browse repository at this point
Copy the full SHA 8b4c12eView commit details
Commits on Oct 13, 2023
-
* Fix - moved Factory classes to dedicated package.
* Fix - moved Suite related models classes to new suite package in model package.
Configuration menu - View commit details
-
Copy full SHA for 1aa261b - Browse repository at this point
Copy the full SHA 1aa261bView commit details -
* Fix - rename Suite to TestSet.
* Fix - rename SuiteAround to SuitePreAndPostProcessing. * Fix - rename SuiteBefore to BeforeTestSet * Fix - rename SuiteAfter to AfterTestSet * Fix - rename SuiteBundle to Suite * Fix - rename ResponsePerformer to ResponseActions * Fix - move ResponseAction related file into new package action * Fix - rename "endpoint" to "name" as this parameters is used as name for suite not as endpoint.
Configuration menu - View commit details
-
Copy full SHA for d51747d - Browse repository at this point
Copy the full SHA d51747dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f82356 - Browse repository at this point
Copy the full SHA 0f82356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f579ac - Browse repository at this point
Copy the full SHA 2f579acView commit details -
Configuration menu - View commit details
-
Copy full SHA for f353d54 - Browse repository at this point
Copy the full SHA f353d54View commit details -
* Fix - expected change to fix jacoco report issue and better package…
… name and location.
Configuration menu - View commit details
-
Copy full SHA for aca8587 - Browse repository at this point
Copy the full SHA aca8587View commit details -
* Fix - expected change to fix jacoco report issue and better package…
… name and location. Second part: refactor Enumeration for SuiteResultType.
Configuration menu - View commit details
-
Copy full SHA for 1d2c8ab - Browse repository at this point
Copy the full SHA 1d2c8abView commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2fec8f - Browse repository at this point
Copy the full SHA e2fec8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 470efbf - Browse repository at this point
Copy the full SHA 470efbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a15a420 - Browse repository at this point
Copy the full SHA a15a420View commit details -
* Fix - Renamed and moved Type to String implicit conversion as they …
…are used only in tests.
Configuration menu - View commit details
-
Copy full SHA for 5ec5a73 - Browse repository at this point
Copy the full SHA 5ec5a73View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4ce58a - Browse repository at this point
Copy the full SHA e4ce58aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 236cbae - Browse repository at this point
Copy the full SHA 236cbaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e0d029 - Browse repository at this point
Copy the full SHA 4e0d029View commit details