| // Copyright 2015 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| import 'package:flutter/material.dart'; |
| import 'package:flutter/widgets.dart'; |
| import 'package:flutter_test/flutter_test.dart'; |
| import 'semantics_tester.dart'; |
| testWidgets('Semantics 5', (WidgetTester tester) async { |
| SemanticsTester semantics = new SemanticsTester(tester); |
| // this tests that empty nodes disappear |
| // this tests whether you can have a container with no other semantics |
| label: 'label' // (force a fork) |
| expect(semantics, hasSemantics( |
| children: <TestSemantics>[ |