Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
ax_range_unittest.cc File Reference
#include "ax_range.h"
#include <memory>
#include <vector>
#include "gtest/gtest.h"
#include "ax_enums.h"
#include "ax_node.h"
#include "ax_node_data.h"
#include "ax_node_position.h"
#include "ax_tree.h"
#include "ax_tree_id.h"
#include "ax_tree_update.h"
#include "test_ax_node_helper.h"
#include "test_ax_tree_manager.h"

Go to the source code of this file.

Namespaces

namespace  ui
 

Typedefs

using ui::TestPositionInstance = std::unique_ptr< AXPosition< AXNodePosition, AXNode > >
 

Functions

 ui::TEST_F (AXRangeTest, EqualityOperators)
 
 ui::TEST_F (AXRangeTest, AsForwardRange)
 
 ui::TEST_F (AXRangeTest, IsCollapsed)
 
 ui::TEST_F (AXRangeTest, BeginAndEndIterators)
 
 ui::TEST_F (AXRangeTest, LeafTextRangeIteration)
 
 ui::TEST_F (AXRangeTest, GetTextWithWholeObjects)
 
 ui::TEST_F (AXRangeTest, GetTextWithTextOffsets)
 
 ui::TEST_F (AXRangeTest, GetTextWithEmptyRanges)
 
 ui::TEST_F (AXRangeTest, GetTextAddingNewlineBetweenParagraphs)
 
 ui::TEST_F (AXRangeTest, GetTextWithMaxCount)
 
 ui::TEST_F (AXRangeTest, GetTextWithList)
 
 ui::TEST_F (AXRangeTest, GetRects)
 
 ui::TEST_F (AXRangeTest, GetRectsOffscreen)