google-nomulus/javatests/google/registry/flows/domain
guyben 2c96633a20 Replace Stream.concat with Streams.concat
Stream.concat only accepts 2 parameters. Streams.concat on the other hand
accepts any number of parameters.

Moving to Streams.concat for all uses (2 or more) makes sense for uniformity
and convenience reasons.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=179716648
2017-12-27 11:35:47 -05:00
..
testdata Add domain_lock nomulus command 2017-11-21 18:54:42 -05:00
DomainAllocateFlowTest.java Re-add assertions that EppExceptions marshal correctly 2017-12-27 11:01:09 -05:00
DomainApplicationCreateFlowTest.java Re-add EppException marshalling assertions in application flow tests 2017-12-27 11:02:42 -05:00
DomainApplicationDeleteFlowTest.java Re-add EppException marshalling assertions in application flow tests 2017-12-27 11:02:42 -05:00
DomainApplicationInfoFlowTest.java Re-add EppException marshalling assertions in application flow tests 2017-12-27 11:02:42 -05:00
DomainApplicationUpdateFlowTest.java Re-add EppException marshalling assertions in application flow tests 2017-12-27 11:02:42 -05:00
DomainCheckFlowTest.java Re-add EppException marshalling assertions in domain flow tests 2017-12-27 11:07:18 -05:00
DomainClaimsCheckFlowTest.java Re-add EppException marshalling assertions in domain flow tests 2017-12-27 11:07:18 -05:00
DomainCreateFlowTest.java Re-add EppException marshalling assertions in domain flow tests 2017-12-27 11:07:18 -05:00
DomainDeleteFlowTest.java Re-add EppException marshalling assertions in domain flow tests 2017-12-27 11:07:18 -05:00
DomainInfoFlowTest.java Re-add EppException marshalling assertions in domain flow tests 2017-12-27 11:07:18 -05:00
DomainRenewFlowTest.java Re-add EppException marshalling assertions in domain flow tests 2017-12-27 11:07:18 -05:00
DomainRestoreRequestFlowTest.java Re-add EppException marshalling assertions in domain flow tests 2017-12-27 11:07:18 -05:00
DomainTransferApproveFlowTest.java Replace Stream.concat with Streams.concat 2017-12-27 11:35:47 -05:00
DomainTransferCancelFlowTest.java Re-add EppException marshalling assertions in remaining domain flows 2017-12-27 11:04:16 -05:00
DomainTransferFlowTestCase.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
DomainTransferQueryFlowTest.java Re-add EppException marshalling assertions in remaining domain flows 2017-12-27 11:04:16 -05:00
DomainTransferRejectFlowTest.java Re-add EppException marshalling assertions in remaining domain flows 2017-12-27 11:04:16 -05:00
DomainTransferRequestFlowTest.java Replace Stream.concat with Streams.concat 2017-12-27 11:35:47 -05:00
DomainUpdateFlowTest.java Re-add EppException marshalling assertions in remaining domain flows 2017-12-27 11:04:16 -05:00