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

https://github.com/afinlay5/javaassertions

Java source code example demonstrating assertions, posted on personal blog (http://bit.ly/JavaAssert).
https://github.com/afinlay5/javaassertions

assertions gradle-java java

Last synced: 8 months ago
JSON representation

Java source code example demonstrating assertions, posted on personal blog (http://bit.ly/JavaAssert).

Awesome Lists containing this project

README

          

# Assertions in the Java Programming Language
Gradle source code repository for the examples from my blog post, http://bit.ly/JavaAssert.
Built and tested on Linux Mint.

![alt text](https://raw.githubusercontent.com/afinlay5/JavaAssertions/master/blog.png)

# Platform
- Any supporting a JVM for Java SE 1.4+.

# Requirements
- Java 1.4 or greater

# Known Problems
- None (04/27/2018).

# Execution Screenshot
![alt text](https://raw.githubusercontent.com/afinlay5/JavaAssertions/master/run.png)