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

org.pitest.mutationtest.incremental.WriterFactory Maven / Gradle / Ivy

There is a newer version: 1.16.1
Show newest version
package org.pitest.mutationtest.incremental;

import java.io.PrintWriter;

public interface WriterFactory {

  PrintWriter create();

  void close();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy