Skip to content

Other values as parameters instead of Strings #27

@volodya-lombrozo

Description

@volodya-lombrozo

As I understand jucs might return only Strings as a parameter. But in some cases I need byte[] or Path parameters.

@ParameterizedTest
@ClasspathSource(value = "bytecode", glob = "*.class")
void dissassemblesDecompilesCompilesAssembles(final byte[] bytecode) {
    //handles byte array
}

It would be nice to have this feature.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions