Package | Description |
---|---|
student |
This package provides classes written for use in introductory
computer science courses.
|
student.testingsupport |
Modifier and Type | Method and Description |
---|---|
PrintStreamWithHistory |
TestCase.systemErr()
Get a version of
System.err that records its history
so you can compare against it later. |
PrintStreamWithHistory |
TestCase.systemOut()
Get a version of
System.out that records its history
so you can compare against it later. |
Modifier and Type | Method and Description |
---|---|
static PrintStreamWithHistory |
SystemIOUtilities.err()
Get a "wrapped" version of
System.err that provides
history recording functions. |
static PrintStreamWithHistory |
SystemIOUtilities.out()
Get a "wrapped" version of
System.out that provides
history recording functions. |