MCPcopy Create free account
hub / github.com/arkhipenko/TaskScheduler / TEST_F

Function TEST_F

tests/test-scheduler-basic.cpp:136–139  ·  view source on GitHub ↗

* @brief Test basic scheduler object creation * * Verifies that a Scheduler object can be instantiated without throwing * exceptions or causing crashes. This is the most fundamental test that * ensures the library can be used at all. */

Source from the content-addressed store, hash-verified

134 * ensures the library can be used at all.
135 */
136TEST_F(SchedulerTest, BasicSchedulerCreation) {
137 Scheduler ts;
138 EXPECT_TRUE(true); // Scheduler creation should not throw
139}
140
141/**
142 * @brief Test scheduler behavior in initial empty state

Callers

nothing calls this directly

Calls 8

getTestOutputCountFunction · 0.85
getTestOutputFunction · 0.85
millisFunction · 0.85
delayFunction · 0.85
executeMethod · 0.80
enableDelayedMethod · 0.80
disableMethod · 0.80
enableMethod · 0.45

Tested by

no test coverage detected