org.mockito.cglib.core

Interface GeneratorStrategy

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(Object o)
      The GeneratorStrategy in use does not currently, but may in the future, affect the caching of classes generated by AbstractClassGenerator, so this is a reminder that you should correctly implement equals and hashCode to avoid generating too many classes.
      byte[] generate(ClassGenerator cg)
      Generate the class.

Copyright © 2016. All rights reserved.