com.atlassian.pageobjects
Interface TestedProductFactory.TesterFactory<T>

Type Parameters:
T - The tester type
All Known Implementing Classes:
TestedProductFactory.SingletonTesterFactory
Enclosing class:
TestedProductFactory

public static interface TestedProductFactory.TesterFactory<T>

A factory for Tester instances


Method Summary
 T create()
           
 

Method Detail

create

T create()
Returns:
The tester instance to be used through the tested product


Copyright © 2014 Atlassian. All rights reserved.