issues
search
google
/
truth
Fluent assertions for Java and Android
https://truth.dev/
Apache License 2.0
2.73k
stars
260
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump com.google.errorprone:error_prone_annotations from 2.25.0 to 2.26.0
#1257
dependabot[bot]
closed
8 months ago
1
Bump actions/cache from 4.0.0 to 4.0.1
#1256
dependabot[bot]
closed
8 months ago
1
Migrate tests off `Truth8`.
#1255
copybara-service[bot]
closed
8 months ago
0
Update docs for version 1.4.2.
#1254
copybara-service[bot]
closed
8 months ago
0
Enable a few more Guava Primitives tests for J2KT
#1253
copybara-service[bot]
closed
8 months ago
0
Bump actions/setup-java from 4.0.0 to 4.1.0
#1252
dependabot[bot]
closed
8 months ago
1
Remove more copies of a workaround for an ancient Android bug.
#1251
copybara-service[bot]
closed
8 months ago
0
Suppress `TruthSelfEquals` violations in Truth.
#1250
copybara-service[bot]
closed
8 months ago
0
Suppress `NullableOptional`, as we already do in, e.g., `Truth.assertThat(Optional)`.
#1249
copybara-service[bot]
closed
8 months ago
0
Automated Code Change
#1248
copybara-service[bot]
closed
8 months ago
0
Update docs for version 1.4.1.
#1247
copybara-service[bot]
closed
8 months ago
0
Change `assertThat(array)` to allow arrays of non-nullable elements
#1246
copybara-service[bot]
closed
8 months ago
0
Remove `@J2ktIncompatible` from `StringSubject#matches`
#1245
copybara-service[bot]
closed
8 months ago
0
Bump com.google.errorprone:error_prone_annotations from 2.24.1 to 2.25.0
#1244
dependabot[bot]
closed
8 months ago
1
Bump com.google.protobuf:protobuf-java from 3.25.2 to 3.25.3
#1243
dependabot[bot]
closed
8 months ago
1
Document more about how and why to migrate off `Truth8`.
#1242
copybara-service[bot]
closed
8 months ago
0
Update docs to reflect that the Java 8 assertions have "moved" to the main `Truth` class.
#1241
copybara-service[bot]
closed
9 months ago
0
Update docs to reflect that the Java 8 assertions have "moved" to the main `Truth` class.
#1240
copybara-service[bot]
closed
9 months ago
0
Remove temporary type parameters.
#1239
copybara-service[bot]
closed
9 months ago
0
Remove workaround for ancient Android bug.
#1238
copybara-service[bot]
closed
9 months ago
0
Update docs for version 1.4.0.
#1237
copybara-service[bot]
closed
9 months ago
0
Copy `Truth8.assertThat` overloads for `Path` and `OptionalLong` to the main `Truth` class.
#1236
copybara-service[bot]
closed
9 months ago
0
Copy remaining `Truth8.assertThat` overloads to the main `Truth` class—except `Path` and `OptionalLong`.
#1235
copybara-service[bot]
closed
9 months ago
0
Migrate most usages of `Truth8.assertThat` to equivalent usages of `Truth.assertThat`, and qualify others.
#1234
copybara-service[bot]
closed
9 months ago
0
Automated Code Change
#1233
copybara-service[bot]
closed
9 months ago
0
Make it possible to write `expect.that(optionalInt).isPresent()`, `assertWithMessage(...).that(optionalInt).isPresent()`, etc., including for other types besides `OptionalInt`.
#1232
copybara-service[bot]
closed
9 months ago
0
Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
#1231
dependabot[bot]
closed
9 months ago
1
Matching on exact class type, not a subtype
#1230
JakeWharton
opened
9 months ago
2
Tweak Truth release docs.
#1229
copybara-service[bot]
closed
9 months ago
0
Update docs for version 1.3.0.
#1228
copybara-service[bot]
closed
9 months ago
0
Add `@since` tags for the first batch of Java-8-related APIs.
#1227
copybara-service[bot]
closed
9 months ago
0
Remove stale suppressions.
#1226
copybara-service[bot]
closed
9 months ago
0
Bump actions/cache from 3.3.3 to 4.0.0
#1225
dependabot[bot]
closed
9 months ago
1
Make "value of" lines work with `StreamSubject`.
#1224
copybara-service[bot]
closed
9 months ago
0
Copy `Truth8.assertThat` overloads for `Optional` and `Stream` to the main `Truth` class.
#1222
copybara-service[bot]
closed
9 months ago
0
Make it possible to write `expect.that(optional).isPresent()`, `assertWithMessage(...).that(optional).isPresent()`, etc., including for `Stream` as well as `Optional`.
#1221
copybara-service[bot]
closed
9 months ago
0
Prepare `StreamSubject` for adding `Truth.assertThat(Stream)`.
#1220
copybara-service[bot]
closed
9 months ago
0
Bump actions/cache from 3.3.2 to 3.3.3
#1219
dependabot[bot]
closed
10 months ago
1
Bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.2
#1218
dependabot[bot]
closed
10 months ago
1
Move `truth-java8-extension` classes into the main `truth` artifact.
#1217
copybara-service[bot]
closed
10 months ago
0
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5
#1216
dependabot[bot]
closed
10 months ago
1
Bump com.google.errorprone:error_prone_annotations from 2.24.0 to 2.24.1
#1215
dependabot[bot]
closed
10 months ago
1
com.google.guava:guava library version update
#1214
MaskedRedstonerProZ
closed
10 months ago
2
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1
#1213
dependabot[bot]
closed
10 months ago
1
Bump com.google.errorprone:error_prone_annotations from 2.23.0 to 2.24.0
#1212
dependabot[bot]
closed
10 months ago
1
Update docs for version 1.2.0.
#1211
copybara-service[bot]
closed
10 months ago
0
Bump Guava to 33.0.0.
#1210
copybara-service[bot]
closed
10 months ago
0
Bump guava.android.version from 32.1.3-android to 33.0.0-android
#1209
dependabot[bot]
closed
10 months ago
2
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0
#1208
dependabot[bot]
closed
10 months ago
1
Bump com.google.guava:guava-gwt from 32.1.3-jre to 33.0.0-jre
#1207
dependabot[bot]
closed
10 months ago
2
Previous
Next