JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
edu.pdx.cs410J.junit.Course
Packages that use
Course
Package
Description
edu.pdx.cs410J.junit
The package contains examples of how to write unit tests using the JUnit test framework.
Uses of
Course
in
edu.pdx.cs410J.junit
Methods in
edu.pdx.cs410J.junit
that return
Course
Modifier and Type
Method
Description
Course
Section.
getCourse
()
Returns the course being offered
Constructors in
edu.pdx.cs410J.junit
with parameters of type
Course
Modifier
Constructor
Description
Section
(
Course
course, int term, int year)
Creates a new section of a course being offered in the given term and year.