Home
last modified time | relevance | path

Searched refs:conControl (Results 1 – 18 of 18) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jms/src/test/java/org/springframework/jms/connection/
H A DSingleConnectionFactoryTests.java51 conControl.replay(); in testWithConnection()
64 conControl.verify(); in testWithConnection()
78 conControl.replay(); in testWithQueueConnection()
91 conControl.verify(); in testWithQueueConnection()
105 conControl.replay(); in testWithTopicConnection()
118 conControl.verify(); in testWithTopicConnection()
137 conControl.replay(); in testWithConnectionFactory()
149 conControl.verify(); in testWithConnectionFactory()
168 conControl.replay(); in testWithQueueConnectionFactoryAndJms11Usage()
180 conControl.verify(); in testWithQueueConnectionFactoryAndJms11Usage()
[all …]
H A DJmsTransactionManagerTests.java75 conControl.replay(); in testTransactionCommit()
90 conControl.verify(); in testTransactionCommit()
114 conControl.replay(); in testTransactionRollback()
129 conControl.verify(); in testTransactionRollback()
153 conControl.replay(); in testParticipatingTransactionWithCommit()
179 conControl.verify(); in testParticipatingTransactionWithCommit()
203 conControl.replay(); in testParticipatingTransactionWithRollbackOnly()
236 conControl.verify(); in testParticipatingTransactionWithRollbackOnly()
266 conControl.replay(); in testSuspendedTransaction()
299 conControl.verify(); in testSuspendedTransaction()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/datasource/
H A DDataSourceTransactionManagerTests.java127 conControl.replay(); in doTestTransactionCommitRestoringAutoCommit()
159 conControl.verify(); in doTestTransactionCommitRestoringAutoCommit()
233 conControl.replay(); in doTestTransactionRollbackRestoringAutoCommit()
270 conControl.verify(); in doTestTransactionRollbackRestoringAutoCommit()
279 conControl.replay(); in testTransactionRollbackOnly()
313 conControl.verify(); in testTransactionRollbackOnly()
341 conControl.replay(); in doTestParticipatingTransactionWithRollbackOnly()
401 conControl.verify(); in doTestParticipatingTransactionWithRollbackOnly()
421 conControl.replay(); in testParticipatingTransactionWithIncompatibleIsolationLevel()
454 conControl.verify(); in testParticipatingTransactionWithIncompatibleIsolationLevel()
[all …]
H A DUserCredentialsDataSourceAdapterTests.java36 MockControl conControl = MockControl.createControl(Connection.class); in testStaticCredentials() local
37 Connection con = (Connection) conControl.getMock(); in testStaticCredentials()
41 conControl.replay(); in testStaticCredentials()
53 MockControl conControl = MockControl.createControl(Connection.class); in testNoCredentials() local
54 Connection con = (Connection) conControl.getMock(); in testNoCredentials()
58 conControl.replay(); in testNoCredentials()
68 MockControl conControl = MockControl.createControl(Connection.class); in testThreadBoundCredentials() local
69 Connection con = (Connection) conControl.getMock(); in testThreadBoundCredentials()
73 conControl.replay(); in testThreadBoundCredentials()
H A DDataSourceJtaTransactionTests.java90 conControl.replay(); in doTestJtaTransaction()
121 conControl.verify(); in doTestJtaTransaction()
213 conControl.replay(); in doTestJtaTransactionWithPropagationRequiresNew()
297 conControl.verify(); in doTestJtaTransactionWithPropagationRequiresNew()
298 conControl.reset(); in doTestJtaTransactionWithPropagationRequiresNew()
340 conControl.verify(); in doTestJtaTransactionWithPropagationRequiresNew()
533 conControl.replay(); in doTestJtaTransactionWithPropagationRequiresNewAndBeginException()
640 conControl.verify(); in doTestJtaTransactionWithPropagationRequiresNewAndBeginException()
682 conControl.reset(); in testJtaTransactionWithConnectionHolderStillBound()
688 conControl.replay(); in testJtaTransactionWithConnectionHolderStillBound()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/support/
H A DDataFieldMaxValueIncrementerTests.java73 conControl.setVoidCallable(2); in testHsqlMaxValueIncrementer()
76 conControl.replay(); in testHsqlMaxValueIncrementer()
95 conControl.verify(); in testHsqlMaxValueIncrementer()
129 conControl.setVoidCallable(2); in testMySQLMaxValueIncrementer()
132 conControl.replay(); in testMySQLMaxValueIncrementer()
150 conControl.verify(); in testMySQLMaxValueIncrementer()
182 conControl.setVoidCallable(2); in testPostgreSQLSequenceMaxValueIncrementer()
185 conControl.replay(); in testPostgreSQLSequenceMaxValueIncrementer()
199 conControl.verify(); in testPostgreSQLSequenceMaxValueIncrementer()
234 conControl.replay(); in testOracleSequenceMaxValueIncrementer()
[all …]
H A DNativeJdbcExtractorTests.java42 MockControl conControl = MockControl.createControl(Connection.class); in testSimpleNativeJdbcExtractor() local
43 Connection con = (Connection) conControl.getMock(); in testSimpleNativeJdbcExtractor()
49 conControl.setReturnValue(dbmd, 2); in testSimpleNativeJdbcExtractor()
52 conControl.replay(); in testSimpleNativeJdbcExtractor()
93 conControl.verify(); in testSimpleNativeJdbcExtractor()
106 MockControl conControl = MockControl.createControl(Connection.class); in testCommonsDbcpNativeJdbcExtractor() local
107 Connection con = (Connection) conControl.getMock(); in testCommonsDbcpNativeJdbcExtractor()
111 conControl.setReturnValue(null, 2); in testCommonsDbcpNativeJdbcExtractor()
114 conControl.replay(); in testCommonsDbcpNativeJdbcExtractor()
139 conControl.verify(); in testCommonsDbcpNativeJdbcExtractor()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/core/
H A DRowMapperTests.java43 private MockControl conControl; field in RowMapperTests
87 conControl.setReturnValue(stmt, 1); in testStaticQueryWithRowMapper()
97 conControl.replay(); in testStaticQueryWithRowMapper()
119 conControl.replay(); in testPreparedStatementCreatorWithRowMapper()
138 conControl.setReturnValue(ps, 1); in testPreparedStatementSetterWithRowMapper()
150 conControl.replay(); in testPreparedStatementSetterWithRowMapper()
170 conControl.setReturnValue(ps, 1); in testQueryWithArgsAndRowMapper()
183 conControl.replay(); in testQueryWithArgsAndRowMapper()
200 conControl.setReturnValue(ps, 1); in testQueryWithArgsAndTypesAndRowMapper()
213 conControl.replay(); in testQueryWithArgsAndTypesAndRowMapper()
[all …]
H A DStatementCreatorUtilsTests.java84 MockControl conControl = MockControl.createControl(Connection.class); in testSetParameterValueWithNullAndUnknownTypeOnInformix() local
85 Connection con = (Connection) conControl.getMock(); in testSetParameterValueWithNullAndUnknownTypeOnInformix()
93 conControl.setReturnValue(metaData, 1); in testSetParameterValueWithNullAndUnknownTypeOnInformix()
101 conControl.replay(); in testSetParameterValueWithNullAndUnknownTypeOnInformix()
104 conControl.verify(); in testSetParameterValueWithNullAndUnknownTypeOnInformix()
109 MockControl conControl = MockControl.createControl(Connection.class); in testSetParameterValueWithNullAndUnknownTypeOnDerbyEmbedded() local
110 Connection con = (Connection) conControl.getMock(); in testSetParameterValueWithNullAndUnknownTypeOnDerbyEmbedded()
118 conControl.setReturnValue(metaData, 1); in testSetParameterValueWithNullAndUnknownTypeOnDerbyEmbedded()
126 conControl.replay(); in testSetParameterValueWithNullAndUnknownTypeOnDerbyEmbedded()
129 conControl.verify(); in testSetParameterValueWithNullAndUnknownTypeOnDerbyEmbedded()
H A DAbstractRowMapperTests.java46 protected MockControl conControl; field in AbstractRowMapperTests
78 conControl = MockControl.createControl(Connection.class); in setUp()
79 con = (Connection) conControl.getMock(); in setUp()
81 conControl.setDefaultReturnValue(false); in setUp()
123 conControl.setReturnValue(stmt, 1); in setUp()
133 conControl.replay(); in setUp()
307 conControl.verify(); in verify()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.orm/src/test/java/org/springframework/orm/hibernate3/
H A DHibernateTransactionManagerTests.java113 conControl.replay(); in testTransactionCommit()
154 conControl.verify(); in testTransactionCommit()
335 conControl.replay(); in testTransactionCommitWithEarlyFlush()
377 conControl.verify(); in testTransactionCommitWithEarlyFlush()
625 conControl.replay(); in testParticipatingTransactionWithWithRequiresNew()
665 conControl.verify(); in testParticipatingTransactionWithWithRequiresNew()
704 conControl.replay(); in testParticipatingTransactionWithWithNotSupported()
946 conControl.replay(); in testTransactionCommitWithEntityInterceptor()
976 conControl.verify(); in testTransactionCommitWithEntityInterceptor()
1018 conControl.replay(); in testTransactionCommitWithEntityInterceptorBeanName()
[all …]
H A DHibernateTemplateTests.java385 MockControl conControl = MockControl.createControl(Connection.class); in testExecuteWithThreadBoundAndNewSession() local
386 Connection con = (Connection) conControl.getMock(); in testExecuteWithThreadBoundAndNewSession()
425 MockControl conControl = MockControl.createControl(Connection.class); in testExecuteWithThreadBoundAndNewSessionAndEntityInterceptor() local
426 Connection con = (Connection) conControl.getMock(); in testExecuteWithThreadBoundAndNewSessionAndEntityInterceptor()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.orm/src/test/java/org/springframework/orm/ibatis/
H A DSqlMapClientTests.java62 MockControl conControl = MockControl.createControl(Connection.class); in testSqlMapClientTemplate() local
63 Connection con = (Connection) conControl.getMock(); in testSqlMapClientTemplate()
67 conControl.setVoidCallable(1); in testSqlMapClientTemplate()
69 conControl.replay(); in testSqlMapClientTemplate()
98 conControl.verify(); in testSqlMapClientTemplate()
107 final Connection con = (Connection) conControl.getMock(); in testSqlMapClientTemplateWithNestedSqlMapSession()
109 conControl.replay(); in testSqlMapClientTemplateWithNestedSqlMapSession()
134 conControl.verify(); in testSqlMapClientTemplateWithNestedSqlMapSession()
143 Connection con = (Connection) conControl.getMock(); in testQueryForObjectOnSqlMapSession()
152 conControl.setVoidCallable(1); in testQueryForObjectOnSqlMapSession()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.orm/src/test/java/org/springframework/orm/jdo/
H A DJdoTransactionManagerTests.java859 conControl.replay(); in testTransactionCommitWithDataSource()
888 conControl.verify(); in testTransactionCommitWithDataSource()
929 conControl.replay(); in testTransactionCommitWithAutoDetectedDataSource()
958 conControl.verify(); in testTransactionCommitWithAutoDetectedDataSource()
995 conControl.replay(); in testTransactionCommitWithAutoDetectedDataSourceAndNoConnection()
1027 conControl.verify(); in testTransactionCommitWithAutoDetectedDataSourceAndNoConnection()
1063 conControl.setReturnValue(md, 1); in doTestExistingTransactionWithPropagationNestedAndRollback()
1065 conControl.setReturnValue(sp, 1); in doTestExistingTransactionWithPropagationNestedAndRollback()
1067 conControl.setVoidCallable(1); in doTestExistingTransactionWithPropagationNestedAndRollback()
1092 conControl.replay(); in doTestExistingTransactionWithPropagationNestedAndRollback()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/itemlibrary/
H A Ditemlibraryassetimportdialog.cpp529 QWidget *conControl = conWidgets.second; in createTab() local
533 if (!conditions.isEmpty() && conLabel && conControl) { in createTab()
561 enableConditionally(optCb, conLabel, conControl, mode); in createTab()
565 conditionalWidgetMap.insert(optCb, conControl); in createTab()
568 [optCb, conLabel, conControl, mode, enableConditionally]() { in createTab()
569 enableConditionally(optCb, conLabel, conControl, mode); in createTab()
588 enableConditionally(optSpin, conLabel, conControl, mode); in createTab()
591 [optSpin, conLabel, conControl, mode, enableConditionally]() { in createTab()
592 enableConditionally(optSpin, conLabel, conControl, mode); in createTab()
/dports/print/limereport/LimeReport-1.5.35/limereport/databrowser/
H A Dlrconnectiondialog.cpp42 ConnectionDialog::ConnectionDialog(LimeReport::IConnectionController *conControl, LimeReport::Conne… in ConnectionDialog() argument
44 …ui(new Ui::ConnectionDialog), m_connection(connectionDesc), m_controller(conControl), m_savedConne… in ConnectionDialog()
H A Dlrconnectiondialog.h46 …explicit ConnectionDialog(LimeReport::IConnectionController* conControl, LimeReport::ConnectionDes…
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.orm/src/test/java/org/springframework/orm/hibernate3/support/
H A DOpenSessionInViewTests.java476 MockControl conControl = MockControl.createControl(Connection.class); in testOpenSessionInViewFilterWithDeferredClose() local
477 Connection con = (Connection) conControl.getMock(); in testOpenSessionInViewFilterWithDeferredClose()
490 conControl.setReturnValue(false, 1); in testOpenSessionInViewFilterWithDeferredClose()
497 conControl.replay(); in testOpenSessionInViewFilterWithDeferredClose()
569 conControl.verify(); in testOpenSessionInViewFilterWithDeferredClose()