-
# Problem
I am using the JPMS (Java Platform Module System) in my OSS project.
Now I stumbled over a bug in Eclipse preventing my JUnit test to work:
* I do have an abstract base test class exten…
-
`@TestFactory`s and `DynamicTests` provide API to implement multiple test probes that will become individual tests. They're centered around the idea that one would create test fixtures as instances of…
-
I'm using maoOS 10.13.6, I followed https://github.com/aria2/aria2#how-to-build
and when I execute : `make check` I get the following message :
```
NOTE: a missing vtable usually means the fir…
-
## Overview
Feature request to add native support to rerun failing flaky tests
**Feature request**
Is there any plan to support the ability of rerunning failed flaky tests? For example, it w…
-
Recently I tried to implement a custom `TestEngine` (see https://github.com/TNG/ArchUnit/issues/34) and was wondering, that JUnit 5 tests were executed in IntelliJ and Maven, but not Gradle.
The re…
-
Hello,
In my test code, I have a lot of descriptions most of which are repetitive and could be generated from the Java code.
I would expect something similar to the `@DisplayNameGeneration` from J…
mk868 updated
2 months ago
-
### Steps to reproduce
1. connect real device to Mac
2. patrol test -t PATH --release --flavor=FLAVOR --dart-define=APP_ENV=ENV
3. error
iOS 17.5
### Actual results
We are trying to …
Dbis7 updated
4 months ago
-
## Overview
Currently, the target of `@ParameterizedTest` is constrained to methods. When creating technology compatibility kits, it would be awesome to be able to apply this (or a similar annotati…
-
I am using DecryptStream that runs very slowly like take around 1.3 mins to complete 26 MD data, but when I try pgp.Decrypt it completes in 2 sec. Is there way I can improve performance using Decrypt…
-
Currently whenever BinaryValue is called with num_bits smaller than the length of the input binstr
We get a warning of
` WARNING truncating value to match requested number of bits (64)
`
…