Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y 

A

add(T) - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
addAll(Collection<? extends T>) - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
Alternative<X> - Class in com.github.dgroup.dockertest.cmd.arg
Argument with alternative value in case if original is missing.
Alternative(Arg<X>, X) - Constructor for class com.github.dgroup.dockertest.cmd.arg.Alternative
Ctor.
Alternative(Arg<X>, Scalar<X>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.Alternative
Ctor.
App - Class in com.github.dgroup.dockertest
App start point with main method only.
App(List<String>, Std) - Constructor for class com.github.dgroup.dockertest.App
Ctor.
AppException - Exception in com.github.dgroup.dockertest
Application error.
AppException(String) - Constructor for exception com.github.dgroup.dockertest.AppException
Ctor.
AppException(Text) - Constructor for exception com.github.dgroup.dockertest.AppException
Ctor.
AppException(Integer, Text) - Constructor for exception com.github.dgroup.dockertest.AppException
Ctor.
AppException(Integer, Throwable) - Constructor for exception com.github.dgroup.dockertest.AppException
Ctor.
AppException(Integer, String) - Constructor for exception com.github.dgroup.dockertest.AppException
Ctor.
AppException(Integer, Collection<String>) - Constructor for exception com.github.dgroup.dockertest.AppException
Ctor.
apply(Future<X>) - Method in class com.github.dgroup.dockertest.concurrent.func.TimingOut
 
apply(Callable<X>) - Method in interface com.github.dgroup.dockertest.concurrent.SimplifiedFuture
Map the Callable to the Future.
apply(Callable<X>) - Method in class com.github.dgroup.dockertest.concurrent.SimplifiedFuture.Fake
 
apply(Integer) - Method in class com.github.dgroup.dockertest.text.OccuredIn
 
Arg<X> - Interface in com.github.dgroup.dockertest.cmd
Represents single command-line argument.
Arg.Fake<X> - Class in com.github.dgroup.dockertest.cmd
Fake implementation for unit testing purposes.
ArgAt - Class in com.github.dgroup.dockertest.cmd.scalar
Find particular argument in command-line arguments specified by the user.
ArgAt(String, List<String>) - Constructor for class com.github.dgroup.dockertest.cmd.scalar.ArgAt
Ctor.
ArgIn - Class in com.github.dgroup.dockertest.cmd.scalar
Check that argument was specified by the user or not.
ArgIn(String, List<String>) - Constructor for class com.github.dgroup.dockertest.cmd.scalar.ArgIn
Ctor.
ArgOf - Class in com.github.dgroup.dockertest.cmd.arg
Default implementation for single command-line argument.
ArgOf(String, List<String>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.ArgOf
Ctor.
ArgOf(String, List<String>, String) - Constructor for class com.github.dgroup.dockertest.cmd.arg.ArgOf
Ctor.
asString() - Method in class com.github.dgroup.dockertest.Logo
App version and docker logo as string.
assume() - Method in class com.github.dgroup.dockertest.yml.tag.test.TgTestOf
 
assume() - Method in class com.github.dgroup.dockertest.yml.tag.test.UncheckedTgTest
 
assume() - Method in interface com.github.dgroup.dockertest.yml.TgTest
Name of testing scenario.
assume() - Method in class com.github.dgroup.dockertest.yml.TgTest.Fake
 
asYmlString() - Method in class com.github.dgroup.dockertest.yml.tag.output.TgOutputPredicateOf
Gives predicate details as YML string.
awaitTermination(long, TimeUnit) - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 

B

Before - Class in com.github.dgroup.dockertest.text.cutted
Cut text before particular string.
Before(Text, String) - Constructor for class com.github.dgroup.dockertest.text.cutted.Before
Ctor.
Before(String, String) - Constructor for class com.github.dgroup.dockertest.text.cutted.Before
Ctor.
Between - Class in com.github.dgroup.dockertest.text.cutted
Cut text between left and right borders.
Between(Text, String) - Constructor for class com.github.dgroup.dockertest.text.cutted.Between
Ctor.
Between(String, String) - Constructor for class com.github.dgroup.dockertest.text.cutted.Between
Ctor.
Between(Scalar<String>, String) - Constructor for class com.github.dgroup.dockertest.text.cutted.Between
Ctor.
Between(Scalar<String>, Scalar<Integer>) - Constructor for class com.github.dgroup.dockertest.text.cutted.Between
Ctor.
BlueText - Class in com.github.dgroup.dockertest.text.highlighted
Highlight text within blue color via jansi library.
BlueText(Object) - Constructor for class com.github.dgroup.dockertest.text.highlighted.BlueText
Ctor.
byLines() - Method in interface com.github.dgroup.dockertest.process.CmdOutput
Represent cmd output splitted by lines.
byLines() - Method in class com.github.dgroup.dockertest.process.CmdOutput.Fake
 
byLines() - Method in class com.github.dgroup.dockertest.process.output.TextCmdOutput
 
byLines() - Method in class com.github.dgroup.dockertest.process.output.TimedCmdOutput
 

C

call() - Method in class com.github.dgroup.dockertest.test.TestOf
 
Children - Class in com.github.dgroup.dockertest.io.file
Children files for the particular File.
Children(File) - Constructor for class com.github.dgroup.dockertest.io.file.Children
Ctor.
Children(Scalar<List<File>>) - Constructor for class com.github.dgroup.dockertest.io.file.Children
Ctor.
clear() - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
close() - Method in class com.github.dgroup.dockertest.concurrent.Concurrent
 
cmd() - Method in class com.github.dgroup.dockertest.test.outcome.TestOutcomeOf
 
cmd() - Method in interface com.github.dgroup.dockertest.test.TestOutcome
The docker command to be executed within docker container.
cmd() - Method in class com.github.dgroup.dockertest.test.TestOutcome.Fake
 
cmd() - Method in class com.github.dgroup.dockertest.yml.tag.test.TgTestOf
 
cmd() - Method in class com.github.dgroup.dockertest.yml.tag.test.UncheckedTgTest
 
cmd() - Method in interface com.github.dgroup.dockertest.yml.TgTest
Command for execution in docker container.
cmd() - Method in class com.github.dgroup.dockertest.yml.TgTest.Fake
 
CmdArgNotFoundException - Exception in com.github.dgroup.dockertest.cmd.arg
Thrown in case if command-line argument is required, but not found in the arguments specified by user.
CmdArgNotFoundException(Exception) - Constructor for exception com.github.dgroup.dockertest.cmd.arg.CmdArgNotFoundException
Ctor.
CmdArgNotFoundException(Text) - Constructor for exception com.github.dgroup.dockertest.cmd.arg.CmdArgNotFoundException
Ctor.
CmdOutput - Interface in com.github.dgroup.dockertest.process
Represents docker command output.
CmdOutput.Fake - Class in com.github.dgroup.dockertest.process
Fake implementation for unit testing purposes.
CmdOutputOf - Class in com.github.dgroup.dockertest.process.output
Represent command output for command from docker container.
CmdOutputOf(Process) - Constructor for class com.github.dgroup.dockertest.process.output.CmdOutputOf
Ctor.
CmdOutputOf(Process, Charset) - Constructor for class com.github.dgroup.dockertest.process.output.CmdOutputOf
Ctor.
com.github.dgroup.dockertest - package com.github.dgroup.dockertest
Application start point.
com.github.dgroup.dockertest.classpath - package com.github.dgroup.dockertest.classpath
Classpath resources.
com.github.dgroup.dockertest.cmd - package com.github.dgroup.dockertest.cmd
Classes dedicated for interaction with command line arguments, like yml file with tests, docker image, etc.
com.github.dgroup.dockertest.cmd.arg - package com.github.dgroup.dockertest.cmd.arg
Classes dedicated for interaction with command line arguments, like yml file with tests, docker image, etc.
com.github.dgroup.dockertest.cmd.scalar - package com.github.dgroup.dockertest.cmd.scalar
Scalars, related to command-line arguments.
com.github.dgroup.dockertest.collection - package com.github.dgroup.dockertest.collection
Collections.
com.github.dgroup.dockertest.concurrent - package com.github.dgroup.dockertest.concurrent
Classes related to concurrent execution of tests.
com.github.dgroup.dockertest.concurrent.func - package com.github.dgroup.dockertest.concurrent.func
Functions, related to java.util.concurrent classes.
com.github.dgroup.dockertest.concurrent.scalar - package com.github.dgroup.dockertest.concurrent.scalar
Scalars related to java.util.concurrent.
com.github.dgroup.dockertest.exception - package com.github.dgroup.dockertest.exception
Exception-related classes.
com.github.dgroup.dockertest.hamcrest - package com.github.dgroup.dockertest.hamcrest
General hamcrest matchers for simplifying unit testing.
com.github.dgroup.dockertest.io - package com.github.dgroup.dockertest.io
Operations with input/output.
com.github.dgroup.dockertest.io.file - package com.github.dgroup.dockertest.io.file
Operations with files.
com.github.dgroup.dockertest.iterator - package com.github.dgroup.dockertest.iterator
Iterators.
com.github.dgroup.dockertest.process - package com.github.dgroup.dockertest.process
Classes dedicated to interaction with docker containers, through ProcessBuilder.
com.github.dgroup.dockertest.process.docker - package com.github.dgroup.dockertest.process.docker
Contains invocations of docker processes like docker pull, etc.
com.github.dgroup.dockertest.process.docker.cmd - package com.github.dgroup.dockertest.process.docker.cmd
The commands to operate with Docker process/container.
com.github.dgroup.dockertest.process.output - package com.github.dgroup.dockertest.process.output
Contains outputs for docker processes.
com.github.dgroup.dockertest.scalar - package com.github.dgroup.dockertest.scalar
Scalars.
com.github.dgroup.dockertest.termination - package com.github.dgroup.dockertest.termination
Classes related to app termination.
com.github.dgroup.dockertest.test - package com.github.dgroup.dockertest.test
Classes dedicated to testing procedure.
com.github.dgroup.dockertest.test.outcome - package com.github.dgroup.dockertest.test.outcome
Classes related to testing outcome details.
com.github.dgroup.dockertest.test.output - package com.github.dgroup.dockertest.test.output
Classes related to printing of testing results.
com.github.dgroup.dockertest.test.output.std - package com.github.dgroup.dockertest.test.output.std
Classes related to printing of testing results to standard output.
com.github.dgroup.dockertest.text - package com.github.dgroup.dockertest.text
Classes which simplify the work with text/string variables.
com.github.dgroup.dockertest.text.cutted - package com.github.dgroup.dockertest.text.cutted
Classes which simplify the text cutting.
com.github.dgroup.dockertest.text.highlighted - package com.github.dgroup.dockertest.text.highlighted
Highlighted texts.
com.github.dgroup.dockertest.yml - package com.github.dgroup.dockertest.yml
Package dedicated for work with yml files.
com.github.dgroup.dockertest.yml.tag - package com.github.dgroup.dockertest.yml.tag
Classes which represents yml tags.
com.github.dgroup.dockertest.yml.tag.output - package com.github.dgroup.dockertest.yml.tag.output
Classes related to tag TgOutput.
com.github.dgroup.dockertest.yml.tag.setup - package com.github.dgroup.dockertest.yml.tag.setup
Classes related to tag TgSetup.
com.github.dgroup.dockertest.yml.tag.test - package com.github.dgroup.dockertest.yml.tag.test
Classes related to tag TgTest.
comparingType() - Method in class com.github.dgroup.dockertest.yml.tag.output.TgOutputPredicateOf
 
comparingType() - Method in class com.github.dgroup.dockertest.yml.tag.output.TgPredicateFake
 
comparingType() - Method in interface com.github.dgroup.dockertest.yml.TgOutputPredicate
Comparing type.
Concurrent - Class in com.github.dgroup.dockertest.concurrent
Allows to execute tests and print results.
Concurrent(Arg<Timeout>, Arg<Integer>) - Constructor for class com.github.dgroup.dockertest.concurrent.Concurrent
Ctor.
Concurrent(Scalar<ExecutorService>, Scalar<Timeout>, Scalar<Timeout>) - Constructor for class com.github.dgroup.dockertest.concurrent.Concurrent
Ctor.
ConcurrentTreads - Class in com.github.dgroup.dockertest.cmd.arg
Command line argument which represents quantity of concurrent threads for testing procedure.
ConcurrentTreads(String...) - Constructor for class com.github.dgroup.dockertest.cmd.arg.ConcurrentTreads
Ctor.
ConcurrentTreads(List<String>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.ConcurrentTreads
Ctor.
ConditionNotSatisfiedException - Exception in com.github.dgroup.dockertest.scalar
Throwing when condition in StrictIf is false.
ConditionNotSatisfiedException() - Constructor for exception com.github.dgroup.dockertest.scalar.ConditionNotSatisfiedException
Ctor.
ConditionNotSatisfiedException(String) - Constructor for exception com.github.dgroup.dockertest.scalar.ConditionNotSatisfiedException
Ctor.
ConditionNotSatisfiedException(Exception) - Constructor for exception com.github.dgroup.dockertest.scalar.ConditionNotSatisfiedException
Ctor.
ContainerName - Class in com.github.dgroup.dockertest.cmd.arg
Generate the Docker container name based on YML file name and current date.
ContainerName(Arg<File>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.ContainerName
Ctor.
contains(Object) - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
containsAll(Collection<?>) - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
Cutted - Class in com.github.dgroup.dockertest.text.cutted
Cutted text.
Cutted(Scalar<String>, Integer) - Constructor for class com.github.dgroup.dockertest.text.cutted.Cutted
Ctor.
Cutted(Scalar<String>, Scalar<Integer>) - Constructor for class com.github.dgroup.dockertest.text.cutted.Cutted
Ctor.
Cutted(String, Integer, Integer) - Constructor for class com.github.dgroup.dockertest.text.cutted.Cutted
Ctor.
Cutted(Scalar<String>, Scalar<Integer>, Scalar<Integer>) - Constructor for class com.github.dgroup.dockertest.text.cutted.Cutted
Ctor.
CuttingException - Exception in com.github.dgroup.dockertest.text
Cutting.
CuttingException(String, Object...) - Constructor for exception com.github.dgroup.dockertest.text.CuttingException
Ctor.
CuttingException(Text) - Constructor for exception com.github.dgroup.dockertest.text.CuttingException
Ctor.
CuttingException(Exception) - Constructor for exception com.github.dgroup.dockertest.text.CuttingException
Ctor.

D

Demonized - Class in com.github.dgroup.dockertest.concurrent.scalar
Make the Thread as daemon.
Demonized(Scalar<Thread>) - Constructor for class com.github.dgroup.dockertest.concurrent.scalar.Demonized
Ctor.
Demons - Class in com.github.dgroup.dockertest.concurrent
Implementation of ThreadFactory which allows to build daemon threads within particular naming.
Demons(String) - Constructor for class com.github.dgroup.dockertest.concurrent.Demons
Ctor.
Demons(String, Scalar<ThreadFactory>, AtomicLong) - Constructor for class com.github.dgroup.dockertest.concurrent.Demons
Ctor.
Describe<T> - Class in com.github.dgroup.dockertest.hamcrest
Describe collection of items in `hamcrest` terms.
Describe() - Constructor for class com.github.dgroup.dockertest.hamcrest.Describe
Ctor.
Describe(Func<T, String>) - Constructor for class com.github.dgroup.dockertest.hamcrest.Describe
Ctor.
describeTo(Description) - Method in class com.github.dgroup.dockertest.cmd.HasValue
 
describeTo(Description) - Method in class com.github.dgroup.dockertest.cmd.HasValues
 
describeTo(Description) - Method in class com.github.dgroup.dockertest.concurrent.Timeout.Is
 
describeTo(Description) - Method in class com.github.dgroup.dockertest.hamcrest.HamcrestCollectionEnvelope
 
describeTo(Description) - Method in class com.github.dgroup.dockertest.yml.tag.output.TgPredicateIs
 
describeTo(Description) - Method in class com.github.dgroup.dockertest.yml.TgOutput.Is
 
destroy() - Method in class com.github.dgroup.dockertest.process.FakeProcess
 
details() - Method in class com.github.dgroup.dockertest.test.output.std.Std.Fake
 
Docker - Class in com.github.dgroup.dockertest.process.docker
The instance of docker-java client to Docker process.
Docker() - Constructor for class com.github.dgroup.dockertest.process.docker.Docker
 
DockerImageNotFoundException - Exception in com.github.dgroup.dockertest.process.docker
Raise when docker tool can't find an image.
DockerImageNotFoundException(String) - Constructor for exception com.github.dgroup.dockertest.process.docker.DockerImageNotFoundException
Ctor.
DockerProcess - Interface in com.github.dgroup.dockertest.process
Represents single manipulation with Docker container.
DockerProcess.Fake - Class in com.github.dgroup.dockertest.process
Fake implementation for unit testing purposes.
DockerProcessEnvelope - Class in com.github.dgroup.dockertest.process.docker
Envelope for DockerProcess.
DockerProcessEnvelope(DockerProcess) - Constructor for class com.github.dgroup.dockertest.process.docker.DockerProcessEnvelope
Ctor.
DockerProcessEnvelope(Scalar<DockerProcess>) - Constructor for class com.github.dgroup.dockertest.process.docker.DockerProcessEnvelope
Ctor.
DockerProcessExecutionException - Exception in com.github.dgroup.dockertest.process
Raise when exception happens during docker command execution.
DockerProcessExecutionException(Throwable) - Constructor for exception com.github.dgroup.dockertest.process.DockerProcessExecutionException
Ctor.
DockerProcessExecutionException(String) - Constructor for exception com.github.dgroup.dockertest.process.DockerProcessExecutionException
Ctor.
DockerProcessExecutionException(String, Object...) - Constructor for exception com.github.dgroup.dockertest.process.DockerProcessExecutionException
Ctor.
Duplex<X> - Class in com.github.dgroup.dockertest.iterator
Duplex iterator which iterates over 2 iterators at the same time and verify the relations between elements.
Duplex(Iterable<X>, Iterable<X>) - Constructor for class com.github.dgroup.dockertest.iterator.Duplex
Ctor.
Duplex(BiFunction<X, X, Boolean>, Iterable<X>, Iterable<X>) - Constructor for class com.github.dgroup.dockertest.iterator.Duplex
Ctor.
Duplex(BiFunction<X, X, Boolean>, Iterator<X>, Iterator<X>) - Constructor for class com.github.dgroup.dockertest.iterator.Duplex
Ctor.

E

equals(Object) - Method in class com.github.dgroup.dockertest.concurrent.TimeoutOf
 
equals(Object) - Method in class com.github.dgroup.dockertest.test.output.HtmlOutput
 
equals(Object) - Method in class com.github.dgroup.dockertest.test.output.std.StdOutput
 
equals(Object) - Method in class com.github.dgroup.dockertest.test.output.XmlOutput
 
equals(Object) - Method in class com.github.dgroup.dockertest.yml.tag.output.TgOutputPredicateOf
 
equals(Object) - Method in class com.github.dgroup.dockertest.yml.tag.output.TgPredicateFake
 
exception() - Method in class com.github.dgroup.dockertest.exception.RootCauseOf
Each exception may contain a lot of nested exceptions.
ExcsrvEnvelope<X> - Class in com.github.dgroup.dockertest.concurrent
Envelope for ExecutorService.
ExcsrvEnvelope(SimplifiedFuture<X>) - Constructor for class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
Ctor.
ExcsrvFake<X> - Class in com.github.dgroup.dockertest.concurrent
Fake instance of ExecutorService for unit testing purposes.
ExcsrvFake() - Constructor for class com.github.dgroup.dockertest.concurrent.ExcsrvFake
Ctor.
ExcsrvFake(SimplifiedFuture<X>) - Constructor for class com.github.dgroup.dockertest.concurrent.ExcsrvFake
Ctor.
exec(Collection<T>, Description) - Method in class com.github.dgroup.dockertest.hamcrest.Describe
 
ExecTty - Class in com.github.dgroup.dockertest.process.docker.cmd
Execute a command within the Docker container.
ExecTty(String, Text, DockerClient) - Constructor for class com.github.dgroup.dockertest.process.docker.cmd.ExecTty
Ctor.
ExecTty(String, Text, DockerClient, Boolean) - Constructor for class com.github.dgroup.dockertest.process.docker.cmd.ExecTty
Ctor.
execute(String, Text, Tags) - Method in class com.github.dgroup.dockertest.concurrent.Concurrent
Execute the testing.
execute(Runnable) - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 
execute() - Method in class com.github.dgroup.dockertest.process.docker.DockerProcessEnvelope
 
execute() - Method in interface com.github.dgroup.dockertest.process.DockerProcess
Execute command inside of docker container.
execute() - Method in class com.github.dgroup.dockertest.process.DockerProcess.Fake
 
execute() - Method in interface com.github.dgroup.dockertest.test.Test
Execute single test within docker.
execute() - Method in class com.github.dgroup.dockertest.test.Test.Sleeping
 
execute() - Method in class com.github.dgroup.dockertest.test.TestOf
 
exitCode() - Method in exception com.github.dgroup.dockertest.AppException
Application exit code to be exposed to the parent OS process.
exitCode() - Method in class com.github.dgroup.dockertest.termination.Runtime.Fake
 
exitValue() - Method in class com.github.dgroup.dockertest.process.FakeProcess
 
expected() - Method in class com.github.dgroup.dockertest.yml.tag.output.TgOutputPredicateOf
 
expected() - Method in class com.github.dgroup.dockertest.yml.tag.output.TgPredicateFake
 
expected() - Method in interface com.github.dgroup.dockertest.yml.TgOutputPredicate
Expected value by test.
expectedConditions() - Method in class com.github.dgroup.dockertest.test.outcome.TestOutcomeOf
 
expectedConditions() - Method in interface com.github.dgroup.dockertest.test.TestOutcome
Expected conditions/result within current testing scenario.
expectedConditions() - Method in class com.github.dgroup.dockertest.test.TestOutcome.Fake
 

F

failedConditions() - Method in class com.github.dgroup.dockertest.test.outcome.TestOutcomeOf
 
failedConditions() - Method in interface com.github.dgroup.dockertest.test.TestOutcome
Failed conditions/result within current testing scenario.
failedConditions() - Method in class com.github.dgroup.dockertest.test.TestOutcome.Fake
 
Fake(String, X) - Constructor for class com.github.dgroup.dockertest.cmd.Arg.Fake
 
Fake(String, X, Boolean) - Constructor for class com.github.dgroup.dockertest.cmd.Arg.Fake
 
Fake() - Constructor for class com.github.dgroup.dockertest.concurrent.SimplifiedFuture.Fake
 
Fake(String...) - Constructor for class com.github.dgroup.dockertest.process.CmdOutput.Fake
 
Fake(List<String>) - Constructor for class com.github.dgroup.dockertest.process.CmdOutput.Fake
 
Fake(CmdOutput) - Constructor for class com.github.dgroup.dockertest.process.DockerProcess.Fake
 
Fake() - Constructor for class com.github.dgroup.dockertest.termination.Runtime.Fake
 
Fake() - Constructor for class com.github.dgroup.dockertest.test.Output.Fake
 
Fake() - Constructor for class com.github.dgroup.dockertest.test.output.std.Std.Fake
Ctor.
Fake(List<String>) - Constructor for class com.github.dgroup.dockertest.test.output.std.Std.Fake
 
Fake() - Constructor for class com.github.dgroup.dockertest.test.TestOutcome.Fake
Ctor.
Fake(boolean, String) - Constructor for class com.github.dgroup.dockertest.test.TestOutcome.Fake
Ctor.
Fake(boolean, String, String) - Constructor for class com.github.dgroup.dockertest.test.TestOutcome.Fake
Ctor.
Fake(boolean, String, String, String, Collection<TgOutputPredicate>, Collection<TgOutputPredicate>) - Constructor for class com.github.dgroup.dockertest.test.TestOutcome.Fake
Ctor.
Fake(String, String, TgOutput) - Constructor for class com.github.dgroup.dockertest.yml.TgTest.Fake
 
FakeProcess - Class in com.github.dgroup.dockertest.process
Fake implementation of Process for unit testing purposes.
FakeProcess(InputStream, OutputStream) - Constructor for class com.github.dgroup.dockertest.process.FakeProcess
Ctor.
FakeProcess(InputStream, OutputStream, InputStream, int, int) - Constructor for class com.github.dgroup.dockertest.process.FakeProcess
Ctor.
first(String) - Method in class com.github.dgroup.dockertest.text.cutted.Between
Cut text between left and first occurrence of right border.
Flatly<X> - Class in com.github.dgroup.dockertest.collection
Flat collection.
Flatly(Collection<X>...) - Constructor for class com.github.dgroup.dockertest.collection.Flatly
Ctor.
Flatly(Collection<Collection<X>>) - Constructor for class com.github.dgroup.dockertest.collection.Flatly
Ctor.
Flatly(Scalar<Collection<X>>) - Constructor for class com.github.dgroup.dockertest.collection.Flatly
Ctor.

G

getErrorStream() - Method in class com.github.dgroup.dockertest.process.FakeProcess
 
getInputStream() - Method in class com.github.dgroup.dockertest.process.FakeProcess
 
getOutputStream() - Method in class com.github.dgroup.dockertest.process.FakeProcess
 
GreenText - Class in com.github.dgroup.dockertest.text.highlighted
Highlight text within green color via jansi library.
GreenText(Object) - Constructor for class com.github.dgroup.dockertest.text.highlighted.GreenText
Ctor.
GreenText(String, Object...) - Constructor for class com.github.dgroup.dockertest.text.highlighted.GreenText
Ctor.

H

HamcrestCollectionEnvelope<X> - Class in com.github.dgroup.dockertest.hamcrest
Hamcrest envelope for Collection matchers.
HamcrestCollectionEnvelope(BiFunc<Collection<X>, Collection<X>, Boolean>, X...) - Constructor for class com.github.dgroup.dockertest.hamcrest.HamcrestCollectionEnvelope
Ctor.
HamcrestCollectionEnvelope(BiFunc<Collection<X>, Collection<X>, Boolean>, Scalar<Collection<X>>) - Constructor for class com.github.dgroup.dockertest.hamcrest.HamcrestCollectionEnvelope
Ctor.
hashCode() - Method in class com.github.dgroup.dockertest.concurrent.TimeoutOf
 
hashCode() - Method in class com.github.dgroup.dockertest.test.output.HtmlOutput
 
hashCode() - Method in class com.github.dgroup.dockertest.test.output.std.StdOutput
 
hashCode() - Method in class com.github.dgroup.dockertest.test.output.XmlOutput
 
hashCode() - Method in class com.github.dgroup.dockertest.yml.tag.output.TgOutputPredicateOf
 
hashCode() - Method in class com.github.dgroup.dockertest.yml.tag.output.TgPredicateFake
 
HasItems<X> - Class in com.github.dgroup.dockertest.hamcrest
Hamcrest matcher to verify the structure of the collection.
HasItems(X...) - Constructor for class com.github.dgroup.dockertest.hamcrest.HasItems
Ctor.
HasItems(Scalar<Collection<X>>) - Constructor for class com.github.dgroup.dockertest.hamcrest.HasItems
Ctor.
hasNext() - Method in class com.github.dgroup.dockertest.iterator.Duplex
 
HasValue<T> - Class in com.github.dgroup.dockertest.cmd
Hamcrest matcher to verify the single value of Arg.
HasValue(T) - Constructor for class com.github.dgroup.dockertest.cmd.HasValue
Ctor.
HasValues<T> - Class in com.github.dgroup.dockertest.cmd
Hamcrest matcher to verify the collection value of Arg.
HasValues(T...) - Constructor for class com.github.dgroup.dockertest.cmd.HasValues
Ctor.
HasValues(Collection<T>) - Constructor for class com.github.dgroup.dockertest.cmd.HasValues
Ctor.
Help - Class in com.github.dgroup.dockertest
Give help information by lines.
Help() - Constructor for class com.github.dgroup.dockertest.Help
Ctor.
Help(String) - Constructor for class com.github.dgroup.dockertest.Help
Ctor.
Help(Input, Charset) - Constructor for class com.github.dgroup.dockertest.Help
Ctor.
Hierarchical - Class in com.github.dgroup.dockertest.io.file
Map hierarchical tree of files to the collection.
Hierarchical(String) - Constructor for class com.github.dgroup.dockertest.io.file.Hierarchical
Ctor.
Hierarchical(File...) - Constructor for class com.github.dgroup.dockertest.io.file.Hierarchical
Ctor.
Hierarchical(Iterable<File>) - Constructor for class com.github.dgroup.dockertest.io.file.Hierarchical
Ctor.
HtmlOutput - Class in com.github.dgroup.dockertest.test.output
Print testing results to html file.
HtmlOutput() - Constructor for class com.github.dgroup.dockertest.test.output.HtmlOutput
 

I

If<T> - Class in com.github.dgroup.dockertest.scalar
Lazy ternary operation which didn't throw exception.
If(boolean, T, T) - Constructor for class com.github.dgroup.dockertest.scalar.If
Ctor.
If(boolean, T, Scalar<T>) - Constructor for class com.github.dgroup.dockertest.scalar.If
Ctor.
If(Scalar<Boolean>, Scalar<T>, Scalar<T>) - Constructor for class com.github.dgroup.dockertest.scalar.If
Ctor.
If(Ternary<T>) - Constructor for class com.github.dgroup.dockertest.scalar.If
Ctor.
ImageOf - Class in com.github.dgroup.dockertest.cmd.arg
Docker image specified by the user from shell.
ImageOf(String, String) - Constructor for class com.github.dgroup.dockertest.cmd.arg.ImageOf
Ctor.
ImageOf(List<String>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.ImageOf
Ctor.
invokeAll(Collection<? extends Callable<X>>) - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 
invokeAll(Collection<? extends Callable<X>>, long, TimeUnit) - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 
invokeAny(Collection<? extends Callable<X>>) - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 
invokeAny(Collection<? extends Callable<X>>, long, TimeUnit) - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 
Is(int, TimeUnit) - Constructor for class com.github.dgroup.dockertest.concurrent.Timeout.Is
Ctor.
Is(long, TimeUnit) - Constructor for class com.github.dgroup.dockertest.concurrent.Timeout.Is
Ctor.
Is(TgOutputPredicate...) - Constructor for class com.github.dgroup.dockertest.yml.TgOutput.Is
Ctor.
Is(Collection<TgOutputPredicate>) - Constructor for class com.github.dgroup.dockertest.yml.TgOutput.Is
Ctor.
isEmpty() - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
isShutdown() - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 
isTerminated() - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 
ItemsEndsWith - Class in com.github.dgroup.dockertest.hamcrest
Hamcrest matcher to compare two collections of String and ensure that the elements from collection A ends with elements from collection B.
ItemsEndsWith(String...) - Constructor for class com.github.dgroup.dockertest.hamcrest.ItemsEndsWith
Ctor.
ItemsEndsWith(Scalar<Collection<String>>) - Constructor for class com.github.dgroup.dockertest.hamcrest.ItemsEndsWith
Ctor.
iterator() - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
iterator() - Method in class com.github.dgroup.dockertest.Help
 
iterator() - Method in class com.github.dgroup.dockertest.io.file.Children
 
iterator() - Method in class com.github.dgroup.dockertest.Logo
 
iterator() - Method in class com.github.dgroup.dockertest.process.output.TextCmdOutput
 
iterator() - Method in class com.github.dgroup.dockertest.test.output.std.MsgFailed
 
iterator() - Method in class com.github.dgroup.dockertest.test.output.std.MsgPassed
 

J

Joined - Class in com.github.dgroup.dockertest.text
Represents different objects like arrays, iterables, etc as string joined by particular delimiter.
Joined(String...) - Constructor for class com.github.dgroup.dockertest.text.Joined
Ctor.
Joined(Text...) - Constructor for class com.github.dgroup.dockertest.text.Joined
Ctor.
Joined(Iterable<String>) - Constructor for class com.github.dgroup.dockertest.text.Joined
Ctor.
Joined(Iterable<String>, String) - Constructor for class com.github.dgroup.dockertest.text.Joined
Ctor.
Joined(Iterator<String>, String) - Constructor for class com.github.dgroup.dockertest.text.Joined
Ctor.
Joined(Iterable<String>, Scalar<String>) - Constructor for class com.github.dgroup.dockertest.text.Joined
Ctor.

L

last(String) - Method in class com.github.dgroup.dockertest.text.cutted.Between
Cut text between left and last occurrence of right border.
lines() - Method in class com.github.dgroup.dockertest.test.Output.Fake
 
Logo - Class in com.github.dgroup.dockertest
Application logo.
Logo() - Constructor for class com.github.dgroup.dockertest.Logo
Ctor.
Logo(Scalar<String>) - Constructor for class com.github.dgroup.dockertest.Logo
Ctor.

M

main(String...) - Static method in class com.github.dgroup.dockertest.App
Start point.
Mapped<X,Y> - Class in com.github.dgroup.dockertest.cmd.arg
Map function to the Arg.
Mapped(Func<X, Y>, Arg<X>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.Mapped
Ctor.
Mapped<X,Y> - Class in com.github.dgroup.dockertest.scalar
Map function for particular Scalar.
Mapped(Func<X, Y>, Scalar<X>) - Constructor for class com.github.dgroup.dockertest.scalar.Mapped
Ctor.
matchesSafely(Arg<T>, Description) - Method in class com.github.dgroup.dockertest.cmd.HasValue
 
matchesSafely(Arg<Collection<T>>, Description) - Method in class com.github.dgroup.dockertest.cmd.HasValues
 
matchesSafely(Timeout, Description) - Method in class com.github.dgroup.dockertest.concurrent.Timeout.Is
 
matchesSafely(Collection<X>, Description) - Method in class com.github.dgroup.dockertest.hamcrest.HamcrestCollectionEnvelope
 
matchesSafely(TgOutputPredicate, Description) - Method in class com.github.dgroup.dockertest.yml.tag.output.TgPredicateIs
 
matchesSafely(TgOutput, Description) - Method in class com.github.dgroup.dockertest.yml.TgOutput.Is
 
measure() - Method in interface com.github.dgroup.dockertest.concurrent.Timeout
Timeout unit.
measure() - Method in class com.github.dgroup.dockertest.concurrent.Timeout.No
 
measure() - Method in class com.github.dgroup.dockertest.concurrent.TimeoutOf
 
message() - Method in exception com.github.dgroup.dockertest.AppException
Application error message.
MsgFailed - Class in com.github.dgroup.dockertest.test.output.std
Message to standard output about failed testing.
MsgFailed(TestOutcome) - Constructor for class com.github.dgroup.dockertest.test.output.std.MsgFailed
Ctor.
MsgFailed(TestOutcome, int) - Constructor for class com.github.dgroup.dockertest.test.output.std.MsgFailed
Ctor.
MsgFailed(TestOutcome, Text) - Constructor for class com.github.dgroup.dockertest.test.output.std.MsgFailed
Ctor.
MsgPassed - Class in com.github.dgroup.dockertest.test.output.std
Message to standard output about passed testing.
MsgPassed(TestOutcome) - Constructor for class com.github.dgroup.dockertest.test.output.std.MsgPassed
Ctor.
MsgPassed(String) - Constructor for class com.github.dgroup.dockertest.test.output.std.MsgPassed
Ctor.
MsgPassed(Scalar<String>) - Constructor for class com.github.dgroup.dockertest.test.output.std.MsgPassed
Ctor.

N

name() - Method in class com.github.dgroup.dockertest.cmd.arg.Alternative
 
name() - Method in class com.github.dgroup.dockertest.cmd.Arg.Fake
 
name() - Method in class com.github.dgroup.dockertest.cmd.arg.Mapped
 
name() - Method in interface com.github.dgroup.dockertest.cmd.Arg
Fetch name of command-line argument.
name() - Method in class com.github.dgroup.dockertest.cmd.arg.Unchecked
 
name() - Method in class com.github.dgroup.dockertest.text.TextFile
The name of original file.
name() - Method in interface com.github.dgroup.dockertest.yml.Tag
Represent tag name as string.
name() - Method in class com.github.dgroup.dockertest.yml.tag.TgEnvelope
 
name() - Method in class com.github.dgroup.dockertest.yml.tag.UncheckedTag
 
Named - Class in com.github.dgroup.dockertest.concurrent.scalar
Rename the Thread within the particular pattern.
Named(Text, Scalar<Thread>) - Constructor for class com.github.dgroup.dockertest.concurrent.scalar.Named
Ctor.
Named(Scalar<Text>, Scalar<Thread>) - Constructor for class com.github.dgroup.dockertest.concurrent.scalar.Named
Ctor.
newThread(Runnable) - Method in class com.github.dgroup.dockertest.concurrent.Demons
 
next() - Method in class com.github.dgroup.dockertest.iterator.Duplex
 
No() - Constructor for class com.github.dgroup.dockertest.concurrent.Timeout.No
 

O

OccuredIn - Class in com.github.dgroup.dockertest.text
Function to check that string has expected amount of occurrences of particular string/symbol/etc.
OccuredIn(String, String) - Constructor for class com.github.dgroup.dockertest.text.OccuredIn
Ctor.
Output - Interface in com.github.dgroup.dockertest.test
Represent an output where we can print the testing results (std out, xml, html, etc).
output() - Method in class com.github.dgroup.dockertest.yml.tag.test.TgTestOf
 
output() - Method in class com.github.dgroup.dockertest.yml.tag.test.UncheckedTgTest
 
output() - Method in class com.github.dgroup.dockertest.yml.TgTest.Fake
 
output() - Method in interface com.github.dgroup.dockertest.yml.TgTest
List of expected conditions, which should be applied to output.
Output.Fake - Class in com.github.dgroup.dockertest.test
Fake instance for unit testing purposes.
OutputOf - Class in com.github.dgroup.dockertest.cmd.arg
Application output implementation of Arg.
OutputOf(Output, String...) - Constructor for class com.github.dgroup.dockertest.cmd.arg.OutputOf
Ctor.
OutputOf(Output, List<String>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.OutputOf
Ctor.
OutputOf(Output, Arg<String>, Func<String, Collection<Output>>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.OutputOf
Ctor.

P

path() - Method in class com.github.dgroup.dockertest.text.TextFile
Absolute path to the file.
print(TestingOutcome) - Method in class com.github.dgroup.dockertest.test.Output.Fake
 
print(TestingOutcome) - Method in class com.github.dgroup.dockertest.test.output.HtmlOutput
 
print(TestingOutcome) - Method in interface com.github.dgroup.dockertest.test.Output
Print testing outcome.
print(Text) - Method in class com.github.dgroup.dockertest.test.output.std.Std.Fake
 
print(String) - Method in class com.github.dgroup.dockertest.test.output.std.Std.Fake
 
print(Iterable<String>) - Method in class com.github.dgroup.dockertest.test.output.std.Std.Fake
 
print(String, Exception) - Method in class com.github.dgroup.dockertest.test.output.std.Std.Fake
 
print(TestingOutcome) - Method in class com.github.dgroup.dockertest.test.output.std.Std.Fake
 
print(Text) - Method in interface com.github.dgroup.dockertest.test.output.std.Std
Print text to single line.
print(String) - Method in interface com.github.dgroup.dockertest.test.output.std.Std
Print text to single line.
print(Iterable<String>) - Method in interface com.github.dgroup.dockertest.test.output.std.Std
Print text to single line.
print(String, Exception) - Method in interface com.github.dgroup.dockertest.test.output.std.Std
Print app exception.
print(TestingOutcome) - Method in class com.github.dgroup.dockertest.test.output.std.StdOutput
 
print(Text) - Method in class com.github.dgroup.dockertest.test.output.std.StdOutput
 
print(String) - Method in class com.github.dgroup.dockertest.test.output.std.StdOutput
 
print(String, Exception) - Method in class com.github.dgroup.dockertest.test.output.std.StdOutput
 
print(Iterable<String>) - Method in class com.github.dgroup.dockertest.test.output.std.StdOutput
 
print(TestingOutcome) - Method in class com.github.dgroup.dockertest.test.output.XmlOutput
 
ProcessOf - Class in com.github.dgroup.dockertest.process
OS dependent system process.
ProcessOf(String...) - Constructor for class com.github.dgroup.dockertest.process.ProcessOf
Ctor.
ProcessOf(Iterable<String>) - Constructor for class com.github.dgroup.dockertest.process.ProcessOf
Ctor.
ProcessOf(Scalar<Process>) - Constructor for class com.github.dgroup.dockertest.process.ProcessOf
Ctor.
Property - Class in com.github.dgroup.dockertest.io
Represents single property from classpath.
Property(String) - Constructor for class com.github.dgroup.dockertest.io.Property
Ctor.
Property(String, String) - Constructor for class com.github.dgroup.dockertest.io.Property
Ctor.
Pull - Class in com.github.dgroup.dockertest.process.docker.cmd
Pull the Docker image.
Pull(String, DockerClient) - Constructor for class com.github.dgroup.dockertest.process.docker.cmd.Pull
Ctor.

R

rawOutput() - Method in class com.github.dgroup.dockertest.test.outcome.TestOutcomeOf
 
rawOutput() - Method in class com.github.dgroup.dockertest.test.TestOutcome.Fake
 
rawOutput() - Method in interface com.github.dgroup.dockertest.test.TestOutcome
The raw output from docker container.
RedText - Class in com.github.dgroup.dockertest.text.highlighted
Highlight text within red color via jansi library.
RedText(Object) - Constructor for class com.github.dgroup.dockertest.text.highlighted.RedText
Ctor.
remove(Object) - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
Remove - Class in com.github.dgroup.dockertest.process.docker.cmd
The process to remove the Docker container.
Remove(Text, DockerClient) - Constructor for class com.github.dgroup.dockertest.process.docker.cmd.Remove
Ctor.
removeAll(Collection<?>) - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
report(Output...) - Method in class com.github.dgroup.dockertest.test.outcome.TestingOutcomeOf
 
report(Iterable<Output>) - Method in class com.github.dgroup.dockertest.test.outcome.TestingOutcomeOf
 
report(Arg<Collection<Output>>) - Method in class com.github.dgroup.dockertest.test.outcome.TestingOutcomeOf
 
report(Output...) - Method in interface com.github.dgroup.dockertest.test.TestingOutcome
Print testing outcome to specified outputs.
report(Iterable<Output>) - Method in interface com.github.dgroup.dockertest.test.TestingOutcome
Print testing outcome to specified outputs.
report(Arg<Collection<Output>>) - Method in interface com.github.dgroup.dockertest.test.TestingOutcome
Print testing outcome to specified outputs.
Resources - Class in com.github.dgroup.dockertest.classpath
Represents collection of root folders within the class loaders.
Resources() - Constructor for class com.github.dgroup.dockertest.classpath.Resources
Ctor.
Resources(Scalar<Enumeration<URL>>) - Constructor for class com.github.dgroup.dockertest.classpath.Resources
Ctor.
retainAll(Collection<?>) - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
RootCauseOf - Class in com.github.dgroup.dockertest.exception
Represents root cause exception for particular exception.
RootCauseOf(Throwable) - Constructor for class com.github.dgroup.dockertest.exception.RootCauseOf
Ctor.
RootCauseOf(Scalar<Throwable>) - Constructor for class com.github.dgroup.dockertest.exception.RootCauseOf
Ctor.
Runtime - Interface in com.github.dgroup.dockertest.termination
Represent current application process.
Runtime.Fake - Class in com.github.dgroup.dockertest.termination
Fake implementation for unit testing purposes.
RuntimeOf - Class in com.github.dgroup.dockertest.termination
Represent current application process.
RuntimeOf() - Constructor for class com.github.dgroup.dockertest.termination.RuntimeOf
Ctor.
RuntimeOf(Scalar<Runtime>) - Constructor for class com.github.dgroup.dockertest.termination.RuntimeOf
Ctor.

S

SafeSet<T> - Class in com.github.dgroup.dockertest.collection
Null-safe set.
SafeSet(T...) - Constructor for class com.github.dgroup.dockertest.collection.SafeSet
Ctor.
SafeSet(Collection<T>) - Constructor for class com.github.dgroup.dockertest.collection.SafeSet
Ctor.
scenario() - Method in class com.github.dgroup.dockertest.test.outcome.TestOutcomeOf
 
scenario() - Method in class com.github.dgroup.dockertest.test.TestOutcome.Fake
 
scenario() - Method in interface com.github.dgroup.dockertest.test.TestOutcome
The name of testing scenario.
SetEnvelope<T> - Class in com.github.dgroup.dockertest.collection
Envelope for Set.
SetEnvelope(Scalar<Set<T>>) - Constructor for class com.github.dgroup.dockertest.collection.SetEnvelope
Ctor.
setup() - Method in class com.github.dgroup.dockertest.yml.tag.TagsOf
 
setup() - Method in class com.github.dgroup.dockertest.yml.tag.UncheckedTags
 
setup() - Method in interface com.github.dgroup.dockertest.yml.Tags
Give the setup tag.
shutdown() - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 
shutdownNow() - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 
shutdownWith(int) - Method in class com.github.dgroup.dockertest.termination.Runtime.Fake
 
shutdownWith(int) - Method in interface com.github.dgroup.dockertest.termination.Runtime
Shutdown current console application with particular exit code in order to notify the parent system process (for example bash script).
shutdownWith(int) - Method in class com.github.dgroup.dockertest.termination.RuntimeOf
 
SimplifiedFuture<X> - Interface in com.github.dgroup.dockertest.concurrent
Represent the function to map the Callable to the Future.
SimplifiedFuture.Fake<X> - Class in com.github.dgroup.dockertest.concurrent
Fake SimplifiedFuture for unit testing purposes.
size() - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
Sleeping(Timeout) - Constructor for class com.github.dgroup.dockertest.test.Test.Sleeping
Ctor.
specifiedByUser() - Method in class com.github.dgroup.dockertest.cmd.arg.Alternative
 
specifiedByUser() - Method in class com.github.dgroup.dockertest.cmd.Arg.Fake
 
specifiedByUser() - Method in class com.github.dgroup.dockertest.cmd.arg.Mapped
 
specifiedByUser() - Method in interface com.github.dgroup.dockertest.cmd.Arg
Verify existence of argument in the arguments specified by user.
specifiedByUser() - Method in class com.github.dgroup.dockertest.cmd.arg.Unchecked
 
Splitted - Class in com.github.dgroup.dockertest.text
Splitted text.
Splitted(String) - Constructor for class com.github.dgroup.dockertest.text.Splitted
Ctor.
Splitted(String, String) - Constructor for class com.github.dgroup.dockertest.text.Splitted
Ctor.
Splitted(Scalar<String>, String) - Constructor for class com.github.dgroup.dockertest.text.Splitted
Ctor.
Splitted(Scalar<String[]>) - Constructor for class com.github.dgroup.dockertest.text.Splitted
Ctor.
Stacktrace - Class in com.github.dgroup.dockertest.exception
Exception stacktrace.
Stacktrace(Throwable) - Constructor for class com.github.dgroup.dockertest.exception.Stacktrace
Ctor.
Stacktrace(Scalar<String>) - Constructor for class com.github.dgroup.dockertest.exception.Stacktrace
Ctor.
start() - Method in class com.github.dgroup.dockertest.App
Start the testing procedure: 1.
Start - Class in com.github.dgroup.dockertest.process.docker.cmd
The process to create and start a new Docker container.
Start(String, Text, DockerClient) - Constructor for class com.github.dgroup.dockertest.process.docker.cmd.Start
Ctor.
Std - Interface in com.github.dgroup.dockertest.test.output.std
Standard output for application progress.
Std.Fake - Class in com.github.dgroup.dockertest.test.output.std
Fake instance for unit-testing purposes.
StdOutput - Class in com.github.dgroup.dockertest.test.output.std
Standard output for printing app progress and testing results.
StdOutput() - Constructor for class com.github.dgroup.dockertest.test.output.std.StdOutput
Ctor.
StdOutput(PrintStream, String) - Constructor for class com.github.dgroup.dockertest.test.output.std.StdOutput
Ctor.
StrictIf<T> - Class in com.github.dgroup.dockertest.scalar
Throw exception in case if boolean condition is false.
StrictIf(boolean, T) - Constructor for class com.github.dgroup.dockertest.scalar.StrictIf
Ctor.
StrictIf(Scalar<Boolean>, Scalar<T>) - Constructor for class com.github.dgroup.dockertest.scalar.StrictIf
Ctor.
StrictIf(Scalar<Boolean>, Scalar<T>, Scalar<String>) - Constructor for class com.github.dgroup.dockertest.scalar.StrictIf
Ctor.
submit(Callable<X>) - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 
submit(Runnable, X) - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 
submit(Runnable) - Method in class com.github.dgroup.dockertest.concurrent.ExcsrvEnvelope
 
successful() - Method in class com.github.dgroup.dockertest.test.outcome.TestingOutcomeOf
 
successful() - Method in class com.github.dgroup.dockertest.test.outcome.TestOutcomeOf
 
successful() - Method in interface com.github.dgroup.dockertest.test.TestingOutcome
Checking all tests outcome for passed scenario's.
successful() - Method in class com.github.dgroup.dockertest.test.TestOutcome.Fake
 
successful() - Method in interface com.github.dgroup.dockertest.test.TestOutcome
The test status.

T

Tag<T> - Interface in com.github.dgroup.dockertest.yml
Named yaml tag with the value within the *.yml file.
TagOf<T> - Class in com.github.dgroup.dockertest.yml.tag
Represents a tag from *.yml file.
TagOf(T, String) - Constructor for class com.github.dgroup.dockertest.yml.tag.TagOf
Ctor.
Tags - Interface in com.github.dgroup.dockertest.yml
Represents *.yml file with tests as an object.
TagsOf - Class in com.github.dgroup.dockertest.yml.tag
Represents *.yml file with tests as an object.
TagsOf(TextFile) - Constructor for class com.github.dgroup.dockertest.yml.tag.TagsOf
Ctor.
Test - Interface in com.github.dgroup.dockertest.test
Represents single unit test for the docker image.
test(String) - Method in class com.github.dgroup.dockertest.yml.tag.output.TgOutputPredicateOf
 
test(String) - Method in class com.github.dgroup.dockertest.yml.tag.output.TgPredicateFake
 
test(String) - Method in interface com.github.dgroup.dockertest.yml.TgOutputPredicate
Compare expected value with actual.
Test.Sleeping - Class in com.github.dgroup.dockertest.test
Fake implementation of Test for unit testing purposes.
TestingFailedException - Exception in com.github.dgroup.dockertest.test
Notify the application that testing is failed.
TestingFailedException() - Constructor for exception com.github.dgroup.dockertest.test.TestingFailedException
Ctor.
TestingFailedException(String) - Constructor for exception com.github.dgroup.dockertest.test.TestingFailedException
Ctor.
TestingFailedException(Exception) - Constructor for exception com.github.dgroup.dockertest.test.TestingFailedException
Ctor.
TestingOutcome - Interface in com.github.dgroup.dockertest.test
Represents outcome for all tests.
TestingOutcomeOf - Class in com.github.dgroup.dockertest.test.outcome
Represents outcome for all tests.
TestingOutcomeOf(TestOutcome...) - Constructor for class com.github.dgroup.dockertest.test.outcome.TestingOutcomeOf
Ctor.
TestingOutcomeOf(Collection<TestOutcome>) - Constructor for class com.github.dgroup.dockertest.test.outcome.TestingOutcomeOf
Ctor.
TestingOutcomeOf(Scalar<Collection<TestOutcome>>, UncheckedScalar<Boolean>) - Constructor for class com.github.dgroup.dockertest.test.outcome.TestingOutcomeOf
Ctor.
TestOf - Class in com.github.dgroup.dockertest.test
Represents YML based implementation for single test.
TestOf(TgTest, DockerProcess) - Constructor for class com.github.dgroup.dockertest.test.TestOf
Ctor.
TestOutcome - Interface in com.github.dgroup.dockertest.test
Represents single test result.
TestOutcome.Fake - Class in com.github.dgroup.dockertest.test
Fake implementation for unit testing purposes.
TestOutcomeOf - Class in com.github.dgroup.dockertest.test.outcome
Default implementation of single test result.
TestOutcomeOf(TgTest, String, Collection<TgOutputPredicate>) - Constructor for class com.github.dgroup.dockertest.test.outcome.TestOutcomeOf
Ctor.
TestOutcomeOf(TgTest, Scalar<String>, Collection<TgOutputPredicate>) - Constructor for class com.github.dgroup.dockertest.test.outcome.TestOutcomeOf
Ctor.
tests() - Method in class com.github.dgroup.dockertest.yml.tag.TagsOf
 
tests() - Method in class com.github.dgroup.dockertest.yml.tag.UncheckedTags
 
tests() - Method in interface com.github.dgroup.dockertest.yml.Tags
Give the tests tag.
text() - Method in class com.github.dgroup.dockertest.process.CmdOutput.Fake
 
text() - Method in interface com.github.dgroup.dockertest.process.CmdOutput
Represent cmd output as string.
text() - Method in class com.github.dgroup.dockertest.process.output.TextCmdOutput
 
text() - Method in class com.github.dgroup.dockertest.text.cutted.Before
Cut text before right border.
text() - Method in class com.github.dgroup.dockertest.text.cutted.Cutted
Cutted text.
text() - Method in class com.github.dgroup.dockertest.text.Joined
 
Text - Interface in com.github.dgroup.dockertest.text
Text.
text() - Method in interface com.github.dgroup.dockertest.text.Text
Give the plain text.
text() - Method in class com.github.dgroup.dockertest.text.TextFile
File content.
text() - Method in class com.github.dgroup.dockertest.text.TextOf
 
text() - Method in class com.github.dgroup.dockertest.text.TextWithRepeatableArguments
 
TextCmdOutput - Class in com.github.dgroup.dockertest.process.output
Text output for docker command.
TextCmdOutput(String) - Constructor for class com.github.dgroup.dockertest.process.output.TextCmdOutput
Ctor.
TextCmdOutput(Scalar<String>) - Constructor for class com.github.dgroup.dockertest.process.output.TextCmdOutput
Ctor.
TextFile - Class in com.github.dgroup.dockertest.text
Read file to string.
TextFile(File) - Constructor for class com.github.dgroup.dockertest.text.TextFile
Ctor.
TextFile(Scalar<File>) - Constructor for class com.github.dgroup.dockertest.text.TextFile
Ctor.
TextFile(Scalar<File>, Charset) - Constructor for class com.github.dgroup.dockertest.text.TextFile
Ctor.
TextOf - Class in com.github.dgroup.dockertest.text
Represents a formatted Text which didn't throw the exception and verify amount of arguments passed to pattern.
TextOf(String, Object...) - Constructor for class com.github.dgroup.dockertest.text.TextOf
Ctor.
TextOf(String, Collection<Object>) - Constructor for class com.github.dgroup.dockertest.text.TextOf
Ctor.
TextWithRepeatableArguments - Class in com.github.dgroup.dockertest.text
Represents formatted text with repeatable arguments.
TextWithRepeatableArguments(String, Object...) - Constructor for class com.github.dgroup.dockertest.text.TextWithRepeatableArguments
Ctor.
TextWithRepeatableArguments(String, Collection<Object>) - Constructor for class com.github.dgroup.dockertest.text.TextWithRepeatableArguments
Ctor.
TgEnvelope<T> - Class in com.github.dgroup.dockertest.yml.tag
Tag envelope.
TgEnvelope(Scalar<T>, String) - Constructor for class com.github.dgroup.dockertest.yml.tag.TgEnvelope
Ctor.
TgOutput - Interface in com.github.dgroup.dockertest.yml
Represents yml tag /tests/test/output.
TgOutput.Is - Class in com.github.dgroup.dockertest.yml
Hamcrest matcher for unit testing purposes.
TgOutputOf - Class in com.github.dgroup.dockertest.yml.tag.output
Represents yml tag /tests/test/output.
TgOutputOf(Set<String>, Set<String>, Set<String>, Set<String>, Set<String>) - Constructor for class com.github.dgroup.dockertest.yml.tag.output.TgOutputOf
Ctor.
TgOutputPredicate - Interface in com.github.dgroup.dockertest.yml
Represents yml tag /tests/test/output/contains|equal|startsWith|endsWith.
TgOutputPredicateOf - Class in com.github.dgroup.dockertest.yml.tag.output
Default implementation of TgOutputPredicate.
TgOutputPredicateOf(String, String, BiFunc<String, String, Boolean>) - Constructor for class com.github.dgroup.dockertest.yml.tag.output.TgOutputPredicateOf
Ctor.
TgOutputPredicateOf(String, String, UncheckedBiFunc<String, String, Boolean>) - Constructor for class com.github.dgroup.dockertest.yml.tag.output.TgOutputPredicateOf
Ctor.
TgPredicateFake - Class in com.github.dgroup.dockertest.yml.tag.output
Fake implementation of TgOutputPredicate for the unit test purposes.
TgPredicateFake(String, String) - Constructor for class com.github.dgroup.dockertest.yml.tag.output.TgPredicateFake
Ctor.
TgPredicateFake(String, String, Func<String, Boolean>) - Constructor for class com.github.dgroup.dockertest.yml.tag.output.TgPredicateFake
Ctor.
TgPredicateIs - Class in com.github.dgroup.dockertest.yml.tag.output
Hamcrest matcher to test the code which returns TgOutputPredicate.
TgPredicateIs(String, String) - Constructor for class com.github.dgroup.dockertest.yml.tag.output.TgPredicateIs
Ctor.
TgPredicateIs(TgOutputPredicate) - Constructor for class com.github.dgroup.dockertest.yml.tag.output.TgPredicateIs
Ctor.
TgSetup - Interface in com.github.dgroup.dockertest.yml
Represents yml tag /setup.
TgSetupOf - Class in com.github.dgroup.dockertest.yml.tag.setup
Represents yml tag /setup.
TgSetupOf(Set<String>) - Constructor for class com.github.dgroup.dockertest.yml.tag.setup.TgSetupOf
Ctor.
TgTest - Interface in com.github.dgroup.dockertest.yml
Represents yml tag /tests/test.
TgTest.Fake - Class in com.github.dgroup.dockertest.yml
Fake instance for unit testing purposes.
TgTestOf - Class in com.github.dgroup.dockertest.yml.tag.test
Represents yml tag /tests/test.
TgTestOf(Tag<String>, Tag<String>, TgOutput) - Constructor for class com.github.dgroup.dockertest.yml.tag.test.TgTestOf
Ctor.
TgTests - Interface in com.github.dgroup.dockertest.yml
Represents yml tag /tests.
Timed - Class in com.github.dgroup.dockertest.process.docker
Elapsed time for docker process.
Timed(DockerProcess) - Constructor for class com.github.dgroup.dockertest.process.docker.Timed
Ctor.
TimedCmdOutput - Class in com.github.dgroup.dockertest.process.output
Output for docker command with elapsed time.
TimedCmdOutput(Instant, CmdOutput) - Constructor for class com.github.dgroup.dockertest.process.output.TimedCmdOutput
Ctor.
TimedCmdOutput(Instant, Instant, CmdOutput) - Constructor for class com.github.dgroup.dockertest.process.output.TimedCmdOutput
Ctor.
TimedCmdOutput(Duration, CmdOutput) - Constructor for class com.github.dgroup.dockertest.process.output.TimedCmdOutput
Ctor.
TimedCmdOutput(Double, CmdOutput) - Constructor for class com.github.dgroup.dockertest.process.output.TimedCmdOutput
Ctor.
Timeout - Interface in com.github.dgroup.dockertest.concurrent
Timeout with units and value.
timeout() - Method in class com.github.dgroup.dockertest.concurrent.Timeout.No
 
timeout() - Method in interface com.github.dgroup.dockertest.concurrent.Timeout
Timeout.
timeout() - Method in class com.github.dgroup.dockertest.concurrent.TimeoutOf
 
Timeout.Is - Class in com.github.dgroup.dockertest.concurrent
Hamcrest matcher for unit testing purposes.
Timeout.No - Class in com.github.dgroup.dockertest.concurrent
No timeout implementation.
TimeoutOf - Class in com.github.dgroup.dockertest.concurrent
Timeout.
TimeoutOf(String, TimeUnit) - Constructor for class com.github.dgroup.dockertest.concurrent.TimeoutOf
Ctor.
TimeoutOf(Integer, TimeUnit) - Constructor for class com.github.dgroup.dockertest.concurrent.TimeoutOf
Ctor.
TimeoutOf(Scalar<Long>, Scalar<TimeUnit>) - Constructor for class com.github.dgroup.dockertest.concurrent.TimeoutOf
Ctor.
TimeoutPerThread - Class in com.github.dgroup.dockertest.cmd.arg
Each test will be executed in separate thread.
TimeoutPerThread(String...) - Constructor for class com.github.dgroup.dockertest.cmd.arg.TimeoutPerThread
Ctor.
TimeoutPerThread(List<String>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.TimeoutPerThread
Ctor.
times(int, String) - Method in class com.github.dgroup.dockertest.text.OccuredIn
Compare the number of occurrences with the expected amount and throw the IllegalArgumentException in case mismatch.
TimingOut<X> - Class in com.github.dgroup.dockertest.concurrent.func
Fetch result from Future within particular timeout.
TimingOut(Scalar<Timeout>) - Constructor for class com.github.dgroup.dockertest.concurrent.func.TimingOut
Ctor.
toArray() - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
toArray(T...) - Method in class com.github.dgroup.dockertest.collection.SetEnvelope
 
toString() - Method in class com.github.dgroup.dockertest.concurrent.TimeoutOf
 
toString() - Method in class com.github.dgroup.dockertest.exception.Stacktrace
 
toString() - Method in class com.github.dgroup.dockertest.text.Joined
 
toString() - Method in class com.github.dgroup.dockertest.text.TextOf
 
toString() - Method in class com.github.dgroup.dockertest.text.TextWithRepeatableArguments
 
toString() - Method in class com.github.dgroup.dockertest.yml.tag.output.TgOutputPredicateOf
 
toString() - Method in class com.github.dgroup.dockertest.yml.tag.output.TgPredicateFake
 
toStringArray() - Method in class com.github.dgroup.dockertest.text.Splitted
Convert splitted values to the string array.

U

Unchecked<T> - Class in com.github.dgroup.dockertest.cmd.arg
Argument that doesn't throw the checked Exception.
Unchecked(Arg<T>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.Unchecked
Ctor.
Unchecked(Scalar<Arg<T>>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.Unchecked
Ctor.
UncheckedTag<T> - Class in com.github.dgroup.dockertest.yml.tag
Tag that doesn't throw checked YmlFormatException.
UncheckedTag(Tag<T>) - Constructor for class com.github.dgroup.dockertest.yml.tag.UncheckedTag
Ctor.
UncheckedTags - Class in com.github.dgroup.dockertest.yml.tag
Tags that doesn't throw checked YmlFormatException.
UncheckedTags(Tags) - Constructor for class com.github.dgroup.dockertest.yml.tag.UncheckedTags
Ctor.
UncheckedTgTest - Class in com.github.dgroup.dockertest.yml.tag.test
Unchecked implementation of TgTest.
UncheckedTgTest(TgTest) - Constructor for class com.github.dgroup.dockertest.yml.tag.test.UncheckedTgTest
Ctor.
UncheckedYmlFormatException - Exception in com.github.dgroup.dockertest.yml
Unchecked notification that *.yml file has a wrong structure.
UncheckedYmlFormatException(YmlFormatException) - Constructor for exception com.github.dgroup.dockertest.yml.UncheckedYmlFormatException
Ctor.
UnixProcess - Class in com.github.dgroup.dockertest.process.docker
Represents an instance of docker process on Unix-related systems.
UnixProcess(String...) - Constructor for class com.github.dgroup.dockertest.process.docker.UnixProcess
Ctor.
UnixProcess(Iterable<String>) - Constructor for class com.github.dgroup.dockertest.process.docker.UnixProcess
Ctor.
UnixProcess(Scalar<Process>) - Constructor for class com.github.dgroup.dockertest.process.docker.UnixProcess
Ctor.

V

value() - Method in class com.github.dgroup.dockertest.cmd.arg.Alternative
 
value() - Method in class com.github.dgroup.dockertest.cmd.Arg.Fake
 
value() - Method in class com.github.dgroup.dockertest.cmd.arg.Mapped
 
value() - Method in class com.github.dgroup.dockertest.cmd.arg.Unchecked
 
value() - Method in interface com.github.dgroup.dockertest.cmd.Arg
Fetch value of command-line argument.
value() - Method in class com.github.dgroup.dockertest.cmd.scalar.ArgAt
 
value() - Method in class com.github.dgroup.dockertest.cmd.scalar.ArgIn
 
value() - Method in class com.github.dgroup.dockertest.concurrent.scalar.Demonized
 
value() - Method in class com.github.dgroup.dockertest.concurrent.scalar.Named
 
value() - Method in class com.github.dgroup.dockertest.io.Property
 
value() - Method in class com.github.dgroup.dockertest.process.docker.Docker
 
value() - Method in class com.github.dgroup.dockertest.process.ProcessOf
 
value() - Method in class com.github.dgroup.dockertest.scalar.If
 
value() - Method in class com.github.dgroup.dockertest.scalar.Mapped
 
value() - Method in class com.github.dgroup.dockertest.scalar.StrictIf
 
value() - Method in class com.github.dgroup.dockertest.yml.tag.TgEnvelope
 
value() - Method in class com.github.dgroup.dockertest.yml.tag.UncheckedTag
 
value() - Method in interface com.github.dgroup.dockertest.yml.Tag
Represent tag value as string.
version() - Method in class com.github.dgroup.dockertest.yml.tag.TagsOf
 
version() - Method in class com.github.dgroup.dockertest.yml.tag.UncheckedTags
 
version() - Method in interface com.github.dgroup.dockertest.yml.Tags
Give the version tag.

W

waitFor() - Method in class com.github.dgroup.dockertest.process.FakeProcess
 

X

XmlOutput - Class in com.github.dgroup.dockertest.test.output
Print testing results to xml file.
XmlOutput() - Constructor for class com.github.dgroup.dockertest.test.output.XmlOutput
Ctor.
XmlOutput(String, String) - Constructor for class com.github.dgroup.dockertest.test.output.XmlOutput
Ctor.
XmlOutput(String, Scalar<Writer>) - Constructor for class com.github.dgroup.dockertest.test.output.XmlOutput
Ctor.

Y

YellowText - Class in com.github.dgroup.dockertest.text.highlighted
Highlight text within yellow color via jansi library.
YellowText(Object) - Constructor for class com.github.dgroup.dockertest.text.highlighted.YellowText
Ctor.
YmlFileOf - Class in com.github.dgroup.dockertest.cmd.arg
Path to YML file (with tests).
YmlFileOf(String...) - Constructor for class com.github.dgroup.dockertest.cmd.arg.YmlFileOf
Ctor.
YmlFileOf(List<String>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.YmlFileOf
Ctor.
YmlFormatException - Exception in com.github.dgroup.dockertest.yml
Notify that *.yml file has a wrong structure.
YmlFormatException() - Constructor for exception com.github.dgroup.dockertest.yml.YmlFormatException
Ctor.
YmlFormatException(String) - Constructor for exception com.github.dgroup.dockertest.yml.YmlFormatException
Ctor.
YmlFormatException(Throwable) - Constructor for exception com.github.dgroup.dockertest.yml.YmlFormatException
Ctor.
YmlFormatException(String, Throwable) - Constructor for exception com.github.dgroup.dockertest.yml.YmlFormatException
Ctor.
YmlFormatException(Text) - Constructor for exception com.github.dgroup.dockertest.yml.YmlFormatException
Ctor.
YmlFormatException(Tag<T>) - Constructor for exception com.github.dgroup.dockertest.yml.YmlFormatException
Ctor.
YmlFormatException(String, Object...) - Constructor for exception com.github.dgroup.dockertest.yml.YmlFormatException
Ctor.
YmlTags - Class in com.github.dgroup.dockertest.cmd.arg
YML file with tests as object.
YmlTags(Arg<File>) - Constructor for class com.github.dgroup.dockertest.cmd.arg.YmlTags
Ctor.
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links

Copyright © 2019. All rights reserved.