object-oriented-tests-core
v0.4.3
Published
Fork of @testdeck/core with beforeAll and afterAll as instance's methods
Downloads
844
Maintainers
Readme
object-oriented-tests-core
This package is a fork of the @testdeck/core
In this fork methods beforeAll
and afterAll
are instance of test class unlike the original package where they
were static. This is made for easier and more convenient work with NestJS
The package is for the integration of both test frameworks and IOC containers.
Further Reading
- object-oriented-tests-jest Package for Jest framework
License
Copyright 2016-2022 Testdeck Team and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.