Test.Unit.Testcase is an internal helper class used by Test.Unit.Runner mostly to provide an easy-to-use syntax for Unit Testing.

Class methods

Besides the methods the Test.Unit.Assertions mix-in provides, Test.Unit.Testcase holds a wait function for testing asynchronous Java Script code, like AJAX requests or Visual Effects.

See Test.Unit.Testcase.wait.