aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/installer/installation_manager_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/installer/installation_manager_test.rs')
-rw-r--r--crates/shirabe/tests/installer/installation_manager_test.rs16
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/shirabe/tests/installer/installation_manager_test.rs b/crates/shirabe/tests/installer/installation_manager_test.rs
index b44a814..a12381b 100644
--- a/crates/shirabe/tests/installer/installation_manager_test.rs
+++ b/crates/shirabe/tests/installer/installation_manager_test.rs
@@ -8,50 +8,50 @@ fn set_up() {
// These mock individual installers, the repository and IO to drive InstallationManager's
// add/execute/install/update/uninstall logic; mocking is not available here.
+#[ignore = "requires PHPUnit mocks of InstallerInterface/IOInterface/Loop with expects() call-count assertions"]
#[test]
-#[ignore = "mocks installers/repository/IO to drive InstallationManager; mocking is not available"]
fn test_add_get_installer() {
todo!()
}
+#[ignore = "requires PHPUnit mocks of InstallerInterface/IOInterface/Loop with expects() call-count assertions"]
#[test]
-#[ignore = "mocks installers/repository/IO to drive InstallationManager; mocking is not available"]
fn test_add_remove_installer() {
todo!()
}
+#[ignore = "requires partial PHPUnit mock of InstallationManager (onlyMethods install/update/uninstall) and PackageInterface mock"]
#[test]
-#[ignore = "mocks installers/repository/IO to drive InstallationManager; mocking is not available"]
fn test_execute() {
todo!()
}
+#[ignore = "requires PHPUnit mocks of InstallerInterface/PackageInterface with expects() call-count assertions"]
#[test]
-#[ignore = "mocks installers/repository/IO to drive InstallationManager; mocking is not available"]
fn test_install() {
todo!()
}
+#[ignore = "requires PHPUnit mocks of InstallerInterface/PackageInterface with expects() call-count assertions"]
#[test]
-#[ignore = "mocks installers/repository/IO to drive InstallationManager; mocking is not available"]
fn test_update_with_equal_types() {
todo!()
}
+#[ignore = "requires PHPUnit mocks of InstallerInterface/PackageInterface with expects() call-count assertions"]
#[test]
-#[ignore = "mocks installers/repository/IO to drive InstallationManager; mocking is not available"]
fn test_update_with_not_equal_types() {
todo!()
}
+#[ignore = "requires PHPUnit mocks of InstallerInterface/PackageInterface with expects() call-count assertions"]
#[test]
-#[ignore = "mocks installers/repository/IO to drive InstallationManager; mocking is not available"]
fn test_uninstall() {
todo!()
}
+#[ignore = "requires PHPUnit mock of LibraryInstaller and PackageInterface with expects() call-count assertions"]
#[test]
-#[ignore = "mocks installers/repository/IO to drive InstallationManager; mocking is not available"]
fn test_install_binary() {
todo!()
}