public class SqlDateValueFactoryTest extends CommonAsserts
Date creation.| Modifier and Type | Field and Description |
|---|---|
(package private) PropertySet |
pset |
(package private) SqlDateValueFactory |
vf |
| Constructor and Description |
|---|
SqlDateValueFactoryTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testBasics() |
void |
testCreateFromBigDecimal() |
void |
testCreateFromBigInteger() |
void |
testCreateFromBit() |
void |
testCreateFromBytes() |
void |
testCreateFromDate() |
void |
testCreateFromDouble() |
void |
testCreateFromLong() |
void |
testCreateFromNull() |
void |
testCreateFromTime() |
void |
testCreateFromTimestamp() |
assertThrowsPropertySet pset
SqlDateValueFactory vf
@Test public void testBasics()
@Test public void testCreateFromDate()
@Test public void testCreateFromTime()
@Test public void testCreateFromTimestamp()
@Test public void testCreateFromLong()
@Test public void testCreateFromBigInteger()
@Test public void testCreateFromDouble()
@Test public void testCreateFromBigDecimal()
@Test public void testCreateFromBytes()
@Test public void testCreateFromBit()
@Test public void testCreateFromNull()