blob: 771231774550f04dd89468aa4b146afb0237af0a [file] [log] [blame]
// "Replace by @DataPoint method" "true"
class Foo {
@org.junit.experimental.theories.DataPoint
public static String typedMethodNameFromTemplates() {
return null;
}
}