Refactor bootique (#2380)

This commit is contained in:
Grzegorz Piwowarek
2017-08-06 13:23:19 +02:00
committed by GitHub
parent 40b3cc7d2b
commit b6e59c2ae7
8 changed files with 64 additions and 71 deletions

View File

@@ -1,15 +1,11 @@
package com.baeldung.hashcode.application;
import com.baeldung.hashcode.entities.User;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java.util.HashMap;
import java.util.Map;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
public class ApplicationTest {