Merge pull request #5425 from eugenp/BAEL-2257-3

BAEL-2257: Renamed OutputStreamExamplesTest to *UnitTest
This commit is contained in:
Eric Martin
2018-10-10 22:14:53 -05:00
committed by GitHub
@@ -8,7 +8,7 @@ import java.io.IOException;
import org.junit.Before;
import org.junit.Test;
public class OutputStreamExamplesTest {
public class OutputStreamExamplesUnitTest {
StringBuilder filePath = new StringBuilder();