Top "Parameterized" questions

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

Is it possible to replace the entire Repository Url with a parameterized string in Hudson/Jenkins?

In Hudson/Jenkins, is it possible to replace the entire string in the Subversion Module Repository URL with a String …

svn hudson jenkins parameterized
[zend][db] fetchAll with multiple variables

I'm trying to use fetchAll on a query that has 2 variables. I can't figure out the syntax. I can manage …

zend-framework zend-db parameterized fetchall
Get class of generic

My class starts with public abstract class LastActionHero<H extends Hero>(){ Now somewhere in the code I want …

java class generics types parameterized
DataSet query with Parameters does not work in Report Builder

The following picture shows the query and its result with no variables: The next one shows the same query with …

mysql dataset parameterized reportbuilder
Difference between JUnit Theories and Parameterized Tests

What is the difference between a Theory and a Parameterized test? I'm not interested in implementation differences when creating the …

java junit4 parameterized
Incremental build in Jenkins

I am using Jenkins 1.462 and maven version is 3.0.4. At Jenkins I enabled check-box "Incremental build - only build changed modules" …

maven jenkins maven-3 parameterized incremental-build
Java List parameterized?

I am quite new to Java ... I wrote a class called DLPFile which is basically a container of other objects …

java generics list parameterized
Prevention against SQL Injection in Hibernate

I have used hibernate to interact with my database, now I wanted to make my database layer secure against SQL …

hibernate hql sql-injection parameterized
Issue creating a parameterized thread

I'm having problems trying to create a thread with a ParameterizedThreadStart. Here's the code I have now: public class MyClass { …

c# multithreading parameterized