public interface Test
Modifier and Type | Interface and Description |
---|---|
static class |
Test.Sleeping
Fake implementation of
Test for unit testing purposes. |
Modifier and Type | Method and Description |
---|---|
TestOutcome |
execute()
Execute single test within docker.
|
TestOutcome execute() throws DockerProcessExecutionException
DockerProcessExecutionException
- in case of runtime exceptions
on docker side.Copyright © 2019. All rights reserved.