BeAssignableTo
does not work across multiple layers of inheritance and multiple assemblies
#320
Labels
kind/bug
Categorizes issue or PR as related to a bug.
My ArchUnit tests test for assignability across multiple layers of inheritance, like so:
(I created a minimal example, which you can find here: https://github.com/tnotheis/archunit-bug-example)
With version 0.11.0 this worked just fine. But since I upgraded to version 0.11.1, the test fails with the following error:
It only fails if
Child
andGrandchild
reside in different assemblies. If you move theGrandchild
class intoAssemblyOfChild
the test passes.The text was updated successfully, but these errors were encountered: