Package patterntesting.runtime.util
This is the package for some utility classes.
- Since:
- 0.8
- Author:
- oliver
-
Class Summary Class Description ArchivEntry Unfortunately we can't extends URI because this is a final class.AssertArg This utility class is intended to check arguments.Assertions If you want to know if assertions are enabled (java option "-ea"), you can use this helper class.ClasspathHelper This class contains some helper classes which are used inside ClasspathMonitor and ClasspathDigger.Converter The Class Converter to convert objects from one type to another type.Environment This class provides some utilities for the access to the environment (e.g.ExceptionThrower Because we need the functionality of throwing any exception not only in PatternTesting Exception but also here this functionality was shifted to PatternTesting Runtime.JoinPointHelper The Class JoinPointHelper.NestedZipFile This class provides more details about the underlying ZIP file as the originalZipFile
class.ObjectComparator Compares two objects using their string representation.ReflectionHelper This class is a helper class to access some fields via reflection.SignatureHelper The Class SignatureHelper.StackTraceScanner This class allows you to scan the stacktrace for different stuff.StringConverter This is the base class for all converter classes which transform a string into another string.TestEnvironment This class is intended for testing to be able to provide a different environment.ThreadUtil The Class ThreadUtil.