A C D G R 

A

addFileNameConstructor(Method, CachingSpy.FileNameConstructor) - Static method in class de.apaxo.test.CachingSpy
This can be used to define an own file name constructor for naming files in case hashCode is implemented in a bad way.
answer(InvocationOnMock) - Method in class de.apaxo.test.CachingSpy
Implement answer for caching spy.

C

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.

D

de.apaxo.test - package de.apaxo.test
 

G

generateFileName(Object[]) - Method in interface de.apaxo.test.CachingSpy.FileNameConstructor
 

R

removeFileNameConstructor(Method) - Static method in class de.apaxo.test.CachingSpy
This can be used to remove an own file name constructor for naming files in case hashCode is implemented in a bad way.
A C D G R 

Copyright © 2014 Apaxo GmbH. All rights reserved.