Top "Parameterized" questions

JUnit's @Parameterized runner provides support for parameterized tests.

No tests found for given includes Error, when running Parameterized Unit test in Android Studio

I tried run Parameterized Unit Test as below in Android Studio. import android.test.suitebuilder.annotation.SmallTest; import junit.framework.…

android unit-testing android-studio parameterized parameterized-unit-test
How to pass string parameter with `IN` operator in stored procedure SQL Server 2008

I have a stored procedure when I execute it I got error Conversion failed when converting the varchar value '+@…

stored-procedures sql-server-2008-r2 parameterized
Changing names of parameterized tests

Is there a way to set my own custom test case names when using parameterized tests in JUnit4? I'd like …

java junit junit4 parameterized
Create multiple parameter sets in one parameterized class (junit)

Currently I have to create a parameterized test class for every method that I want to test with several different …

java junit parameterized parameterized-unit-test
How to pass build artifact into another job in Jenkins

Setup I have two jobs in Jenkins: build master - this builds the code and creates an artifact deploy master …

jenkins deployment parameterized
How should I pass a table name into a stored proc?

I just ran into a strange thing...there is some code on our site that is taking a giant SQL …

sql sql-server parameterized
passing parameter to jenkins job through curl POST not working?

I try to launch curl -X POST -u "user:pass" -H Jenkins-Crumb:thecrumbnumber http://myjenkinsserver/jenkins/job/testjob/buildWithParameters?=PARAMETER=…

curl post jenkins parameterized
When using JUnit's @Parameterized, can I have some tests still run only once

I use @Parameterized in many cases to run tests on a number of permutations. This works very well and keeps …

java junit junit4 parameterized
Table-Valued Functions in ORACLE 11g ? ( parameterized views )

I've seen discussions about this in the past, such as here. But I'm wondering if somewhere along the line, maybe 10…

oracle views oracle11g parameterized user-defined-functions
Java map, key = class, value = instance of that class

I'm not sure what I want to do is possible, but if it is, I want to find out how. …

java parameterized