Functional Problem Solving (CSC 151 2015S) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [FAQ] [Teaching & Learning] [Grading] [Taking Notes] [Rubric] - [Calendar]
Current: [Assignment] [EBoard am] [EBoard pm] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards am] [EBoards pm] [Labs] [Outlines] [Readings] - [Examples] [Handouts]
Reference: [Setup] [VM] [Errors] - [Functions A-Z] [Functions By Topic] - [Racket] [Scheme Report (R5RS)] [R6RS] [TSPL4]
Related Courses: [Davis (2013F)] [Rebelsky (2014F)] [Weinman (2014F)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Book Office Hours] - [Issue Tracker (Course)]
Held: Wednesday, 4 February 2015
Back to Outline 09 - Side Effects: Images, Output, and More. On to Outline 11 - Testing Your Procedures, Revisited.
Summary
We consider testing: When, why, and how you might test the procedures and the programs you write.
Related Pages
Overview
Administrivia
display and newlineimage-load, drawing-render!, etc.Most of my thoughts on testing have ended up in the reading.
check-equal? (or some variants).test casewith
test-case. That lets us add a description to the checks.test suitewith
test-suite. Unlike test-case, which runs the test,, test-suite
builds a value that you run later.