mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - code format and tidy
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user