java.lang.Object
org.saynotobugs.confidence.junit5.engine.procedure.WithFile
All Implemented Interfaces:
org.dmfs.jems2.FragileProcedure<File,IOException>

public final class WithFile extends Object implements org.dmfs.jems2.FragileProcedure<File,IOException>
Initialization procedure for File directory Resources that creates a file inside that directory.
  • Constructor Details

    • WithFile

      public WithFile(String name)
    • WithFile

      public WithFile(String name, String data)
    • WithFile

      public WithFile(String name, String data, Charset charset)
    • WithFile

      public WithFile(String name, byte[] data)
  • Method Details