https://github.com/testify-project/virtual-resources
Repository that contains Virtual Resource Implementations
https://github.com/testify-project/virtual-resources
Last synced: 9 months ago
JSON representation
Repository that contains Virtual Resource Implementations
- Host: GitHub
- URL: https://github.com/testify-project/virtual-resources
- Owner: testify-project
- License: apache-2.0
- Created: 2017-06-02T16:38:47.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-19T17:24:07.000Z (almost 3 years ago)
- Last Synced: 2025-07-08T06:51:38.168Z (10 months ago)
- Language: Java
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Resources
[](https://travis-ci.org/testify-project/virtual-resources)
[](https://gitter.im/testify-project/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://codecov.io/github/testify-project/virtual-resources?branch=develop)
[]()
[](LICENSE)
## Overview
A repository that contains reusable collection of virtual resource provider implementations.
## Issue Tracking
Report issues via the [Github Issues][github-issues]. Think you've found a bug?
Please consider submitting a reproduction project via the a new [Github Issue][github-issues-new].
## Building from Source
Testify uses a Maven-based build system. To build from source follow the bellow instructions:
### Prerequisites
- [Git 1.9.1](https://git-scm.com/downloads) or above
- [JDK 8](https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html) (be sure to set `JAVA_HOME`)
- [Maven 3.1.1](https://maven.apache.org/download.cgi) or above
### Check out sources
```
git clone git@github.com:testify-project/virtual-resources.git
```
or
```
git clone https://github.com/testify-project/virtual-resources.git
```
### Install all Testify jars into your local Maven cache
```
./mvnw install -Dmaven.test.skip
```
### Compile and test and build all jars
```
./mvnw clean install
```
## Staying in Touch
- [Gitter][gitter].
- [Users Mailing List][users-groups] ([testifyproject-users@googlegroups.com][users-email])
- [Developers Mailing List][devs-groups] ([testifyproject-devs@googlegroups.com][devs-email])
## License
The Testify is released under [Apache Software License, Version 2.0](LICENSE).
Enjoy and keep on Testifying!
[github-issues]: https://github.com/testify-project/virtual-resources/issues
[github-issues-new]: https://github.com/testify-project/virtual-resources/issues/new
[gitter]: https://gitter.im/testify-project/Lobby
[users-email]: mailto:testifyproject-users@googlegroups.com
[users-groups]: https://groups.google.com/forum/#!forum/testifyproject-users
[devs-email]: mailto:testifyproject-devs@googlegroups.com
[devs-groups]: https://groups.google.com/forum/#!forum/testifyproject-devs