Skip to content
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

ensuring test ng is optional for schema validation #56

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

delki8
Copy link
Contributor

@delki8 delki8 commented Jul 29, 2024

for projects already using junit, adding testng as a dependency (via com.ebay.nst library) is inconvenient and may interfere with existing tests.
this PR changes the SchemaValidatorUtil.java class making it so the testng package is optional, allowing schema validations to happen even when org.testng is excluded from com.ebay.nst.

Copy link
Collaborator

@yarg0007 yarg0007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yarg0007 yarg0007 merged commit b0081db into eBay:main Jul 30, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants