#539 More Checkstyle fixes
This commit is contained in:
@ -24,6 +24,9 @@ package com.iluwatar.converter;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* App running test
|
||||
*/
|
||||
public class AppTest {
|
||||
|
||||
@Test
|
||||
|
@ -31,6 +31,9 @@ import java.util.Random;
|
||||
|
||||
import static junit.framework.TestCase.assertEquals;
|
||||
|
||||
/**
|
||||
* Tests for {@link Converter}
|
||||
*/
|
||||
public class ConverterTest {
|
||||
|
||||
private UserConverter userConverter = new UserConverter();
|
||||
|
Reference in New Issue
Block a user