Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
5847a58f
Unverified
Commit
5847a58f
authored
Mar 31, 2021
by
Jonah Williams
Committed by
GitHub
Mar 31, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flutter_tools] remove unused testbed method (#79459)
parent
395246f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
testbed.dart
packages/flutter_tools/test/src/testbed.dart
+0
-12
No files found.
packages/flutter_tools/test/src/testbed.dart
View file @
5847a58f
...
...
@@ -22,10 +22,8 @@ import 'package:flutter_tools/src/dart/pub.dart';
import
'package:flutter_tools/src/reporting/reporting.dart'
;
import
'package:flutter_tools/src/version.dart'
;
import
'package:flutter_tools/src/globals.dart'
as
globals
;
import
'package:meta/meta.dart'
;
import
'package:process/process.dart'
;
import
'common.dart'
as
tester
;
import
'context.dart'
;
import
'fake_http_client.dart'
;
import
'fakes.dart'
;
...
...
@@ -92,16 +90,6 @@ class Testbed {
final
FutureOr
<
void
>
Function
()
_setup
;
final
Map
<
Type
,
Generator
>
_overrides
;
/// Runs the `test` within a tool zone.
///
/// Unlike [run], this sets up a test group on its own.
@isTest
void
test
<
T
>(
String
name
,
FutureOr
<
T
>
Function
()
test
,
{
Map
<
Type
,
Generator
>
overrides
})
{
tester
.
test
(
name
,
()
{
return
run
(
test
,
overrides:
overrides
);
});
}
/// Runs `test` within a tool zone.
///
/// `overrides` may be used to provide new context values for the single test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment