hawkw / decaf

like Java, but less so
hawkweisman.me/decaf
Other
18 stars 4 forks source link

Lab 3 Checkpoint Spec #24

Closed hawkw closed 9 years ago

hawkw commented 9 years ago

We need a Huge Failing Test Fixture for everything required for the checkpoint. I've included the sample code & output from Dr. Jumadinova in src/test/resources/lab3-samples/samples-checkpoint.

Since most of the requirements at this point are related to error handling, we could consider testing by expecting exceptions rather than through toString testing like in the other labs. Of course, this depends on #23.

hawkw commented 9 years ago

If we're doing this the pseudo-easy way, this should depend on #36

ArcticLight commented 9 years ago

As we've passed the checkpoint, is this still relevant?

hawkw commented 9 years ago

Uh, it might be nice to know if changes break the checkpoint functionality, but I think it's low-priority.

hawkw commented 9 years ago

See my comment on #25.

hawkw commented 9 years ago

Started working on this in e80cce8

hawkw commented 9 years ago

Wontfix