Java org.apache.commons.collections4 BulkTest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections4 BulkTest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections4 BulkTest.

The text is from its open source code.

Method

TestSuitemakeSuite(final Class c)
Returns a TestSuite for testing all of the simple tests and all the bulk tests defined by the given class.

The class is examined for simple and bulk test methods; any child bulk tests are also examined recursively; and the results are stored in a hierarchical TestSuite .

The given class must be a subclass of BulkTest and must not be abstract.