-
```
What steps will reproduce the problem?
1. build flex web app with the sfapi lib as required.
2. run automation scripts based on the selben example's codes to automate the
flex web app
3. watchi…
-
When I run test cases, some of the test cases failed because of plugin_test.jar.
Here are the problems I met.
java.io.FileNotFoundException: plugin_test.jar
at net.opentsdb.utils.PluginLoader.lo…
-
**Before reporting**
- This repository should be used to report **issues on the Maven or Gradle plugins for GraalVM**.
- Please report issues which are specific to [the Spring Framework](https://s…
-
java.lang.VerifyError: class net.sf.cglib.core.DebuggingClassWriter overrides final method visit.(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
at java.lang.Class…
-
There's an `AssertionFailure` coming from Gradle.
Gradle code: https://github.com/gradle/gradle/blob/06140ac5fbdce282f868197064156b9b1753012f/subprojects/testing-jvm/src/main/java/org/gradle/api/in…
-
### Expected Behavior
There is no documentation, or sample `ProjectBuilder` tests, that make use of Version Catalogs. It's certainly possible to create these tests, but it involves writing …
-
## Expected Behavior
I would like to test clicking on a menu item. I expected it to work this way:
```java
new FxRobot().clickOn("#fileMenu").clickOn("#quitOption");
```
## Actual Behavior
…
-
The test fails with this error trace:
```
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.elasticsearch.action.UnavailableShardsException: [req…
-
I see the below stack trace on standard output
java.lang.NoSuchMethodError: 'java.lang.Class org.junit.platform.engine.support.descriptor.MethodSource.getJavaClass()'
at net.serenitybdd.junit5.Se…
-
I'm going to exclude this test in both Java and ObjC.
Looks like the field content of the Exception class has changed.
```
com.google.gson.functional.ThrowableFunctionalTest
testExceptionWithCause
…