You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced unit test for validating IsFullyLoaded behavior
This unit test creates a `TopicsDataTable` as well as a `TopicReferencesDataTable` with an invalid topic reference, passing them to the `LoadTopicGraph()` extension method, and ensuring that the (private) `SetReferences()` extension method correctly sets the `TopicReferenceDictionary` as `!IsFullyLoaded` since one of the relationships could not be correctly set.
0 commit comments