How to Install and Uninstall perl-Test-ExpectAndCheck Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "perl-Test-ExpectAndCheck" package

Please follow the guidelines below to install perl-Test-ExpectAndCheck on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test-ExpectAndCheck

2. Uninstall "perl-Test-ExpectAndCheck" package

Learn how to uninstall perl-Test-ExpectAndCheck on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-ExpectAndCheck

3. Information about the perl-Test-ExpectAndCheck package on openSuSE Tumbleweed

Information for package perl-Test-ExpectAndCheck:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-ExpectAndCheck
Version : 0.60.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 47.1 KiB
Installed : No
Status : not installed
Source package : perl-Test-ExpectAndCheck-0.60.0-2.1.src
Upstream URL : https://metacpan.org/release/Test-ExpectAndCheck
Summary : Expect/check-style unit testing with object methods
Description :
This package creates objects that assist in writing unit tests with mocked
object instances. Each mock instance will expect to receive a given list of
method calls. Each method call is checked that it received the right
arguments, and will return a prescribed result. At the end of each test,
each object is checked to ensure all the expected methods were called.