INT-2322
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.integration.jdbc;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
@@ -31,7 +32,7 @@ import org.springframework.integration.jdbc.storedproc.ProcedureParameter;
|
||||
import org.springframework.jdbc.core.RowMapper;
|
||||
import org.springframework.jdbc.core.SqlParameter;
|
||||
|
||||
public class StoredProcExecutorTest {
|
||||
public class StoredProcExecutorTests {
|
||||
|
||||
@Test
|
||||
public void testStoredProcExecutorWithNullDataSource() {
|
||||
@@ -13,6 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.integration.jdbc.storedproc;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
@@ -25,7 +26,7 @@ import java.util.Map;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class ProcedureParameterTest {
|
||||
public class ProcedureParameterTests {
|
||||
|
||||
@Test
|
||||
public void testProcedureParameterStringObjectString() {
|
||||
Reference in New Issue
Block a user