| 25 | "/tensorflow/test/gauge_with_labels", "Gauge with one label.", "MyLabel"); |
| 26 | |
| 27 | TEST(LabeledGaugeTest, InitializedWithZero) { |
| 28 | EXPECT_EQ(0, gauge_with_labels->GetCell("Empty")->value()); |
| 29 | } |
| 30 | |
| 31 | TEST(LabeledGaugeTest, GetCell) { |
| 32 | auto* cell = gauge_with_labels->GetCell("GetCellOp"); |