No effective change - code format and tidy

This commit is contained in:
rbygrave
2015-05-14 22:42:37 +12:00
parent ed18cbcabf
commit 6a02a8d69f
63 changed files with 1314 additions and 1328 deletions
@@ -0,0 +1,31 @@
package com.avaje.ebeaninternal.server.type;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Created by rob on 14/05/15.
*/
public class ConvertInetAddressesTest {
@Test
public void testForString() throws Exception {
}
@Test
public void testIsInetAddress() throws Exception {
}
@Test
public void testToUriString() throws Exception {
}
@Test
public void testForUriString() throws Exception {
}
}
@@ -0,0 +1,16 @@
package com.avaje.ebeaninternal.server.type;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Created by rob on 14/05/15.
*/
public class DefaultTypeFactoryTest {
@Test
public void testCreateBoolean() throws Exception {
}
}