--- /tmp/fest-assert-2.0~M10-1.1r6ydbs2w/debian/libfest-assert-java-doc_2.0~M10-1.1_all.deb +++ libfest-assert-java-doc_2.0~M10-1.1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2020-12-29 03:02:25.000000 debian-binary │ -rw-r--r-- 0 0 0 13588 2020-12-29 03:02:25.000000 control.tar.xz │ --rw-r--r-- 0 0 0 467332 2020-12-29 03:02:25.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 467236 2020-12-29 03:02:25.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -7,15 +7,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 96892 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/allclasses-index.html │ │ │ -rw-r--r-- 0 root (0) root (0) 30972 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/allclasses.html │ │ │ -rw-r--r-- 0 root (0) root (0) 6595 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/allpackages-index.html │ │ │ -rw-r--r-- 0 root (0) root (0) 4463 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/constant-values.html │ │ │ -rw-r--r-- 0 root (0) root (0) 4378 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/deprecated-list.html │ │ │ -rw-r--r-- 0 root (0) root (0) 274 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/element-list │ │ │ -rw-r--r-- 0 root (0) root (0) 10228 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/help-doc.html │ │ │ --rw-r--r-- 0 root (0) root (0) 808998 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/index-all.html │ │ │ +-rw-r--r-- 0 root (0) root (0) 809022 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/index-all.html │ │ │ -rw-r--r-- 0 root (0) root (0) 6587 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/index.html │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/jquery/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/jquery/external/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/jquery/external/jquery/ │ │ │ -rw-r--r-- 0 root (0) root (0) 287630 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/jquery/external/jquery/jquery.js │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/jquery/images/ │ │ │ -rw-r--r-- 0 root (0) root (0) 335 2020-12-29 03:02:25.000000 ./usr/share/doc/libfest-assert-java/api/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png │ │ ├── ./usr/share/doc/libfest-assert-java/api/index-all.html │ │ │ @@ -1894,15 +1894,15 @@ │ │ │ │ │ │
assertUpperCase(AssertionInfo, Character) - Method in class org.fest.assertions.internal.Characters
│ │ │
│ │ │
Asserts that the actual value is a uppercase character.
│ │ │
│ │ │
atIndex(int) - Static method in class org.fest.assertions.api.Assertions
│ │ │
│ │ │ -
Only delegate to Index.atIndex(int) so that Assertions offers a full feature entry point to all Fest Assert features │ │ │ +
Only delegate to atIndex(int) so that Assertions offers a full feature entry point to all Fest Assert features │ │ │ (but you can use Index if you prefer).
│ │ │
│ │ │
atIndex(int) - Static method in class org.fest.assertions.data.Index
│ │ │
│ │ │
Creates a new Index.
│ │ │
│ │ │ │ │ │ @@ -2453,15 +2453,15 @@ │ │ │
 
│ │ │
DescriptionFormatter - Class in org.fest.assertions.error
│ │ │
│ │ │
Formats the Descriptions to be included in assertion errors.
│ │ │
│ │ │
descriptionText() - Method in class org.fest.assertions.api.AbstractAssert
│ │ │
│ │ │ -
The description of this assertion set with describedAs(String) or describedAs(Description).
│ │ │ +
The description of this assertion set with AbstractAssert.describedAs(String) or AbstractAssert.describedAs(Description).
│ │ │
│ │ │
descriptionText() - Method in class org.fest.assertions.core.WritableAssertionInfo
│ │ │
│ │ │
Returns the text of this object's description, or null if such description is null.
│ │ │
│ │ │
diff(File, byte[]) - Method in class org.fest.assertions.internal.BinaryDiff
│ │ │