-
Hi,
I want to re-stub a method that already has a default behaviour in the @Before method. The default behaviour is to throw an exception (CustomerNotFound) to simulate the behaviour on a newly set…
-
I'd like to a request a new check that makes sure the method names of annotated methods adhere to a specific pattern.
### **How it works Now:**
Check [MethodName](https://checkstyle.org/checks/nam…
-
### Description
Method kotlinx.coroutines.withTimeout doesn't throw a TimeoutCancellationException. The test is working until junit timeout is not triggered. If I run this test without roboelectric t…
-
**Affects PMD Version:**
6.21.0+
7.0.0
**Rules:**
[JUnit4TestShouldUseAfterAnnotation](https://pmd.github.io/latest/pmd_rules_java_bestpractices.html#junit4testshoulduseafterannotation)
[J…
-
**Affects PMD Version:**
6.44.0+
7.0.0
**Rule:** AtLeastOneConstructor
Please provide the rule name and a link to the rule documentation:
https://pmd.github.io/latest/pmd_rules_java_codestyle…
-
[text extracted from AlistairIsrael's https://github.com/KentBeck/junit/issues/32]
Merely voicing out an idea here that came to mind as I've been using @Rules. I'd like to put it in here just for the …
dsaff updated
10 years ago
-
**Description**
We have a project with multiple modules. In some of them, there are viewModel classes, in which we use the `android.animation.ValueAnimator` class to create and handle a timer.
Whe…
-
I am not sure if this is a JNario, or a JUnit issue.
I will try to explain what i noticed although it is not clear to me how everything fits together.
I try to use the TestWatcher to keep track of th…
-
### Problem
Right now `StringRules` is able to do replacements for Strings, but skips StringBuilder for instance, as identified here:
- https://github.com/openrewrite/rewrite-migrate-java/issues/33…
-
## Bug Report
### Which version of ShardingSphere did you use?
198f1517a51cb898f9c826dabd222524f9a4a39e
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
Sharding…