#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterMutatorView.h"
#include "third_party/googletest/googletest/include/gtest/gtest.h"
Go to the source code of this file.
Classes | |
category | FlutterMutatorView(Private) |
Functions | |
TEST (FlutterMutatorViewTest, BasicFrameIsCorrect) | |
TEST (FlutterMutatorViewTest, TransformedFrameIsCorrect) | |
TEST (FlutterMutatorViewTest, FrameWithLooseClipIsCorrect) | |
TEST (FlutterMutatorViewTest, FrameWithTightClipIsCorrect) | |
TEST (FlutterMutatorViewTest, FrameWithTightClipAndTransformIsCorrect) | |
TEST (FlutterMutatorViewTest, RoundRectClipsToSimpleRectangle) | |
TEST (FlutterMutatorViewTest, ViewsSetIsFlipped) | |
TEST (FlutterMutatorViewTest, RectsClipsToPathWhenRotated) | |
TEST (FlutterMutatorViewTest, RoundRectClipsToPath) | |
TEST (FlutterMutatorViewTest, PathClipViewsAreAddedAndRemoved) | |
Variables | |
static constexpr float | kMaxErr = 1e-10 |
TEST | ( | FlutterMutatorViewTest | , |
BasicFrameIsCorrect | |||
) |
Definition at line 72 of file FlutterMutatorViewTest.mm.
References FlutterMutatorView::platformView.
TEST | ( | FlutterMutatorViewTest | , |
FrameWithLooseClipIsCorrect | |||
) |
Definition at line 147 of file FlutterMutatorViewTest.mm.
References FlutterMutatorView::platformView.
TEST | ( | FlutterMutatorViewTest | , |
FrameWithTightClipAndTransformIsCorrect | |||
) |
Definition at line 211 of file FlutterMutatorViewTest.mm.
TEST | ( | FlutterMutatorViewTest | , |
FrameWithTightClipIsCorrect | |||
) |
Definition at line 176 of file FlutterMutatorViewTest.mm.
References FlutterMutatorView::platformView.
TEST | ( | FlutterMutatorViewTest | , |
PathClipViewsAreAddedAndRemoved | |||
) |
Definition at line 418 of file FlutterMutatorViewTest.mm.
TEST | ( | FlutterMutatorViewTest | , |
RectsClipsToPathWhenRotated | |||
) |
Definition at line 343 of file FlutterMutatorViewTest.mm.
References kMaxErr.
TEST | ( | FlutterMutatorViewTest | , |
RoundRectClipsToPath | |||
) |
Definition at line 379 of file FlutterMutatorViewTest.mm.
TEST | ( | FlutterMutatorViewTest | , |
RoundRectClipsToSimpleRectangle | |||
) |
Definition at line 267 of file FlutterMutatorViewTest.mm.
TEST | ( | FlutterMutatorViewTest | , |
TransformedFrameIsCorrect | |||
) |
Definition at line 99 of file FlutterMutatorViewTest.mm.
TEST | ( | FlutterMutatorViewTest | , |
ViewsSetIsFlipped | |||
) |
Definition at line 307 of file FlutterMutatorViewTest.mm.
|
staticconstexpr |
Definition at line 16 of file FlutterMutatorViewTest.mm.
Referenced by TEST().