package:test_api v0.6.1
·
686 commits
to master
since this release
- Drop support for null unsafe Dart, bump SDK constraint to
3.0.0
. - Make some implementation classes
final
. These classes were never intended to
be extended or implemented.Metadata
,PlatformSelector
,RemoteListener
,
Runtime
,StackTraceFormatter
,SuitePlatform
,RemoteException
,
TestHandle
,OutstandingWork
,OutsideTestException
,OnPlatform
,
Retry
,Skip
,Tags
,TestOn
,Timeout
. - Mark an implementation class
interface
:StackTraceMapper
. - Change the
Compiler
class into anenum
. - Make
Fake
amixin class
. - Allow the latest analyzer (6.x.x).