Skip to content

Extend fallback conversion to support CharSequence factory arguments #4815

@charphi

Description

@charphi

The "Fallback String-to-Object Conversion" in the parameterized tests only supports String as argument.
It would be nice to have CharSequence as well to ease these kind of use cases:

class MyClass {
  public static MyClass parse(CharSequence text) { ... }
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions