A C F I M O P S T 
All Classes All Packages

A

assertSameContents(File, File) - Static method in class it.tidalwave.util.test.FileComparisonUtils
Asserts that two files have the same contents.
assertSameContents(Path, Path) - Static method in class it.tidalwave.util.test.FileComparisonUtils
Asserts that two files have the same contents.
assertSameContents(List<String>, List<String>) - Static method in class it.tidalwave.util.test.FileComparisonUtils
Asserts that two collections of strings have the same contents.

C

CALLS_DEFAULT_METHODS - Static variable in class it.tidalwave.util.test.MoreAnswers
An Answer that calls default methods of an interface.
commonPrefix(String, String) - Static method in class it.tidalwave.util.test.FileComparisonUtils
Given a string that represents a path whose segments are separated by the standard separator of the platform, returns the common prefix - which means the common directory parents.
currentInstant() - Method in class it.tidalwave.util.test.MockTimeProvider
 

F

FileComparisonUtils - Class in it.tidalwave.util.test
A utility class to compare two text files and assert that they have the same contents.
FileComparisonUtils() - Constructor for class it.tidalwave.util.test.FileComparisonUtils
 
fileToStrings(File) - Static method in class it.tidalwave.util.test.FileComparisonUtils
Reads a file into a list of strings.
fileToStrings(InputStream) - Static method in class it.tidalwave.util.test.FileComparisonUtils
Reads an input stream into a list of strings.
fileToStrings(String) - Static method in class it.tidalwave.util.test.FileComparisonUtils
Reads a classpath resource into a list of strings.

I

it.tidalwave.util.test - package it.tidalwave.util.test
 

M

MockTimeProvider - Class in it.tidalwave.util.test
A mock implementation of TimeProvider which returns a fixed value that can be set (the zero epoch instant by default).
MockTimeProvider() - Constructor for class it.tidalwave.util.test.MockTimeProvider
 
MoreAnswers - Class in it.tidalwave.util.test
A repository of reusable Answers for Mockito.
MoreAnswers() - Constructor for class it.tidalwave.util.test.MoreAnswers
 

O

onConfigurationFailure(ITestResult) - Method in class it.tidalwave.util.test.TestLogger
 
onConfigurationSkip(ITestResult) - Method in class it.tidalwave.util.test.TestLogger
 
onFinish(ITestContext) - Method in class it.tidalwave.util.test.TestLogger
 
onStart(ITestContext) - Method in class it.tidalwave.util.test.TestLogger
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class it.tidalwave.util.test.TestLogger
 
onTestFailure(ITestResult) - Method in class it.tidalwave.util.test.TestLogger
 
onTestSkipped(ITestResult) - Method in class it.tidalwave.util.test.TestLogger
 
onTestStart(ITestResult) - Method in class it.tidalwave.util.test.TestLogger
 
onTestSuccess(ITestResult) - Method in class it.tidalwave.util.test.TestLogger
 

P

P_TABULAR_LIMIT - Static variable in class it.tidalwave.util.test.FileComparisonUtils
 
P_TABULAR_OUTPUT - Static variable in class it.tidalwave.util.test.FileComparisonUtils
 

S

stringToStrings(String) - Static method in class it.tidalwave.util.test.FileComparisonUtils
Converts a string which contains newlines into a list of strings.

T

TestLogger - Class in it.tidalwave.util.test
 
TestLogger() - Constructor for class it.tidalwave.util.test.TestLogger
 
A C F I M O P S T 
All Classes All Packages