MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / TEST

Function TEST

tests/unit/solver/test_solverfactory.cxx:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <iterator>
10
11TEST(SolverFactoryTest, GetInstance) { EXPECT_NO_THROW(SolverFactory::getInstance()); }
12
13TEST(SolverFactoryTest, GetDefaultSolverType) {
14 EXPECT_NE(SolverFactory::getDefaultType(), "");

Callers

nothing calls this directly

Calls 3

createMethod · 0.45
runMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected