
com.github.tonivade.purecheck.spec.IOTestSpec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of purecheck Show documentation
Show all versions of purecheck Show documentation
Pure Functional Testing Library
The newest version!
/*
* Copyright (c) 2020-2024, Antonio Gabriel Muñoz Conejo
* Distributed under the terms of the MIT License
*/
package com.github.tonivade.purecheck.spec;
import com.github.tonivade.purecheck.TestSpec;
import com.github.tonivade.purefun.monad.IO;
import com.github.tonivade.purefun.typeclasses.Instance;
/**
* A silly class to define the test case factory and reuse
*
* @author tonivade
*/
public abstract class IOTestSpec extends TestSpec, E> {
protected IOTestSpec() {
super(new Instance>() {});
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy