Closed hawkw closed 9 years ago
I'm gonna get on this soon.
As of 11dc7bb, checkTypes()
(and the other semantic analysis methods) all return a List[Exception]
, so we can unit test on that.
As of bbcc629 I'm like half done with this.
Spec was finalized in c22f665.
We need a Huge Failing Test Fixture for everything required for the final submission of Lab 3. I've included the sample code & output from Dr. Jumadinova in
src/test/resources/lab3-samples/samples
.As I mentioned in #24, 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.