播放逻辑暂存
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include "UtilTool.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include <iostream>
|
||||
|
||||
TEST(UtilTest, CheckIsImage)
|
||||
{
|
||||
TEST(UtilTest, CheckIsImage) {
|
||||
EXPECT_TRUE(UtilTool::CheckFileType("file.jpg") == MediaType::IMAGE);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user