public interface StandardExampleRunner
Utility for running examples.
| Modifier and Type | Method and Description |
|---|---|
default void |
runExample(StandardExample example)
Runs an example showing output with frames.
|
default void |
runExampleWithCode(StandardExample example)
Runs an example, first showing the source code and then output with frames.
|
default void runExampleWithCode(StandardExample example)
Runs an example, first showing the source code and then output with frames.
example - the example to rundefault void runExample(StandardExample example)
Runs an example showing output with frames.
example - the example to runCopyright © 2016–2017. All rights reserved.