net.thucydides.core.annotations
Annotation Type NamedUrls


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface NamedUrls

Define the URLs that a given Page Object works with. A Page Object is designed to work with a particular page. This annotation lets you define a URL or a set of URLs that work with a particular page.

Author:
johnsmart

Required Element Summary
 NamedUrl[] value
           
 

Element Detail

value

public abstract NamedUrl[] value


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.