chromium/third_party/angle/src/image_util/AstcDecompressor_unittest.cpp

//
// Copyright 2022 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// AstcDecompressor_unittest.cpp: Unit tests for AstcDecompressor

#include <gmock/gmock.h>
#include <vector>

#include "common/WorkerThread.h"
#include "image_util/AstcDecompressor.h"
#include "image_util/AstcDecompressorTestUtils.h"

usingnamespaceangle;
usingnamespacetesting;

namespace
{

// Test that we can correctly decompress an image
TEST(AstcDecompressor, Decompress)
{}

// Test that getStatusString returns non-null even for unknown statuses
TEST(AstcDecompressor, getStatusStringAlwaysNonNull)
{}

}  // namespace