Project 1 Test Cases

These are just short descriptions of the test cases that will be run by the autograder, so that you can somewhat interpret the autograder's results when you submit early.

  1. ThreadGrader1: Condition2
    1. Test ThreadGrader1.a: Tests your condition variables using a few threads
    2. Test ThreadGrader1.b: Tests your condition variables using many threads
  2. ThreadGrader2: Communicator
    1. Test ThreadGrader2.a: Tests your communicator
    2. Test ThreadGrader2.b: Tests your communicator, with more speakers/listeners
    3. Test ThreadGrader2.c: Tests your communicator, with more speakers/listneers, and transmits more messages
  3. ThreadGrader3: Join
    1. Test ThreadGrader3.a: Tries a join on thread x before x actually runs
    2. Test ThreadGrader3.b: Tries a join on thread x after x has completed
  4. ThreadGrader4: WaitUntil
    1. Test ThreadGrader4.a: Tests waitUntil to ensure it waits at least minimum amount of time
    2. Test ThreadGrader4.b: Tests whether waitUntil actually wakes up at correct time
  5. BoatGraders: Tests boat code with varying levels of children and adults.