com.atlassian.webdriver.testing.annotation
Annotation Type TestedProductClass


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface TestedProductClass

Marks a test class with a 'hint' what tested product class should be used to create context and run that test.

Since:
2.1

Required Element Summary
 Class<? extends TestedProduct<?>> value
           
 

Element Detail

value

public abstract Class<? extends TestedProduct<?>> value


Copyright © 2014 Atlassian. All rights reserved.