-
```
What steps will reproduce the problem?
1. Create a groovy test (extending GroovyTestCase)
2. Set the class up to use the @RunWith(PowerMockRunner.class)
@PrepareForTest([MyTest.class]) annotations…
-
```
What steps will reproduce the problem?
1. Create a groovy test (extending GroovyTestCase)
2. Set the class up to use the @RunWith(PowerMockRunner.class)
@PrepareForTest([MyTest.class]) annotations…
-
```
What steps will reproduce the problem?
1. Attempt to validate the following HTTPQueryString:
connectid=68470072-44c2-417b-822b-d945dc0364f4&request=GetFeature&service=wfs&ve
rsion=1.1.0&typeNam…
-
```
What steps will reproduce the problem?
1. Attempt to validate the following HTTPQueryString:
connectid=68470072-44c2-417b-822b-d945dc0364f4&request=GetFeature&service=wfs&ve
rsion=1.1.0&typeNam…
-
```
What steps will reproduce the problem?
1. Attempt to validate the following HTTPQueryString:
connectid=68470072-44c2-417b-822b-d945dc0364f4&request=GetFeature&service=wfs&ve
rsion=1.1.0&typeNam…
-
```
What steps will reproduce the problem?
1. Attempt to validate the following HTTPQueryString:
connectid=68470072-44c2-417b-822b-d945dc0364f4&request=GetFeature&service=wfs&ve
rsion=1.1.0&typeNam…
-
```
What steps will reproduce the problem?
1. Parse this article http://ar.wikipedia.org/wiki/%D8%A8%D8%B1%D9%8A%D9%84
2. The parser takes 60 minutes
3.
What is the expected output? What do you see i…
-
```
What steps will reproduce the problem?
1. Parse this article http://ar.wikipedia.org/wiki/%D8%A8%D8%B1%D9%8A%D9%84
2. The parser takes 60 minutes
3.
What is the expected output? What do you see i…
-
We should add a task, that `precommit` depends on, that ensures that all REST tests parse. This would catch issues where we are muting REST tests. Today we have a `test-mute` label to quickly get thes…
-
```
What steps will reproduce the problem?
1. I'm trying to use a PowerMockRule.
For this I replaced the @RunWith(PowerMockRunner.class) with
@Rule
public PowerMockRule rule = new PowerMockRule();
…