-
```
What steps will reproduce the problem?
1.I am trying to implement data driven framework(using junit) and trying to
fetch Testdata from the embedded database(ie sqlite)
2.Instrumentation class do…
-
Right now in the report I see attachments near steps only for first set of parameters, need possibility to show attachments for each parameter set.
Version: 0.7.2
-
```
What steps will reproduce the problem?
1.I am trying to implement data driven framework(using junit) and trying to
fetch Testdata from the embedded database(ie sqlite)
2.Instrumentation class do…
-
```
What steps will reproduce the problem?
1.I am trying to implement data driven framework(using junit) and trying to
fetch Testdata from the embedded database(ie sqlite)
2.Instrumentation class do…
-
```
What steps will reproduce the problem?
1.I am trying to implement data driven framework(using junit) and trying to
fetch Testdata from the embedded database(ie sqlite)
2.Instrumentation class do…
-
It would be great to have @testWith (like JUnit) feature:
``` php
/**
* @testWith (1, 2, 3)
* (10, 11, 21)
*/
function testAdd($a, $b, $result)
{
$this->assertEquals($result, $sut->add…
-
```
What steps will reproduce the problem?
1.I am trying to implement data driven framework(using junit) and trying to
fetch Testdata from the embedded database(ie sqlite)
2.Instrumentation class do…
-
I have a simple class like this
```
public class Wallet {
public final double cash;
private Date date;
public Wallet(double cash) {
this.cash = cash;
this.date = new Dat…
-
```
What steps will reproduce the problem?
1.I am trying to implement data driven framework(using junit) and trying to
fetch Testdata from the embedded database(ie sqlite)
2.Instrumentation class do…
-
The following code snipped throws : `java.lang.IndexOutOfBoundsException: No group 2``
Version 1.9.0
```
@RunWith( DataProviderRunner.class )
public class TestCase {
@Test
@UseDataProvider( "dataPro…