org.assertj.core.util
Class TextFileWriter
java.lang.Object
org.assertj.core.util.TextFileWriter
public class TextFileWriter
- extends Object
- Author:
- Yvonne Wang, Olivier Michallat
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static TextFileWriter instance()
write
public void write(File file,
String... content)
throws IOException
- Throws:
IOException
write
public void write(File file,
Charset charset,
String... content)
throws IOException
- Throws:
IOException
Copyright © 2013–2015 AssertJ. All rights reserved.