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

de.a9d3.testing.GlobalStatics Maven / Gradle / Ivy

Go to download

A project which helps you testing your java classes for basic things like getter==setter, hashCode and equals methods and other programming schemas. Also provides a convenient way to instantiate classes with seeded random data.

The newest version!
package de.a9d3.testing;

public final class GlobalStatics {
    public static final String GIT_REPO = "https://github.com/Mixermachine/base-test";
    public static final String GIT_REPO_MD = GIT_REPO;
    public static final String TEST_DATA_PROVIDER_WIKI = GIT_REPO + "/wiki/Creating-a-custom-TestDataProvider";

    private GlobalStatics() {
        // should not be initialized
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy