MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / TEST

Function TEST

pj_widgets/tests/ingest_progress_widget_test.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21using Action = PJ::IngestProgressWidget::Action;
22
23TEST(IngestProgressWidgetTest, StartsHiddenAndInactive) {
24 IngestProgressWidget widget;
25 EXPECT_TRUE(widget.isHidden());
26 EXPECT_EQ(widget.lastAction(), Action::kNone);
27}
28
29TEST(IngestProgressWidgetTest, SetActiveShowsAndHides) {
30 IngestProgressWidget widget;

Callers

nothing calls this directly

Calls 14

lastActionMethod · 0.80
setCounterTextMethod · 0.80
formatMethod · 0.80
QStringClass · 0.50
setActiveMethod · 0.45
setPrimaryButtonMethod · 0.45
setSecondaryButtonMethod · 0.45
setTitleMethod · 0.45
containsMethod · 0.45
setRangeMethod · 0.45
minimumMethod · 0.45
maximumMethod · 0.45

Tested by

no test coverage detected