-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#8 - Implement method ideas * Implemented full expected methods for Log 'ResponseAction'. * 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. * Introduces Enums instead of constants. * Make response perform methods private. * Review of code warnings. * Remove no more used object LoggerConfig. * Remove no more used class and object TestResults.scala. * Rename of variable in code to fit to real usage. * Move Factory classes to dedicated package. * Moved Suite related models classes to new suite package in model package. * Rename Suite to TestSet. * Rename SuiteAround to SuitePreAndPostProcessing. * Rename SuiteBefore to BeforeTestSet * Rename SuiteAfter to AfterTestSet * Rename SuiteBundle to Suite * Rename ResponsePerformer to ResponseActions * Move ResponseAction related file into new package action * Rename "endpoint" to "name" as this parameters is used as name for suite not as endpoint. * Log action methods returns Unit. * Remove usage of Success from Action implementations. * Rename and move Type to String implicit conversion as they are used only in tests. * Fix correct usage clue calls in assert (not assertEquals) method. * Fix - Apply Scala CamelCase to enumeration contants.
- Loading branch information
1 parent
bd0ad01
commit 03dca9c
Showing
69 changed files
with
2,062 additions
and
1,065 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.