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

com.tngtech.jgiven.config.FormatterConfiguration Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.tngtech.jgiven.config;

import com.tngtech.jgiven.format.Formatter;

public interface FormatterConfiguration {
    Formatter getFormatter( Class typeToBeFormatted );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy