Skip to content
forked from yegor256/jping

JUnit5 execution condition that makes sure a connection to a public Internet exists

License

Notifications You must be signed in to change notification settings

valery1707/jping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EO principles respected here DevOps By Rultor.com We recommend IntelliJ IDEA

mvn PDD status Maven Central Javadoc codecov Hits-of-Code License

JUnit5 execution condition that checks whether a connection to public Internet is available.

First, you add this to your pom.xml:

<dependency>
  <groupId>com.yegor256</groupId>
  <artifactId>jping</artifactId>
  <version>0.0.0</version>
</dependency>

Then, you use it like this:

import com.yegor256.WeAreOnline;

@ExtendWith(WeAreOnline.class)
final class MyTest {
  // Your test methods
}

How to Contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install -Pqulice

You will need Maven 3.3+ and Java 8+.

About

JUnit5 execution condition that makes sure a connection to a public Internet exists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%