Annotation
@Welltested()
@Welltested()import 'package:welltested_annotation/welltested_annotation.dart';
@Welltested()
class Auth {
Future<void> logInUser() {...}
Future<void> logOutUser() {...}
}import 'package:welltested_annotation/welltested_annotation.dart';
@Welltested()
double cartCalculator(List<CartItem> items, double tax) {...} // top-level function
Testcases
Exclude Methods
Last updated
Was this helpful?