An open API service indexing awesome lists of open source software.

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

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`.