Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduced test for verifying exception on circular references
While mapped properties permit circular references due to caching, this isn't possible with circular references when mapping constructor parameters, since the source object won't yet have been created—and, thus, won't yet have been cached. In this case, a `TopicMappingException` is expected. This unit test verifies that is the case. This concludes the testing for mapped constructor parameters (#35).
- Loading branch information