All Classes and Interfaces
Class
Description
This class tests the behavior of the
AddPerson program to
ensure that I don't again suffer the kind of embarrassment I
suffered in the Spring of 2002 when my students found a bunch of
bugs in my code.A unit test for the REST client that demonstrates using mocks and
dependency injection
A unit test for the
AirlineServlet.A unit test for the
AppointmentBookServlet.Unit tests for the
Appointment class.The class demonstrates how JUnit 5's
DynamicTest class can be used to generate test cases
dynamically.Tests the
BookDatabase cassDemonstrates how dependency injection makes it easier to test a
BookStoreThis class tests the functionality of the
Course class.This is the abstract superclass of classes that test family tree
classes.
This is the abstract superclass that tests the conversion of a
FamilyTree from one form to another.Unit test for FamilyTree DAO classes.
Unit tests for the
Flight class.This is a JUnit test that tests solving a system of equations using
GaussianElimination.This test demonstrates the use of various matchers from the Hamcrest library
for performing more advanced assertions in unit tests.
Unit tests for the
HttpRequestHelper classThe superclass of test classes that invoke a main method to test a Java program.
Invokes the
main method of a class and captures information about the invocation such as the data
written to standard out and standard error and the exit code.This is a set of JUnit unit tests that test the functionality of an
LRU Map.Throws when the
main method of a class with mutable static
fields is invoked with InvokeMainTestCase.invokeMain(Class, String...).This class tests the functionality of the
Marriage
class.A mock implementation of
BookInventory used for testingA mock implementation of
CreditCardServiceThe abstract super class of mock objects used for testing
Tests the behavior of the
MovieDatabase class.This class tests the functionality of the
Person class.A simple example unit test that demonstrates persisting a PhoneBill
to an H2 in-memory database using JDBC.
A unit test for the
PhoneBillServlet.Unit tests for the
PhoneCall class.A unit test for code in the
Project1 class.A unit test for code in the
Project1 class.A unit test for code in the
Project1 class.This class tests the functionality of the various implementation of
RemoteFamilyTree.This class tests the functionality of the implementors of
RemoteMarriage.This class tests the functionality of implementors of
RemotePerson.This is the abstract superclass for all of the remote family
tree tests.
This class tests the functionality of the
Section classUnit tests for the Student class.
This class tests the functionality of the
TextDumper
and TextParser classes.This class tests the functionality of the
XmlDumper
and XmlParser classes.