Class CandidateLoader

java.lang.Object
org.objenesis.tck.AbstractLoader
org.objenesis.tck.CandidateLoader

class CandidateLoader extends AbstractLoader
Loads a set of candidate classes from a properties file into the TCK.

The properties file takes the form of candidateClassName=shortDescription.

See Also:
  • Field Details

    • tck

      private final TCK tck
  • Constructor Details

    • CandidateLoader

      public CandidateLoader(TCK tck, AbstractLoader.ErrorHandler errorHandler)
      Parameters:
      tck - TCK that will use the candidates
      errorHandler - Handler called in case of error
  • Method Details