Exemplo n.º 1
0
        public void RefreshCatalogContentCorrectly()
        {
            // Act
            buildModeHUDView.RefreshCatalogContent();

            // Assert
            testControllers.sceneCatalogController.Received(1).RefreshCatalog();
        }
Exemplo n.º 2
0
 public void RefreshCatalogContent()
 {
     view.RefreshCatalogContent();
 }