- CachingSpy - Class in de.apaxo.test
-
This class can spy on an arbitrary Object and will intercept all given
methods.
- cachingSpy(T) - Static method in class de.apaxo.test.CachingSpy
-
This method intercepts all calls to object and returns if available a
serialized object from the cache in the test directory.
- cachingSpy(T, Method[]) - Static method in class de.apaxo.test.CachingSpy
-
This method intercepts all calls to object and returns if available a
serialized object from the cache in the test directory.
- CachingSpy.FileNameConstructor - Interface in de.apaxo.test
-
This can be implemented by someone who wants to change how the files are
named for a certain method.
- cachingSpyForFinalClass(Class<K>, T) - Static method in class de.apaxo.test.CachingSpy
-
This function creates a decorator for an object that has a final class.
- cachingSpyForFinalClass(Class<K>, T, Method[]) - Static method in class de.apaxo.test.CachingSpy
-
This function creates a decorator for an object that has a final class.