BAEL-2257: Renamed OutputStreamExamplesTest to *UnitTest

This commit is contained in:
eric-martin 2018-10-10 22:09:45 -05:00
parent ed584952aa
commit e908b96eef
1 changed files with 1 additions and 1 deletions

View File

@ -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();