j2objc-contrib / j2objc-common-libs-e2e-test

End-to-end tests for translating, compiling, and linking common Java libraries into Objective C using j2objc
https://github.com/j2objc-contrib
Apache License 2.0
12 stars 5 forks source link

Adds Assertj-core #32

Closed advayDev1 closed 4 years ago

advayDev1 commented 8 years ago

Hmm this one is not ready. We have an assumption that JUnit is always used to test libraries and is never a 'main' dependency. Will need to figure out how to change j2objc-gradle to support libraries like this one that extend junit.

brunobowden commented 8 years ago

So there's a build failure with net.sf.cglib.proxy does not exist. Put this in to the "allowed failures" for now then?

advayDev1 commented 4 years ago

Wow its been 4.5 years :D