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

io.alapierre.ksef.client.test.AbstractClientTest Maven / Gradle / Ivy

The newest version!
package io.alapierre.ksef.client.test;

import io.alapierre.ksef.client.ApiClient;

/**
 * @author Adrian Lapierre {@literal [email protected]}
 * Copyrights by original author 2023.04.10
 */
public abstract class AbstractClientTest {

    protected abstract ApiClient client();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy