FUnit
Encyclopedia
fUnit is a unit testing
framework for Fortran, in the flavor of other xUnit
testing frameworks.
Unit test
In computer programming, unit testing is a method by which individual units of source code are tested to determine if they are fit for use.A unit is the smallest testable part of an application. In procedural programming a unit could be an entire module but is more commonly an individual function...
framework for Fortran, in the flavor of other xUnit
XUnit
Various code-driven testing frameworks have come to be known collectively as xUnit. These frameworks allow testing of different elements of software, such as functions and classes...
testing frameworks.