Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
trace_serializer_unittests.cc
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include <sstream>
6#include "flutter/testing/testing.h"
8namespace impeller {
9namespace testing {
10
12 CanvasRecorder<TraceSerializer> recorder;
13 std::ostringstream ss;
15 recorder.Save();
16 ASSERT_TRUE(ss.str().size() > 0);
17}
18
19} // namespace testing
20} // namespace impeller
#define TEST(S, s, D, expected)
static void CaptureNextLog(std::ostringstream *stream)
Definition logging.cc:129