https://github.com/miho/vmf-text-tests
Test Suite for VMF-Text
https://github.com/miho/vmf-text-tests
Last synced: 3 months ago
JSON representation
Test Suite for VMF-Text
- Host: GitHub
- URL: https://github.com/miho/vmf-text-tests
- Owner: miho
- License: apache-2.0
- Created: 2018-07-11T22:16:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T19:26:48.000Z (over 7 years ago)
- Last Synced: 2025-02-15T21:20:01.250Z (11 months ago)
- Language: Java
- Size: 196 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VMF-Text-Tests
**Tests are now part of the [VMF-Text](https://github.com/miho/VMF-Text) repository.**
> ## Executing the Tests
>
> ### Requirements
>
> - Java >= 1.8
> - Internet connection (dependencies are downloaded automatically)
> - IDE: [Gradle](http://www.gradle.org/) Plugin (not necessary for command line usage)
>
> ### IDE
>
> Open the `VMF-Text-Tests` [Gradle](http://www.gradle.org/) project in your favourite IDE (tested with NetBeans 8.2 and IntelliJ 2018) and build it
> by calling the `test` task.
>
> ### Command Line
>
> Navigate to the [Gradle](http://www.gradle.org/) project (e.g., `path/to/VMF-Text-Test`) and enter the following command
>
> #### Bash (Linux/macOS/Cygwin/other Unix shell)
>
> bash gradlew test
>
> #### Windows (CMD)
>
> gradlew test
>
> ### Viewing the Report
>
> An HTML version of the test report is located in the build folder `build/reports/tests/test/index.html`.