Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: ios/showcase/text_badge_view/sc_text_badge_view_egtest.mm

Issue 2967113003: [ios showcase] Integrated TextBadgeView with Showcase. (Closed)
Patch Set: Added SC prefix, centered text badge Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/showcase/text_badge_view/sc_text_badge_view_controller.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium 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 #import <EarlGrey/EarlGrey.h>
6
7 #import "ios/showcase/test/showcase_eg_utils.h"
8 #import "ios/showcase/test/showcase_test_case.h"
9
10 #if !defined(__has_feature) || !__has_feature(objc_arc)
11 #error "This file requires ARC support."
12 #endif
13
14 namespace {
15 using ::showcase_utils::Open;
16 using ::showcase_utils::Close;
17 }
18
19 @interface TextBadgeViewTestCase : ShowcaseTestCase
20 @end
21
22 @implementation TextBadgeViewTestCase
23
24 // Tests that the accessibility label matches the display text.
25 - (void)testTextBadgeAccessibilityLabel {
26 Open(@"TextBadgeView");
27 Close();
28 }
29
30 @end
OLDNEW
« no previous file with comments | « ios/showcase/text_badge_view/sc_text_badge_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698