How to Install and Uninstall easymock Package on openSUSE Leap
Last updated: January 12,2025
1. Install "easymock" package
This is a short guide on how to install easymock on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
easymock
Copied
2. Uninstall "easymock" package
Please follow the instructions below to uninstall easymock on openSUSE Leap:
$
sudo zypper remove
easymock
Copied
3. Information about the easymock package on openSUSE Leap
Information for package easymock:
---------------------------------
Repository : Main Repository
Name : easymock
Version : 3.6-1.73
Arch : noarch
Vendor : SUSE LLC
Installed Size : 176.9 KiB
Installed : No
Status : not installed
Source package : easymock-3.6-1.73.src
Upstream URL : http://www.easymock.org
Summary : Mock objects for interfaces in JUnit tests
Description :
EasyMock provides Mock Objects for interfaces in JUnit tests by generating
them on the fly using Java's proxy mechanism. Due to EasyMock's unique style
of recording expectations, most refactorings will not affect the Mock Objects.
So EasyMock is a perfect fit for Test-Driven Development.
---------------------------------
Repository : Main Repository
Name : easymock
Version : 3.6-1.73
Arch : noarch
Vendor : SUSE LLC
Installed Size : 176.9 KiB
Installed : No
Status : not installed
Source package : easymock-3.6-1.73.src
Upstream URL : http://www.easymock.org
Summary : Mock objects for interfaces in JUnit tests
Description :
EasyMock provides Mock Objects for interfaces in JUnit tests by generating
them on the fly using Java's proxy mechanism. Due to EasyMock's unique style
of recording expectations, most refactorings will not affect the Mock Objects.
So EasyMock is a perfect fit for Test-Driven Development.