Gromacs
2022-beta1
|
#include <functional>
#include <memory>
#include <string>
#include <gtest/gtest.h>
#include "gromacs/utility/arrayref.h"
Declares utilities testing command-line programs.
Classes | |
class | gmx::test::CommandLine |
Helper class for tests that need to construct command lines. More... | |
class | gmx::test::CommandLineTestHelper |
Helper class for tests that construct command lines that need to reference existing files. More... | |
class | gmx::test::CommandLineTestBase |
Test fixture for tests that call a single command-line program with input/output files. More... | |