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

Support Verifying Errors with @ContextConfiguration at method level [SPR-15034] #19600

Closed
spring-projects-issues opened this issue Dec 19, 2016 · 3 comments
Labels
in: test Issues in the test module status: bulk-closed An outdated, unresolved issue that's closed in bulk as part of a cleaning process

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Dec 19, 2016

Rob Winch opened SPR-15034 and commented

It would be nice if #16647 could support verifying errors. For example something like this:

@Test(expected = BeanDefinitionParsingException.class)
@ContextConfiguration("classpath:/just-this-method.xml")
public void testBeanDefinitionParsingException() {}

It would also be nice if we could access the entire Exception for verifying the description / caused by, etc.

@Test
@ContextConfiguration("classpath:/just-this-method.xml")
public void testBeanDefinitionParsingException(@ExpectedException BeanDefinitionParsingException expected) {
    assertThat(expected).hasDescription("Ooops");
}

Issue Links:

@spring-projects-issues
Copy link
Collaborator Author

Sam Brannen commented

Interesting ideas. Thanks for creating the ticket.

@spring-projects-issues
Copy link
Collaborator Author

Rob Winch commented

Thanks for the quick reply!

Please note (I probably should have put this in the description, but it is probably implied) I am not particular on how it is done, just so that I can verify Exceptions, descriptions, caused bys, etc

@spring-projects-issues spring-projects-issues added status: waiting-for-triage An issue we've not yet triaged or decided on in: test Issues in the test module type: enhancement A general enhancement and removed type: enhancement A general enhancement labels Jan 11, 2019
@rstoyanchev rstoyanchev added status: bulk-closed An outdated, unresolved issue that's closed in bulk as part of a cleaning process and removed status: waiting-for-triage An issue we've not yet triaged or decided on status: ideal-for-contribution An issue that a contributor can help us with labels Jan 11, 2019
@spring-projects-issues
Copy link
Collaborator Author

Bulk closing outdated, unresolved issues. Please, reopen if still relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: test Issues in the test module status: bulk-closed An outdated, unresolved issue that's closed in bulk as part of a cleaning process
Projects
None yet
Development

No branches or pull requests

3 participants