Options unittests.
More...
#include <complex>
#include <iganet.h>
#include <iostream>
#include <gtest/gtest.h>
|
int | main (int argc, char **argv) |
|
| TEST (Options, Options_clone) |
|
| TEST (Options, Options_conversion) |
|
| TEST (Options, Options_default) |
|
| TEST (Options, Options_dtype) |
|
| TEST (Options, Options_nondefault) |
|
Options unittests.
- Author
- Matthias Moller
- Copyright
- This file is part of the IgANet project
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ TEST() [1/5]
TEST |
( |
Options |
, |
|
|
Options_clone |
|
|
) |
| |
◆ TEST() [2/5]
TEST |
( |
Options |
, |
|
|
Options_conversion |
|
|
) |
| |
◆ TEST() [3/5]
TEST |
( |
Options |
, |
|
|
Options_default |
|
|
) |
| |
◆ TEST() [4/5]
TEST |
( |
Options |
, |
|
|
Options_dtype |
|
|
) |
| |
◆ TEST() [5/5]
TEST |
( |
Options |
, |
|
|
Options_nondefault |
|
|
) |
| |