Package net.sf.jbenchmark.util

Contains utilities that are useful throughout the project.

See:
          Description

Interface Summary
StatisticPublisher Classes publish a statistic summary.
 

Class Summary
AbstractStatisticPublisher Generates the output in Twiki format.
BasicTestStatistics The basic test statistics is a more basic version from the TestTimer that reports on more generic items for all types of tests, not just web ones.
ConsolePublisher Publish results to the console.
FilePublisher Produces the Twiki output to a file.
StatisticsSummary Represents an abstraction of statistics that might be reported on.
StringUtil String utils provide the generic string manpiulation and check utilites for this package.
ValidationUtils Provides standard validation methods.
 

Package net.sf.jbenchmark.util Description

Contains utilities that are useful throughout the project. This includes utilitites that don't really belong to any classes.