blob: 60493b01aa765e149e702bd9c3618feebbe882b0 [file] [log] [blame]
// "Replace by @DataPoint field" "true"
class Foo {
@org.junit.experimental.theories.DataPoint
public static String qweBarasd = "a" + "b" + "c";
}