|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTestCase
org.springframework.batch.item.database.BatchSqlUpdateItemWriterTests
public class BatchSqlUpdateItemWriterTests
| Field Summary | |
|---|---|
protected List |
list
|
| Constructor Summary | |
|---|---|
BatchSqlUpdateItemWriterTests()
|
|
| Method Summary | |
|---|---|
protected void |
setUp()
|
protected void |
tearDown()
|
void |
testAfterPropertiesSet()
Test method for BatchSqlUpdateItemWriter.afterPropertiesSet(). |
void |
testClear()
Test method for AbstractTransactionalResourceItemWriter.clear(). |
void |
testEmptyFlush()
Flushing without writing items previously should be handled gracefully. |
void |
testFlush()
Test method for AbstractTransactionalResourceItemWriter.flush(). |
void |
testWrite()
Test method for AbstractTransactionalResourceItemWriter.write(java.lang.Object). |
void |
testWriteAndFlush()
Test method for AbstractTransactionalResourceItemWriter.flush(). |
void |
testWriteAndFlushWithFailure()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List list
| Constructor Detail |
|---|
public BatchSqlUpdateItemWriterTests()
| Method Detail |
|---|
protected void setUp()
throws Exception
Exception
protected void tearDown()
throws Exception
Exception
public void testAfterPropertiesSet()
throws Exception
BatchSqlUpdateItemWriter.afterPropertiesSet().
Exception
public void testWrite()
throws Exception
AbstractTransactionalResourceItemWriter.write(java.lang.Object).
Exceptionpublic void testClear()
AbstractTransactionalResourceItemWriter.clear().
public void testFlush()
AbstractTransactionalResourceItemWriter.flush().
public void testWriteAndFlush()
throws Exception
AbstractTransactionalResourceItemWriter.flush().
Exception
public void testWriteAndFlushWithFailure()
throws Exception
Exceptionpublic void testEmptyFlush()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||