Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 513 Bytes

File metadata and controls

14 lines (10 loc) · 513 Bytes

Autograding String1 exqample: Java

This example project is written in Java, and tested with Gradle/JUnit.

The assignment

The tests are currently failing because reverse() and equal() functions have not been implemented. implementing them in String1 class correctly make the tests green.

Setup command

N/A

Run command

gradle test

Notes

  • The JDK is installed on GitHub Actions machines, so you're also able to directly invoke javac, java, or any other CLI command included in the JDK.