public class

AllMembersSupplier

extends ParameterSupplier
java.lang.Object
   ↳ org.junit.experimental.theories.ParameterSupplier
     ↳ org.junit.experimental.theories.internal.AllMembersSupplier

Class Overview

Supplies Theory parameters based on all public members of the target class.

Summary

Public Constructors
AllMembersSupplier(TestClass type)
Constructs a new supplier for type
Public Methods
List<PotentialAssignment> getValueSources(ParameterSignature sig)
[Expand]
Inherited Methods
From class org.junit.experimental.theories.ParameterSupplier
From class java.lang.Object

Public Constructors

public AllMembersSupplier (TestClass type)

Constructs a new supplier for type

Public Methods

public List<PotentialAssignment> getValueSources (ParameterSignature sig)