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

de.ppi.deepsampler.junit.DefaultPersistentSampleManagerProvider Maven / Gradle / Ivy

/*
 * Copyright 2020  PPI AG (Hamburg, Germany)
 * This program is made available under the terms of the MIT License.
 */

package de.ppi.deepsampler.junit;

import de.ppi.deepsampler.persistence.json.JsonSourceManager;

public class DefaultPersistentSampleManagerProvider implements PersistentSampleManagerProvider {

    @Override
    public JsonSourceManager.Builder configurePersistentSampleManager() {
        return JsonSourceManager.builder();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy