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

Add 9 new exceptional tests #541

Merged
merged 1 commit into from Mar 14, 2024
Merged

Conversation

JiyangZhang
Copy link
Contributor

@JiyangZhang JiyangZhang commented Mar 14, 2024

Short description of what this resolves:

Add exceptional tests to existing test files. See issue

Changes proposed in this pull request:

  • 9 new exceptional tests

Fixes #542

Copy link
Member

@starksm64 starksm64 left a comment

Choose a reason for hiding this comment

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

The equivalent additions should be made to the https://github.com/arquillian/arquillian-jakarta repo that has the newer jakarta package namespace.

@starksm64 starksm64 merged commit e8f2aee into arquillian:master Mar 14, 2024
2 checks passed
@JiyangZhang
Copy link
Contributor Author

Hi @starksm64 ,

Thanks, I plan to send more tests in that repo in the next few days.

kifj added a commit to kifj/arquillian-core that referenced this pull request Mar 19, 2024
@@ -468,6 +468,16 @@ public String get() {
});
}

@Test(expected = IllegalArgumentException.class)
public void shouldThrowExceptionIfDescriptorIsNull() {
new PropertiesParser().addProperties(null, System.getProperties());
Copy link
Contributor

Choose a reason for hiding this comment

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

The indentation is completly off in all the changes FYI, please fix this next time. Thanks!

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, even worse, these are tabs, but unfortunately, this project uses spaces...

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah, even worse, these are tabs, but unfortunately, this project uses spaces...

Nothing unfortunate about that. It's what Charles Babbage would have wanted... :P

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.

Adding new exceptional behavior tests
4 participants