com.tngtech.jgiven.annotation
Annotation Type Formatf


@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Formatf

A special format annotation that uses the formatting known from the String.format method.

Note that this uses the default locale returned from Locale.getDefault()


Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
"%s"


Copyright © 2014 TNG Technology Consulting. All rights reserved.