Exemple #1
0
        public void ensureToStringIsEqualIfInstancesAreEqual()
        {
            CatalogueCollection catalogueCollection = buildCatalogueCollection();

            CatalogueCollection otherCatalogueCollection = buildCatalogueCollection();

            Assert.Equal(catalogueCollection.ToString(), otherCatalogueCollection.ToString());
        }