Example #1
0
        public void RefreshCatalogContentCorrectly()
        {
            // Act
            buildModeHUDView.RefreshCatalogContent();

            // Assert
            testControllers.sceneCatalogController.Received(1).RefreshCatalog();
        }
Example #2
0
 public void RefreshCatalogContent()
 {
     view.RefreshCatalogContent();
 }