Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.03 KB

File metadata and controls

23 lines (14 loc) · 1.03 KB

Rock, Paper, Scissors

Rock, Paper, Scissors game implementation with additional weapons support.

Rock-paper-scissors is a zero sum hand game usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand.

Build Status Coveralls

##Tools

JUnit

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.

Mockito

Tasty mocking framework for unit tests in Java

AssertJ

Fluent assertions for java

Cobertura

A code coverage utility for Java.