-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis enhancement
Milestone
Description
Stacktrace is printed out to Test Output as plain text. It would be useful if we could click on specific line and navigate to related code.
case:
e.g. test fails with such output in Test Output window:
ERROR: NoSuchMethodError: The method 'call' was called on null.
Receiver: null
Tried calling: call()
dart:core Object.noSuchMethod
test/service/geocode_repository_mock.dart 12:7 MockGeocodeRepository.locationsFromCoordinates
package:mypackage/src/feature/location_picker/bloc/location_picker_bloc.dart 32:29
<...>
expectation:
clicking package:mypackage/src/feature/location_picker/bloc/location_picker_bloc.dart 32:29 navigates to location_picker_bloc.dart 32
kentcb and maks
Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis enhancement