Skip to content

Improve documentation of transactional support in the TestContext framework [SPR-11399] #16026

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

Open
5 tasks
spring-projects-issues opened this issue Feb 6, 2014 · 0 comments
Labels
in: test Issues in the test module type: documentation A documentation task

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Feb 6, 2014

Sam Brannen opened SPR-11399 and commented

Status Quo

The documentation in the reference manual for transactional support in the Spring TestContext Framework (TCF) is currently very lacking. Currently there are only two examples:

  • FictitiousTransactionalTest: a JUnit-based POJO test class that demonstrates the usage of all annotations related to transactions in the TCF, but in a less than exemplary fashion.
  • AbstractClinicTests: an extension of AbstractTransactionalJUnit4SpringContextTests that demonstrates the use of countRowsInTable() but not much else.

So, although there are two examples in the reference manual, neither of these demonstrates best practices or typical usage scenarios. Furthermore, there are zero examples using TestNG.


Deliverables

  1. Delete the AbstractClinicTests example and create a similar JUnit-based example in the "Transaction management" or "JUnit support classes" section.
  2. Repurpose content from the "PetClinic Example" section as a new "Best Practices" section.
  3. Create a TestNG-based example that is directly analogous to the new JUnit-based example, for comparison purposes.
  4. Add TestNG content related to the discussion in Support @Transactional on TestNG @BeforeClass methods in the TestContext framework [SPR-11397] #16024.
  5. Add TestNG content related to the discussion in AbstractTransactionalTestNGSpringContextTests not working as expected when an EJB with TransactionAttribute.REQUIRES_NEW is encountered [SPR-6132] #10800.

Affects: 3.0 GA

Issue Links:

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 type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

3 participants