public void AddCategoryNonExistingCategoryShouldWork() { app.AddCategory(categoryOne); Assert.That(app.Categories, Contains.Item(categoryOne)); }