How to Install and Uninstall perl-Test-Assert Package on openSUSE Leap

Last updated: May 20,2024

1. Install "perl-Test-Assert" package

This guide let you learn how to install perl-Test-Assert on openSUSE Leap

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

2. Uninstall "perl-Test-Assert" package

Please follow the instructions below to uninstall perl-Test-Assert on openSUSE Leap:

$ sudo zypper remove perl-Test-Assert

3. Information about the perl-Test-Assert package on openSUSE Leap

Information for package perl-Test-Assert:
-----------------------------------------
Repository : Main Repository
Name : perl-Test-Assert
Version : 0.0504-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 65.3 KiB
Installed : No
Status : not installed
Source package : perl-Test-Assert-0.0504-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Test-Assert/
Summary : Assertion methods for those who like JUnit.
Description :
This class provides a set of assertion methods useful for writing tests.
The API is based on JUnit4 and the Test::Unit::Lite manpage and the methods
die on failure.
These assertion methods might be not useful for common the Test::Builder
manpage-based (the Test::Simple manpage, the Test::More manpage, etc.) test
units.
The assertion methods can be used in class which is derived from
'Test::Assert' or used as standard Perl functions after importing them into
user's namespace.
'Test::Assert' can also wrap standard the Test::Simple manpage, the
Test::More manpage or other the Test::Builder manpage-based tests.
The assertions can be also used for run-time checking.