/stack

Primary LanguageGroovy

Java Stack

Tests

Run ./gradlew test to run the tests

Docs

To generate the java docs for the library, run ./gradlew javadoc

Source structure

Main library file under /lib/src/main/java/za/co/bmw/stack/Stack.java.

Test specification under /lib/src/main/groovy/za/co/bmw/stack/StackSpecification.groovy.