-
Notifications
You must be signed in to change notification settings - Fork 11
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
360.add missing testdata to report #361
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some small things to change please
|
||
import io.qameta.allure.Allure; | ||
|
||
public class TestData extends HashMap<String, String> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Importand class, needs javadoc :)
|
||
import io.qameta.allure.Allure; | ||
|
||
public class TestData extends HashMap<String, String> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
serializable class, needs serialVersionUID, even tho we don't plan to serialize it, having warnings in the code should be avoided.
Please add Unit tests for the newly created TestData class. Feel free to just convert the DataUtils test to TestData tests, since we will get rid of the DataUtils methods anyway |
No description provided.