|
Qucs-core
0.0.19
|
#include <iostream>#include "qucs_typedefs.h"#include "object.h"#include "module.h"#include "components.h"#include "testDefine.h"#include "gtest/gtest.h"#include "tridiag.h"#include "tvector.h"
Go to the source code of this file.
Functions | |
| TEST (module, constructor) | |
| TEST (component, resistor_getType) | |
| TEST (tridiag, solve_s_cyc) | |
| TEST | ( | module | , |
| constructor | |||
| ) |
Definition at line 33 of file test_libqucs.cpp.
| TEST | ( | component | , |
| resistor_getType | |||
| ) |
Definition at line 41 of file test_libqucs.cpp.
| TEST | ( | tridiag | , |
| solve_s_cyc | |||
| ) |
Definition at line 54 of file test_libqucs.cpp.
1.7.6.1