Skip to content

Commit

Permalink
Deploying to gh-pages - 09:50:03
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Sep 26, 2024
1 parent c65eec9 commit 41c87ca
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions snapshot/guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,7 @@ <h2 id="spockTransactionSemantics"><a class="anchor" href="#spockTransactionSema


<div class="paragraph">
<p>By default, if <code>org.springframework:spring-tx</code> is in the test classpath (e.g. transitively via
<code>io.micronaut.configuration:micronaut-hibernate-jpa-spring</code>), when using <code>@MicronautTest</code>, each <code>@Test</code> method will be
wrapped in a transaction that will be rolled back when the test finishes. This behaviour can be changed by using the
<code>transactional</code> and <code>rollback</code> properties.</p>
<p>When using <code>@MicronautTest</code> each <code>@Test</code> method will be wrapped in a transaction that will be rolled back when the test finishes. This behaviour can be changed by using the <code>transactional</code> and <code>rollback</code> properties.</p>
</div>
<div class="paragraph">
<p>To avoid creating a transaction:</p>
Expand Down Expand Up @@ -1191,10 +1188,7 @@ <h2 id="junit5TransactionSemantics"><a class="anchor" href="#junit5TransactionSe


<div class="paragraph">
<p>By default, if <code>org.springframework:spring-tx</code> is in the test classpath (e.g. transitively via
<code>io.micronaut.configuration:micronaut-hibernate-jpa-spring</code>), when using <code>@MicronautTest</code>, each <code>@Test</code> method will be
wrapped in a transaction that will be rolled back when the test finishes. This behaviour can be changed by using the
<code>transactional</code> and <code>rollback</code> properties.</p>
<p>When using <code>@MicronautTest</code> each <code>@Test</code> method will be wrapped in a transaction that will be rolled back when the test finishes. This behaviour can be changed by using the <code>transactional</code> and <code>rollback</code> properties.</p>
</div>
<div class="paragraph">
<p>To avoid creating a transaction:</p>
Expand Down Expand Up @@ -2164,10 +2158,7 @@ <h2 id="kotest5TransactionSemantics"><a class="anchor" href="#kotest5Transaction


<div class="paragraph">
<p>By default, if <code>org.springframework:spring-tx</code> is in the test classpath (e.g. transitively via
<code>io.micronaut.configuration:micronaut-hibernate-jpa-spring</code>), when using <code>@MicronautTest</code>, each <code>@Test</code> method will be
wrapped in a transaction that will be rolled back when the test finishes. This behaviour can be changed by using the
<code>transactional</code> and <code>rollback</code> properties.</p>
<p>When using <code>@MicronautTest</code> each <code>@Test</code> method will be wrapped in a transaction that will be rolled back when the test finishes. This behaviour can be changed by using the <code>transactional</code> and <code>rollback</code> properties.</p>
</div>
<div class="paragraph">
<p>To avoid creating a transaction:</p>
Expand Down

0 comments on commit 41c87ca

Please sign in to comment.