C D F I N R T W

C

ClassNotFoundRuntimeException - Exception in com.googlecode.kevinarpe.papaya.exception
 
ClassNotFoundRuntimeException() - Constructor for exception com.googlecode.kevinarpe.papaya.exception.ClassNotFoundRuntimeException
Calls RuntimeException#RuntimeException()
ClassNotFoundRuntimeException(String) - Constructor for exception com.googlecode.kevinarpe.papaya.exception.ClassNotFoundRuntimeException
Calls RuntimeException#RuntimeException(String)
ClassNotFoundRuntimeException(String, Throwable) - Constructor for exception com.googlecode.kevinarpe.papaya.exception.ClassNotFoundRuntimeException
Calls RuntimeException#RuntimeException(String, Throwable)
ClassNotFoundRuntimeException(Throwable) - Constructor for exception com.googlecode.kevinarpe.papaya.exception.ClassNotFoundRuntimeException
Calls RuntimeException#RuntimeException(Throwable)
com.googlecode.kevinarpe.papaya.exception - package com.googlecode.kevinarpe.papaya.exception
 
com.googlecode.kevinarpe.papaya.testing - package com.googlecode.kevinarpe.papaya.testing
Classes for testing

D

DEFAULT_EXCLUDE_PATTERN_LIST - Static variable in class com.googlecode.kevinarpe.papaya.testing.TestClassFinderUtils
Default value for withExcludePatterns(): An empty list (no patterns).
DEFAULT_INCLUDE_PATTERN_LIST - Static variable in class com.googlecode.kevinarpe.papaya.testing.TestClassFinderUtils
Default value for withIncludePatterns(): A single pattern to match all Java source files.
DEFAULT_ROOT_DIR_PATH - Static variable in class com.googlecode.kevinarpe.papaya.testing.TestClassFinderUtils
Default value for withRootDirPath(): System property "user.dir".
DelegateExceptionTestHelper<TException extends Exception> - Class in com.googlecode.kevinarpe.papaya.exception
 

F

findAsArray() - Method in interface com.googlecode.kevinarpe.papaya.testing.TestClassFinder
This is a convenience method to call findAsList().
findAsList() - Method in interface com.googlecode.kevinarpe.papaya.testing.TestClassFinder
Searches recursively from the root directory to find Java sources files and returns the corresponding Class for each matching file.

I

INSTANCE - Static variable in class com.googlecode.kevinarpe.papaya.testing.TestClassFinderUtils
Single instance of this class provided for convenience.
ITestClassFinderUtils - Interface in com.googlecode.kevinarpe.papaya.testing
For those projects that require full, static-free mocking capabilities, use this interface.

N

newFactory() - Method in interface com.googlecode.kevinarpe.papaya.testing.ITestClassFinderUtils
Retrieves a TestClassFinderFactory.
newFactory() - Method in class com.googlecode.kevinarpe.papaya.testing.TestClassFinderUtils
Retrieves a TestClassFinderFactory.
newInstance(Class<TException2>) - Static method in class com.googlecode.kevinarpe.papaya.exception.DelegateExceptionTestHelper
 
newInstance() - Method in interface com.googlecode.kevinarpe.papaya.testing.ITestClassFinderUtils
Constructs a new instance of TestClassFinder.
newInstance() - Method in interface com.googlecode.kevinarpe.papaya.testing.TestClassFinderFactory
Constructs a new instance of TestClassFinder.
newInstance() - Method in class com.googlecode.kevinarpe.papaya.testing.TestClassFinderUtils
Constructs a new instance of TestClassFinder.

R

runAllTests() - Method in class com.googlecode.kevinarpe.papaya.exception.DelegateExceptionTestHelper
 

T

TestClassFinder - Interface in com.googlecode.kevinarpe.papaya.testing
Finds Class references by recursively scanning a directory for source files.
TestClassFinderFactory - Interface in com.googlecode.kevinarpe.papaya.testing
Factory to construct instances of TestClassFinder.
TestClassFinderUtils - Class in com.googlecode.kevinarpe.papaya.testing
Constants and static utilities for TestClassFinder.
TestClassFinderUtils() - Constructor for class com.googlecode.kevinarpe.papaya.testing.TestClassFinderUtils
For projects that require total, static-free mocking capabilities, use this constructor.
testCtorString() - Method in class com.googlecode.kevinarpe.papaya.exception.DelegateExceptionTestHelper
 
testCtorStringThrowable() - Method in class com.googlecode.kevinarpe.papaya.exception.DelegateExceptionTestHelper
 
testCtorThrowable() - Method in class com.googlecode.kevinarpe.papaya.exception.DelegateExceptionTestHelper
 
testCtorVoid() - Method in class com.googlecode.kevinarpe.papaya.exception.DelegateExceptionTestHelper
 

W

withExcludePatterns(Pattern, Pattern...) - Method in interface com.googlecode.kevinarpe.papaya.testing.TestClassFinder
This is a convenience method to call withExcludePatterns(List).
withExcludePatterns(List<Pattern>) - Method in interface com.googlecode.kevinarpe.papaya.testing.TestClassFinder
Constructs a new instance with a new list of patterns used to exclude source files.
withExcludePatterns() - Method in interface com.googlecode.kevinarpe.papaya.testing.TestClassFinder
Retrieves the list of patterns used to include source files.
withIncludePatterns(Pattern, Pattern...) - Method in interface com.googlecode.kevinarpe.papaya.testing.TestClassFinder
This is a convenience method to call withIncludePatterns(List).
withIncludePatterns(List<Pattern>) - Method in interface com.googlecode.kevinarpe.papaya.testing.TestClassFinder
Constructs a new instance with a new list of patterns used to include source files.
withIncludePatterns() - Method in interface com.googlecode.kevinarpe.papaya.testing.TestClassFinder
Retrieves the list of patterns used to include source files.
withRootDirPath(File) - Method in interface com.googlecode.kevinarpe.papaya.testing.TestClassFinder
Constructs a new instance with new root directory to use when finding test classes.
withRootDirPath() - Method in interface com.googlecode.kevinarpe.papaya.testing.TestClassFinder
Retrieves root directory to use when finding test classes.

C D F I N R T W

Copyright © 2013-2014. All Rights Reserved.