enhancementgood first issuehacktoberfesthelp wanted
Métricas do repositório
- Stars
- (305 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Tracking issue identify progress of the various expectation matchers.
-
expect(value) -
.not -
.toBe(value) -
.toEqual(value) -
.isNull -
.isNotNull- Dart equivalent ofexpect.anything() -
.toBeFalsy -
.toBeTruthy -
.toThrow(Error?)