| com.bostechcorp.cbesb.runtime.component.jdbc.TestJdbcProvider
TestJdbcProvider | public class TestJdbcProvider extends TestCase (Code) | | JDBC component TestCase.
|
Field Summary | |
protected JBIContainer | container |
Method Summary | |
protected void | setUp() | protected void | tearDown() | public void | testUseCase1() Testing the "execute" format of Request Message that contain the "pageSize"
attribute, "keepOpen" attribute, question mark placeholder and "var" elements. | public void | testUseCase2() Testing the "get_page" format of Request Message that contain the absolute
page number, the value "NEXT" and "PREVIOUS". | public void | testUseCase3() Testing Request Message - transaction: COMMIT, ROLLBACK, BEGIN and END. | public void | testUseCase4() Delete the record which is added by usecase 3. | public void | testUseCase5() Testing Request Message - transaction: COMMIT, ROLLBACK, BEGIN and END. |
container | protected JBIContainer container(Code) | | |
testUseCase1 | public void testUseCase1() throws Throwable(Code) | | Testing the "execute" format of Request Message that contain the "pageSize"
attribute, "keepOpen" attribute, question mark placeholder and "var" elements.
throws: Throwable - |
testUseCase2 | public void testUseCase2() throws Throwable(Code) | | Testing the "get_page" format of Request Message that contain the absolute
page number, the value "NEXT" and "PREVIOUS".
throws: Throwable - |
testUseCase3 | public void testUseCase3() throws Exception(Code) | | Testing Request Message - transaction: COMMIT, ROLLBACK, BEGIN and END.
transaction BEGIN -> insert -> COMMIT -> END.
throws: Exception - |
testUseCase4 | public void testUseCase4() throws Exception(Code) | | Delete the record which is added by usecase 3.
throws: Exception - |
testUseCase5 | public void testUseCase5() throws Exception(Code) | | Testing Request Message - transaction: COMMIT, ROLLBACK, BEGIN and END.
transaction BEGIN -> insert -> ROLLBACK -> END.
throws: Exception - |
|
|