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

com.github.anhem.testpopulator.config.BuilderPattern Maven / Gradle / Ivy

Go to download

Populate java classes with fixed or random data using reflection. Facilitates the creation of objects in tests.

The newest version!
package com.github.anhem.testpopulator.config;

public enum BuilderPattern {

    LOMBOK,
    IMMUTABLES
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy