Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
#include "gmxpre.h"
#include <string>
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/options/basicoptions.h"
#include "gromacs/options/options.h"
#include "gromacs/utility/exceptions.h"
#include "testutils/testasserts.h"
+ Include dependency graph for option.cpp:

Description

Tests creation of basic option types.

Most of the tests for the basic options are in optionsassigner.cpp. This file only tests behavior that should fail in initialization.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com