2018-07-09 16:10:25 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
2018-10-21 08:22:41 +00:00
|
|
|
description: Testing utility library for the Angel framework. Use with package:test.
|
2018-07-09 16:10:25 +00:00
|
|
|
homepage: https://github.com/angel-dart/test.git
|
|
|
|
name: angel_test
|
2019-01-06 17:58:41 +00:00
|
|
|
version: 2.0.1
|
2021-02-14 05:22:25 +00:00
|
|
|
environment:
|
|
|
|
sdk: ">=2.10.0 <2.12.0"
|
2016-12-10 17:05:31 +00:00
|
|
|
dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_client: # ^2.0.0
|
|
|
|
path: ../client
|
|
|
|
angel_framework: # ^2.0.0-alpha
|
|
|
|
path: ../framework
|
|
|
|
angel_http_exception: #^1.0.0
|
|
|
|
path: ../http_exception
|
|
|
|
angel_validate: # ^2.0.0
|
|
|
|
path: ../validate
|
|
|
|
angel_websocket: # ^2.0.0
|
|
|
|
path: ../websocket
|
2018-11-08 22:02:23 +00:00
|
|
|
http: ^0.12.0
|
2019-01-06 17:41:06 +00:00
|
|
|
matcher: ^0.12.0
|
2017-03-25 04:12:21 +00:00
|
|
|
mock_request: ^1.0.0
|
2018-07-09 16:23:33 +00:00
|
|
|
web_socket_channel: ^1.0.0
|
2016-12-10 17:05:31 +00:00
|
|
|
dev_dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
test: ^1.15.7
|
|
|
|
|