currently links and xmaps are defined inside tests. It's not really a problem other than it's a bit repetitive.
An alternative could be to define internal data used by tests and just call that in the tests, but then it's less clear what we are testing -- i.e. you have to examine the internal data object and/or name them really well.
currently links and xmaps are defined inside tests. It's not really a problem other than it's a bit repetitive.
An alternative could be to define internal data used by tests and just call that in the tests, but then it's less clear what we are testing -- i.e. you have to examine the internal data object and/or name them really well.
Could look something like:
Internal xmap test objects