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

com.github.tonivade.purecheck.spec.IOTestSpec Maven / Gradle / Ivy

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