C - the type of Component the ComponentFixture to create can handle.F - the type of ComponentFixture this extension can create.public abstract class ComponentFixtureExtension<C extends Component,F extends AbstractComponentFixture<?,C,?>> extends Object
AbstractContainerFixture. This extension creates new
AbstractComponentFixtures that can handle Components inside a AbstractContainerFixture's
Container.| Constructor and Description |
|---|
ComponentFixtureExtension() |
@Nonnull public abstract F createFixture(@Nonnull Robot robot, @Nonnull Container root)
AbstractComponentFixture.robot - the Robot to pass to the new fixture.root - the container where the component to handle by the created fixture is contained.ComponentFixture.Copyright © 2014 AssertJ. All rights reserved.