- apply(Statement, FrameworkMethod, Object) - Method in class fm.last.commons.test.file.ClassDataFolder
-
- apply(Statement, FrameworkMethod, Object) - Method in class fm.last.commons.test.file.MethodDataFolder
-
- apply(Statement, FrameworkMethod, Object) - Method in class fm.last.commons.test.file.RootDataFolder
-
- apply(Statement, FrameworkMethod, Object) - Method in class fm.last.commons.test.file.RootSqlFolder
-
- apply(Statement, FrameworkMethod, Object) - Method in class fm.last.commons.test.file.TemporaryFolder
-
- assertFileEquals(File, File) - Static method in class fm.last.commons.test.LastAssertions
-
Asserts that the *contents* of the passed files are equal.
- assertFileEquals(String, File, File) - Static method in class fm.last.commons.test.LastAssertions
-
Asserts that the *contents* of the passed files are equal.
- assertFileEquals(String, File, Charset, File, Charset) - Static method in class fm.last.commons.test.LastAssertions
-
Asserts that the *contents* of the passed files are equal.
- assertFilesEquivalent(File, File) - Static method in class fm.last.commons.test.LastAssertions
-
Asserts that the contents of the files are equivalent - i.e.
- assertFilesEquivalent(File, Charset, File, Charset) - Static method in class fm.last.commons.test.LastAssertions
-
Asserts that the contents of the files are equivalent - i.e.
- assertFilesNotEqual(File, File) - Static method in class fm.last.commons.test.LastAssertions
-
Asserts that the *contents* of the passed files are not equal.
- assertFilesNotEqual(String, File, File) - Static method in class fm.last.commons.test.LastAssertions
-
Asserts that the *contents* of the passed files are not equal.
- assertTestDatabase(DataSource) - Static method in class fm.last.commons.test.LastAssertions
-
Asserts that the database that the passed DataSource has been configured to use is a unit test database.
- assertValues(String, Object[]) - Static method in class fm.last.commons.test.LastAssertions
-
Assert that all Objects in the passed array match the expected value.