All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.team33.patterns.arbitrary.mimas.noSupplierMethodFound4Parameter.txt Maven / Gradle / Ivy

Go to download

Provides classes that support the generation of arbitrary values of virtually any type.

The newest version!
No appropriate supplier method found!

    source type:           %1$s
    target type:           %2$s
    target constructor:    %3$s
    constructor parameter: %4$s

    Consider ignoring "%4$s" or defining a method in the source type that looks something like this (if possible):

    public final %5$s any%6$s() {
        return new %5$s()...;
    }

    Feel free to choose another name for that method.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy