java-power-assert icon indicating copy to clipboard operation
java-power-assert copied to clipboard

Results 7 java-power-assert issues
Sort by recently updated
recently updated
newest added

In the project https://github.com/ota4j-team/opentest4j authors of test libraries tries to create a unfied lib of exceptions and util classes. Please take a look if you need to change something to...

The latest commit was done on March 1, 2019. Is the project alive? Are new JDK versions supported?

[Bintray is read-only now ](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/), so more and more projects are moving away from it. For example, [Gradle deprecated JCenter (which is a part of Bintray) usage](https://github.com/gradle/gradle/issues/16018). Could you please...

This assertion: `assert 6 * 7 - 49 == 6 + 14;` fails with a StringIndexOutOfBoundsException: ``` at java.lang.String.substring(String.java:1963) at org.powerassert.synthetic.ExpressionRenderer.fits(ExpressionRenderer.java:166) at org.powerassert.synthetic.ExpressionRenderer.placeValue(ExpressionRenderer.java:115) at org.powerassert.synthetic.ExpressionRenderer.render(ExpressionRenderer.java:49) at org.powerassert.synthetic.RecorderRuntime.powerAssert(RecorderRuntime.java:87) at com.equalexperts.foo.ThingTest.testPowerAssertionsBroken(ThingTest.java:5) ```...

I'm trying to use `java-power-assert` on my Java 8 project. The project has a few other annotation processors active. I can't post the code here, but I can do any...

Expand java-power-assert to support [AssertJ](http://joel-costigliola.github.io/assertj/) assertions.

ECJ throws this: ``` java.lang.NoClassDefFoundError: com/sun/source/util/Trees at org.powerassert.PowerAssertProcessor.init(PowerAssertProcessor.java:35) ``` At one point, the following tools used ECJ programatically: - Tomcat, to compile JSPs - GCJ - Liferay