Junction test addition
Adding a test which checks our failure mode when trying to load a cross junction element that does not exist in the subproject.
While looking at #809 (closed) it occurred to me that we should ensure this failure mode is tested.
This also adds a commit which ports the test to use Result.assert_success()
and Result.assert_main_error()
.