АР
Size: a a a
АР
АР
T
T
КА
implementation 'com.google.android.gms:play-services-wallet:16.0.1'
Или в основной апкеАР
T
SS
SS
SS
P
P
SS
SS
S
Dq
group('Select Source of Client screen test', () {
TestApp widget;
setUp(() {
widget = TestApp(child: const SourceOfClientScreen());
});
testWidgets('has Generic template', (tester) async {
await tester.pumpWidget(widget);
await tester.pump();
expect(find.byType(GenericTemplate), findsOneWidget);
});
testWidgets('has Heading', (tester) async {
await tester.pumpWidget(widget);
await tester.pump();
expect(find.widgetWithText(Heading, 'How did you hear about us?'), findsOneWidget);
});
SS
SS
group('Select Source of Client screen test', () {
TestApp widget;
setUp(() {
widget = TestApp(child: const SourceOfClientScreen());
});
testWidgets('has Generic template', (tester) async {
await tester.pumpWidget(widget);
await tester.pump();
expect(find.byType(GenericTemplate), findsOneWidget);
});
testWidgets('has Heading', (tester) async {
await tester.pumpWidget(widget);
await tester.pump();
expect(find.widgetWithText(Heading, 'How did you hear about us?'), findsOneWidget);
});
S
S