Class AbstractContainerGroupAssert<I extends AbstractContainerGroupAssert<I,C>,C extends ContainerGroup>

java.lang.Object
org.assertj.core.api.AbstractAssert<I,C>
io.github.ascopes.jct.assertions.AbstractContainerGroupAssert<I,C>
Type Parameters:
I - the assertion implementation type.
C - the container group type.
All Implemented Interfaces:
Assert<I,C>, Descriptable<I>, ExtensionPoints<I,C>
Direct Known Subclasses:
ModuleContainerGroupAssert, OutputContainerGroupAssert, PackageContainerGroupAssert

@API(since="0.0.1", status=STABLE) public abstract class AbstractContainerGroupAssert<I extends AbstractContainerGroupAssert<I,C>,C extends ContainerGroup> extends AbstractAssert<I,C>
Base assertions that can be performed on a container group.
Since:
0.0.1
Author:
Ashley Scopes