https://github.com/dashorst/arquillian-transaction-npe-test
Testcase for Arquillian's TransactionHandler throwing a NullPointerException when outside a testmethod CDI setup fails, masking the original exception
https://github.com/dashorst/arquillian-transaction-npe-test
Last synced: over 1 year ago
JSON representation
Testcase for Arquillian's TransactionHandler throwing a NullPointerException when outside a testmethod CDI setup fails, masking the original exception
- Host: GitHub
- URL: https://github.com/dashorst/arquillian-transaction-npe-test
- Owner: dashorst
- Created: 2014-12-19T12:18:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T12:18:45.000Z (over 11 years ago)
- Last Synced: 2025-02-12T06:08:30.088Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arquillian TransactionHandler NPE testcase
This project is a testcase for Arquillian's TransactionHandler throwing
a NullPointerException when outside a testmethod CDI setup fails,
masking the original exception and making development of test cases
neigh impossible.
See [NullPointerInTransactionHandlerTest.java](com/example/arquillian/NullPointerInTransactionHandlerTest.java)
for the detailed test case. This test will always fail (the setup
before the test method fails and this should never result in a succesful
test)