#include "third_party/blink/renderer/platform/scheduler/common/ukm_task_sampler.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h"
namespace blink {
namespace scheduler {
DoubleEq;
TEST(UkmTaskSamplerTest, SamplesAlwaysForProbabilityOne) { … }
TEST(UkmTaskSamplerTest, NeverSamplesForProbabilityZero) { … }
TEST(UkmTaskSamplerTest, GetConditionalSamplingProbability) { … }
TEST(UkmTaskSamplerTest, GetConditionalSamplingProbabilityWithEdgeCases) { … }
}
}