-
```
I'm getting an exception when using PowerMockRule for a test class extending
from AbstractTransactionalJUnit4SpringContextTests.
This test works:
@ContextConfiguration(locations="/meta-inf/spr…
-
It would be nice to add ci_reporters into foodcritic this way other ci tools for example TeamCity can pick up how many rules fail.
-
I want to send a request to a remote HTTP service which has some strict encoding rules.
For example, HTTP requests to `http://example.com/path?query+string` are working, but requests to `http://exa…
-
Getting the Below Errror:
> Exception in thread "Thread-2" java.lang.NoSuchMethodError: kotlin.io.ByteStreamsKt.readBytes(Ljava/io/InputStream;)[B
> at au.com.dius.pact.consumer.BaseJdkMockServer…
-
Had you try to compile it to WebAssembly ?
It would be perfect to avoid a high load on server. Each user computing the spellcheck locally.
There is now compiler from java
https://github.com/…
-
```
What steps will reproduce the problem?
1. Create an unit test, which uses a spy and ExpectedException rule
2. Run this test in eclipse with eclemma
3. Check the converage report. All methods, whic…
-
```
What steps will reproduce the problem?
1. Create Junit Test class with either @Runas annotation or rule
2. Execute the test as eclipse plugin test
3. InitialisationError is thrown and stack traces…
-
```
What steps will reproduce the problem?
1. Create an unit test, which uses a spy and ExpectedException rule
2. Run this test in eclipse with eclemma
3. Check the converage report. All methods, whic…
-
```
What steps will reproduce the problem?
1. Create Junit Test class with either @Runas annotation or rule
2. Execute the test as eclipse plugin test
3. InitialisationError is thrown and stack traces…
-
With no other knowledge, [JimFs](https://github.com/google/jimfs) seems to be the choice to make for an im-memory filesystem for testing purely because of the Google backing.
However, your README giv…