Uses of Interface
org.apache.juneau.common.utils.Snippet
Packages that use Snippet
Package
Description
- 
Uses of Snippet in org.apache.juneau.assertionsMethods in org.apache.juneau.assertions with parameters of type SnippetModifier and TypeMethodDescriptionstatic final ThrowableAssertion<Throwable>Assertions.assertThrown(Snippet snippet) Executes an arbitrary snippet of code and captures anything thrown from it as a Throwable assertion.
- 
Uses of Snippet in org.apache.juneau.common.utilsMethods in org.apache.juneau.common.utils with parameters of type SnippetModifier and TypeMethodDescriptionstatic voidRuns a snippet of code and encapsulates any throwable inside aRuntimeException.
- 
Uses of Snippet in org.apache.juneau.internalMethods in org.apache.juneau.internal with parameters of type Snippet