Giter VIP home page Giter VIP logo

algodat1-ss2012-pr1-tests's Introduction

algodat1-ss2012-pr1-tests

test cases for algodat1 pr1

Set up everything

You can use this directory directly for testing your implementation. All you need is to copy or link the ads1ss12-folder that comes with the skeleton to this folder, so that this folder looks something like this:

├── ads1ss12
│   └── pa
│       ├── AbstractAvlTree.java
│       ├── ADS1SecurityManager.java
│       ├── AvlNode.java
│       ├── AvlTree.java
│       ├── InputScanner.java
│       ├── Main.java
│       └── NodeNotBalancedException.java
├── build.sh
├── clean.sh
├── README.md
├── tests
│   ├── input
│   │   ├── jsnlry001
│   │   ├── jsnlry002
│   │   ├── ...
│   └── output
│       ├── jsnlry001
│       ├── jsnlry002
│       ├── ...
└── test.sh

Use the bash scripts

Note: I tested the bash scripts with linux only.

To clean up everything, build the code and run all the tests you can simply run

./clean.sh && ./build.sh && ./test.sh

To run a single test just use

./test-single.sh <test-name>

For example:

./test-single.sh 0000

Resources

algodat1-ss2012-pr1-tests's People

Contributors

jsnlry avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.