-
Since 1.3.0, the following test prints duplicate messages for the incorrect() method:
```
package test;
import com.tngtech.archunit.core.domain.JavaClasses;
import com.tngtech.archunit.core.im…
ttho updated
3 months ago
-
changing version to
`1.0.0-rc1
`
shows total tests run as 10, while 0.15.0 shows total tests run as 33
with 1.0.0-rc1 output is
![image](https://user-images.githubusercontent.com/332234/1…
-
Hi,
I'm not entirely sure this should be opened an issue, but from what I could see, an issue seems to be the best way to start a discussion on possible improvements before jumping into coding.
I'…
-
[Konsist](https://github.com/LemonAppDev/konsist) looks really cool:
```kotlin
@Test
fun `clean architecture layers have correct dependencies`() {
Konsist
.scopeFromProduction()
…
-
When using ArchUnit `@AnalyzeClasses` annotation with JUnit 5 run by Maven surefire plugin, the generated XML test results are missing the package name in the `classname` attribute of the `testcase` t…
-
Exception in thread "main" java.lang.IllegalStateException: Never found a JavaCodeUnit that matches supposed caller CodeUnit{name='zze', descriptor=(Ljava/lang/Iterable;)Lcom/google/android/gms/intern…
-
crash log as follow:
Exception in thread "main" java.lang.IllegalStateException: Never found a JavaCodeUnit that matches supposed caller CodeUnit{name='a', descriptor=(Z)V, declaringClassName='a.o.a.…
-
in order to captue the original output color, I used this library. it works well on my local environment(mac os). but it runs into error in the docker environment
here is the link https://github.…
-
-
I already had it a few times now at random moments that ArchUnit fails when doing a `mvn clean install -T2C`
Any clue on what can be causing this?
The output is the following:
```
[ERROR] The …