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

Class ArrayTest

tests/unit/include/bout/test_array.cxx:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12//
13
14class ArrayTest : public ::testing::Test {
15public:
16 ArrayTest() { Array<double>::useStore(true); }
17 // Note: Calling cleanup() disables the store
18 virtual ~ArrayTest() = default;
19};
20
21TEST_F(ArrayTest, ArraySize) {
22 Array<double> a(5);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected