Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
TEST(SolverFactoryTest, GetInstance) { EXPECT_NO_THROW(SolverFactory::getInstance()); }
12
13
TEST(SolverFactoryTest, GetDefaultSolverType) {
14
EXPECT_NE(SolverFactory::getDefaultType(),
""
);
Callers
nothing calls this directly
Calls
3
create
Method · 0.45
run
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected