Uses of Interface
org.apache.juneau.common.utils.Snippet
Packages that use Snippet
Package
Description
-
Uses of Snippet in org.apache.juneau.assertions
Methods 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.utils
Methods in org.apache.juneau.common.utils with parameters of type SnippetModifier and TypeMethodDescriptionstatic void
Runs a snippet of code and encapsulates any throwable inside aRuntimeException
. -
Uses of Snippet in org.apache.juneau.internal
Methods in org.apache.juneau.internal with parameters of type Snippet