#include "chrome/browser/upgrade_detector/build_state.h"
#include <optional>
#include "base/version.h"
#include "chrome/browser/upgrade_detector/mock_build_state_observer.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
AllOf;
Eq;
IsFalse;
IsTrue;
Property;
class BuildStateTest : public ::testing::Test { … };
TEST_F(BuildStateTest, SetUpdateNoUpdate) { … }
TEST_F(BuildStateTest, SetUpdateWithNoVersion) { … }
TEST_F(BuildStateTest, SetUpdateWithVersion) { … }
TEST_F(BuildStateTest, SetUpdateWithCritical) { … }
TEST_F(BuildStateTest, TwoUpdatesOnceNotification) { … }