Uses of Interface
org.arquillian.cube.spi.Cube
Packages that use Cube
-
Uses of Cube in org.arquillian.cube.spi
Classes in org.arquillian.cube.spi that implement CubeMethods in org.arquillian.cube.spi with type parameters of type CubeMethods in org.arquillian.cube.spi that return CubeMethods in org.arquillian.cube.spi that return types with arguments of type CubeModifier and TypeMethodDescriptionCubeRegistry.getByMetadata(Class<? extends CubeMetadata> metadata) CubeRegistry.getCubes()Methods in org.arquillian.cube.spi with parameters of type Cube -
Uses of Cube in org.arquillian.cube.spi.event
Constructors in org.arquillian.cube.spi.event with parameters of type CubeModifierConstructorDescriptionCreateCube(Cube<?> cube) DestroyCube(Cube<?> cube) PreRunningCube(Cube<?> cube)