Skip to content

Commit

Permalink
[Issue_597] Explain a bit about the 'testable=false' attribute in @de…
Browse files Browse the repository at this point in the history
  • Loading branch information
bstansberry authored Jul 11, 2024
1 parent 5d12ff9 commit 87ab4a2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@

/**
* Defines if this deployment should be wrapped up based on the protocol so the testcase can be executed incontainer.
* <p>
* Setting this to {@code false} for a deployment used in {@link RunAsClient} tests allows you to avoid needing to
* package client-side test resources in the deployment.
*/
boolean testable() default true;
}

0 comments on commit 87ab4a2

Please sign in to comment.