< Home - < Back

cxxtest


Information about the package, cxxtest, which is shipped with common Linux distributions. The cxxtest package is designed for, A JUnit-like testing framework for C++.


Package Name:

cxxtest

Summary:

A JUnit-like testing framework for C++

Description:

CxxTest is a JUnit/CppUnit/xUnit-like framework for C++. Its advantages over existing alternatives are that it: - doesn't require RTTI - doesn't require member template functions - doesn't require exception handling - doesn't require any external libraries (including memory management, file/console I/O, graphics libraries)

Architecture:

noarch

Version:

3.10.1

Release:

5.el6

Size:

53 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for cxxtest


Control the cxxtest package with the following handy commands outlined below.


Command

Description of Command

yum install cxxtest

This command will install cxxtest on the server.

yum remove cxxtest

This command will un-install cxxtest on the server. When you run this command, you will be asked if you are sure that you want to remove cxxtest, so you have to manually confirm that you want to do this.

yum -y remove cxxtest

This command will un-install cxxtest on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove cxxtest when using the -y flag.

yum update cxxtest

This command will update cxxtest to the latest version. When you run this command, you will be asked if you are sure that you want to remove cxxtest, so you have to manually confirm that you want to do this.

yum -y update cxxtest

This command will update cxxtest to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove cxxtest when using the -y flag.

yum info cxxtest

This command will show you core information about the cxxtest package.

yum deplist cxxtest

This command will show you the dependencies for cxxtest. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update cxxtest

This command will check if there is an update waiting on cxxtest. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.