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

Chore-XXX: Fixed jsonSchemaTest #1282

Merged
merged 9 commits into from
Jun 14, 2024

Conversation

ds-ashanmugavel
Copy link

@ds-ashanmugavel ds-ashanmugavel commented Jun 11, 2024

No description provided.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

Copy link

github-actions bot commented Jun 11, 2024

Integration Test Results

345 tests   345 ✅  1m 34s ⏱️
 39 suites    0 💤
 39 files      0 ❌

Results for commit 4d01e87.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jun 11, 2024

Unit Test Results

208 tests   208 ✅  18s ⏱️
 55 suites    0 💤
 55 files      0 ❌

Results for commit 4d01e87.

♻️ This comment has been updated with latest results.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

Copy link

github-actions bot commented Jun 11, 2024

✅ No Dependency Check findings were found

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

Comment on lines 77 to 79
if (highestVersionFile == null) {
throw new IOException("No suitable file found");
}

Choose a reason for hiding this comment

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

Since this is a test, there is no need to throw Exceptions. Maybe use assertNotNull.

@Test
public void test() throws IOException {
public void test() throws IOException, URISyntaxException {

Choose a reason for hiding this comment

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

Please add an appropriate method name

file
);


List<String> strings = isValid(multipartFile);

Choose a reason for hiding this comment

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

Use an appropriate variable name instead of strings

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>

Choose a reason for hiding this comment

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

Put execution into the already existing plugin.

for (String string : strings) {
log.info(string);
}
public void testJsonSchema() {

Choose a reason for hiding this comment

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

testLatestJsonSchema

Copy link

@ds-mwesener ds-mwesener left a comment

Choose a reason for hiding this comment

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

Changelog

Copy link

sonarcloud bot commented Jun 14, 2024

Quality Gate Passed Quality Gate passed for 'TX Traceability FOSS frontend'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Jun 14, 2024

Quality Gate Passed Quality Gate passed for 'Trace-X Root'

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@ds-mwesener ds-mwesener merged commit 0f88402 into main Jun 14, 2024
25 checks passed
@ds-mwesener ds-mwesener deleted the chore/xxx-testdatenskript-automatiseren branch June 14, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants