daml/language-support/scala
Samir Talwar 30564a7c90
ledger-api-client: Add test cases for LedgerClient. (#7195)
* ledger-api-client: Add integration tests for the simple stuff.

* sandbox-common: Make `SandboxFixtureWithAuth` a mixin.

This makes it useful with `SandboxNextFixture` as well as
`SandboxFixture`.

Also, add types to non-private fields and methods, and make more fields
protected rather than public.

* ledger-api-client: Add tests to make sure the token is passed through.

CHANGELOG_BEGIN
CHANGELOG_END

* sandbox-common: Tokens are for auth, not auth.
2020-08-20 15:00:32 +00:00
..
bindings use -Ywarn-unused for all Scala code (#6907) 2020-08-07 13:16:09 -04:00
bindings-akka use -Ywarn-unused for all Scala code (#6907) 2020-08-07 13:16:09 -04:00
bindings-akka-testing Use com.daml as root package (#5343) 2020-04-05 19:49:57 +02:00
codegen avoid generating unused warnings in Scala codegen (#7031) 2020-08-05 20:45:58 +00:00
codegen-sample-app ledger-api-client: Add test cases for LedgerClient. (#7195) 2020-08-20 15:00:32 +00:00
codegen-testing use -Ywarn-unused for all Scala code (#6907) 2020-08-07 13:16:09 -04:00
examples Use Future.unit instead of Future.successful(()). (#7080) 2020-08-11 09:18:50 +00:00