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 ComponentFixture<C>> extends Object
ContainerFixture. This extension
creates new ComponentFixtures managing components inside a
ContainerFixture's Container.| Constructor and Description |
|---|
ComponentFixtureExtension() |
public abstract F createFixture(Robot robot, Container root)
ComponentFixture.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 © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.