truth icon indicating copy to clipboard operation
truth copied to clipboard

Fluent assertions for Java and Android

Results 86 truth issues
Sort by recently updated
recently updated
newest added

Bumps `gwt.version` from 2.9.0 to 2.10.0. Updates `gwt-user` from 2.9.0 to 2.10.0 Updates `gwt-maven-plugin` from 2.9.0 to 2.10.0 Commits 254c808 [maven-release-plugin] prepare release gwt-maven-plugin-2.10.0 47b3295 Support the setProperty option from...

type=other
P3
dependencies
java

Such objects are at least a little evil, but they exist in one or two Google-internal projects. If we currently support this, then we should continue to do so, or...

type=other
P3

They have various Kotlin-specific advantages. It would be good to understand what those are. Maybe someday we can provide some of them ourselves (though we haven't followed through on our...

type=documentation
P3
type=enhancement

It's pretty simple (and pretty similar to Java), but it's always nice for users to have an example. \[edit: I now have [a draft example](https://github.com/google/truth/issues/661#issuecomment-1452472936) below.\] We could also consider...

type=documentation
P3
type=enhancement

Migrate from legacy com.google.gwt to org.gwtproject. org.gwtproject starts being available at the 2.10.0 release, so upgrade to that where necessary. See https://github.com/google/auto/pull/1342#issuecomment-1165230080 RELNOTES=n/a

I have a test that can create a map with one of two possible entries. It would be nice if I could use `containsAnyOf` like I can with an `IterableSubject`.

type=addition
P4

RE: https://twitter.com/foobarjet/status/1148700099331219456 We have these internally (in `TruthExhaustiveShortcuts` and scattered through the classes in the `truth` subpackage), but we haven't published them for external users. I believe that they all...

type=addition
P3

Currently a minimal Truth Subject requires four operations: a constructor, an assertion method, and two static methods for accessing the subject: `assertThat` and a subject factory (see [extension page](https://truth.dev/extension)). Would...

type=addition
P3

As shown in https://github.com/google/truth/issues/239, current diff shows all elements of the array. Rather showing the whole list of elements, it would be cleaner to show - which elements (index) were...

P3
type=enhancement

The title might be a little off. We recently converted the Point of Sale Android codebase at Square from AssertJ to Truth and used Kotlin for our custom Subjects. I...

P3