Skip to content

RiceComp215-Staff/RiceChecks-SortExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RiceChecks: "Sort" Example

This repo is a demonstration project for the RiceChecks Java autograder.

In this hypothetical project, students are asked to implement three sorting algorithms; their work is tested with QuickTheories, generating hundreds of random inputs.

The initial state of this repository has all tests passing. Feel free to introduce bugs to the student assignment and see how RiceChecks responds.

Gitpod

Here's a link that will drop you into the Gitpod web-based IDE using this codebase:

(You can replace this URL with any public GitHub repository with gitpod.io before the usual github.com.)

From the Gitpod terminal shell, run ./gradlew autograder.

GitHub Actions

If you're a beta-tester for GitHub Actions, this repository is configured to run the autograder as a GitHub Action on every push. You can see the results of the autograder by clicking the "Commits" tab. Try introducing bugs, committing and pushing, to see how RiceChecks responds.

About

Sort example project for RiceChecks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages