MainApplicationTest.java 198B

1234567891011121314
  1. import static org.junit.Assert.*;
  2. import org.junit.After;
  3. import org.junit.Before;
  4. import org.junit.Test;
  5. /**
  6. * Created by leon on 11/6/17.
  7. */
  8. public class MainApplicationTest {
  9. }