/* * Copyright LGPL3 * YES Technology Association * http://yestech.org * * http://www.opensource.org/licenses/lgpl-3.0.html */ package org.yestech.lib.io; import org.junit.Before; import org.junit.Test; import org.junit.Ignore; /** * * */ @Ignore public class AutoFlushingPrintWriterUnitTest { @Before public void setUp() { // Add your code here } @Test public void testWrite() { // Add your code here } }