-
The general rule is: we can't do anything with PSI before intellij indexing is complete. or more accurate while indexing is running.
indexing is running always on startup and sometimes while user…
-
EDIT: we'll proceed with Option 1.
---
For the same project as discussed in #30984, I'm using `nettest.TestConn` to test a custom `net.Conn` implementation.
Now that I've got the basics cover…
-
```
Please see the unit test below, the last assertion should not fail.
These versions are defined in Gradle:
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'org.powermock:powermock-module…
-
```
Please see the unit test below, the last assertion should not fail.
These versions are defined in Gradle:
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'org.powermock:powermock-module…
-
I was doing this one day:
```
final AtomicInteger countDown = new AtomicInteger(1);
ChannelFutureListener listener = new ChannelFutureListener() {
@Override
…
-
When stubbing a class method that returns boolean on a class mock, an error occurs when trying to set the return value.
ExampleClass has a method with the following signature:
```
+ (BOOL)booleanCla…
-
Hello,
I favor AssertJ to Hamcrest that I avoid for multiple reasons.
So mixing them in the same source code is not very desirable in terms of consistency.
My problem is that in rest-assured `c…
-
The SphereonKeyManager is appending the Veramo Keymanager with some functions like https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/blob/650b1f4c4e42e1ffb29ad8e7480e900aacb80487/packag…
cre8 updated
10 months ago
-
```java
public static void assertEquals(List expected, List actual) {
// Need to compare string values since Texts with the same string are not considered equal
Assertions.asser…
-
### Expected Behavior
Given [the following JUnit 5 test class](https://github.com/fknittel/gradle-junit-xml-limitations/blob/main/src/test/java/org/example/gradle/junit/xml/limitations/FailingParamet…