@@ -31,39 +31,41 @@ class _FakeSentryEnvelopeItem_0 extends _i1.SmartFake
31
31
);
32
32
}
33
33
34
- /// A class which mocks [ProfilerFactory ] .
34
+ /// A class which mocks [SentryProfilerFactory ] .
35
35
///
36
36
/// See the documentation for Mockito's code generation for more information.
37
- class MockProfilerFactory extends _i1.Mock implements _i3.ProfilerFactory {
38
- MockProfilerFactory () {
37
+ class MockSentryProfilerFactory extends _i1.Mock
38
+ implements _i3.SentryProfilerFactory {
39
+ MockSentryProfilerFactory () {
39
40
_i1.throwOnMissingStub (this );
40
41
}
41
42
42
43
@override
43
- _i3.Profiler ? startProfiler (_i2.SentryTransactionContext ? context) =>
44
+ _i3.SentryProfiler ? startProfiler (_i2.SentryTransactionContext ? context) =>
44
45
(super .noSuchMethod (Invocation .method (
45
46
#startProfiler,
46
47
[context],
47
- )) as _i3.Profiler ? );
48
+ )) as _i3.SentryProfiler ? );
48
49
}
49
50
50
- /// A class which mocks [Profiler ] .
51
+ /// A class which mocks [SentryProfiler ] .
51
52
///
52
53
/// See the documentation for Mockito's code generation for more information.
53
- class MockProfiler extends _i1.Mock implements _i3.Profiler {
54
- MockProfiler () {
54
+ class MockSentryProfiler extends _i1.Mock implements _i3.SentryProfiler {
55
+ MockSentryProfiler () {
55
56
_i1.throwOnMissingStub (this );
56
57
}
57
58
58
59
@override
59
- _i4.Future <_i3.ProfileInfo ?> finishFor (_i2.SentryTransaction ? transaction) =>
60
+ _i4.Future <_i3.SentryProfileInfo ?> finishFor (
61
+ _i2.SentryTransaction ? transaction) =>
60
62
(super .noSuchMethod (
61
63
Invocation .method (
62
64
#finishFor,
63
65
[transaction],
64
66
),
65
- returnValue: _i4.Future <_i3.ProfileInfo ?>.value (),
66
- ) as _i4.Future <_i3.ProfileInfo ?>);
67
+ returnValue: _i4.Future <_i3.SentryProfileInfo ?>.value (),
68
+ ) as _i4.Future <_i3.SentryProfileInfo ?>);
67
69
@override
68
70
void dispose () => super .noSuchMethod (
69
71
Invocation .method (
@@ -74,11 +76,11 @@ class MockProfiler extends _i1.Mock implements _i3.Profiler {
74
76
);
75
77
}
76
78
77
- /// A class which mocks [ProfileInfo ] .
79
+ /// A class which mocks [SentryProfileInfo ] .
78
80
///
79
81
/// See the documentation for Mockito's code generation for more information.
80
- class MockProfileInfo extends _i1.Mock implements _i3.ProfileInfo {
81
- MockProfileInfo () {
82
+ class MockSentryProfileInfo extends _i1.Mock implements _i3.SentryProfileInfo {
83
+ MockSentryProfileInfo () {
82
84
_i1.throwOnMissingStub (this );
83
85
}
84
86
0 commit comments