From 2f3685fdf07f54c387a8dd48960fc30385dc70bb Mon Sep 17 00:00:00 2001 From: nandedkar Date: Sun, 7 Oct 2018 07:15:34 +0000 Subject: [PATCH] hello --- README.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/README.md b/README.md index 934b71e0..65393d1d 100644 --- a/README.md +++ b/README.md @@ -1,28 +1 @@ -# A Java/Maven/JUnit HelloWorld example - -A „Hello World!” sample written in Java using Maven for the build, that showcases a few very simple tests. - -This example demonstrates: - -* A simple Java 8 application with tests -* Unit tests written with [JUnit 5](https://junit.org/junit5/) -* Integration tests written with [JUnit 5](https://junit.org/junit5/) -* Code coverage reports via [JaCoCo](https://www.jacoco.org/jacoco/) -* A Maven build that puts it all together - -## Running the tests - -* To run the unit tests, call `mvn test` -* To run the integration tests as well, call `mvn verify` -* Code coverage reports are generated when `mvn verify` (or a full `mvn clean install`) is called. - Point a browser at the output in `target/site/jacoco-both/index.html` to see the report. - -## Conventions - -This example follows the following basic conventions: - -| | unit test | integration test | -| --- | --- | --- | -| **resides in:** | `src/test/java/*Test.java` | `src/test/java/*IT.java` | -| **executes in Maven phase:** | test | verify | -| **handled by Maven plugin:** | [surefire](http://maven.apache.org/surefire/maven-surefire-plugin/) | [failsafe](http://maven.apache.org/surefire/maven-failsafe-plugin/) | +hello bhau