google-nomulus/javatests/google/registry/tools
mcilwain 03c782f38e Replace ExceptionRule with ExpectedException
This is in preparation for running the automatic refactoring script that
will replace all ExpectedExceptions with use of JUnit 4.13's assertThrows/
expectThrows.

Note that I have recorded the callsites of assertions about EppExceptions
being marshallable and will edit those specific assertions back in after
running the automatic refactoring script (which do not understand these).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178812403
2017-12-13 12:43:45 -05:00
..
params Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
server Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
testdata Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
AllocateDomainCommandTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
AuthModuleTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
CommandTestCase.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
ComparableEntityTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
CompareDbBackupsTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
CreateAnchorTenantCommandTest.java Refactor EppToolVerifier to accept chaining verify commands 2017-12-01 22:14:06 -05:00
CreateCdnsTldTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
CreateContactCommandTest.java Refactor EppToolVerifier to accept chaining verify commands 2017-12-01 22:14:06 -05:00
CreateCreditBalanceCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
CreateCreditCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
CreateDomainCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
CreateHostCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
CreateLrpTokensCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
CreateOrUpdatePremiumListCommandTestCase.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
CreateOrUpdateReservedListCommandTestCase.java Replace more deprecated uses of Files methods 2017-02-02 17:08:12 -05:00
CreatePremiumListCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
CreateRegistrarCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
CreateRegistrarGroupsCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
CreateReservedListCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
CreateTldCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
DefaultRequestFactoryModuleTest.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
DeleteCreditCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
DeleteDomainCommandTest.java Refactor EppToolVerifier to accept chaining verify commands 2017-12-01 22:14:06 -05:00
DeleteEntityCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DeleteHostCommandTest.java Refactor EppToolVerifier to accept chaining verify commands 2017-12-01 22:14:06 -05:00
DeletePremiumListCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
DeleteReservedListCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
DeleteTldCommandTest.java Add nomulus tool command to delete a TLD 2017-04-05 10:10:38 -04:00
DomainApplicationInfoCommandTest.java Refactor EppToolVerifier to accept chaining verify commands 2017-12-01 22:14:06 -05:00
DomainCheckClaimsCommandTest.java Refactor EppToolVerifier to accept chaining verify commands 2017-12-01 22:14:06 -05:00
DomainCheckCommandTest.java Refactor EppToolVerifier to accept chaining verify commands 2017-12-01 22:14:06 -05:00
DomainCheckFeeCommandTest.java Refactor EppToolVerifier to accept chaining verify commands 2017-12-01 22:14:06 -05:00
EncryptEscrowDepositCommandTest.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
EppToolCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
EppToolCommandTestCase.java Refactor EppToolVerifier to accept chaining verify commands 2017-12-01 22:14:06 -05:00
EppToolVerifier.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
ExecuteEppCommandTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
GenerateAuctionDataCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
GenerateDnsReportCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
GenerateEscrowDepositCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
GetApplicationCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetApplicationIdsCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
GetClaimsListCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
GetContactCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetDomainCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetHistoryEntriesCommandTest.java Fix NPE in GetHistoryEntriesCommand 2017-10-24 16:53:47 -04:00
GetHostCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GetLrpTokenCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
GetRegistrarCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
GetResourceByKeyCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
GetSchemaTreeCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
GetTldCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
GhostrydeCommandTest.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
LevelDbFileBuilder.java Implement compare_db_backups "main" 2017-09-20 10:27:17 -04:00
LevelDbFileBuilderTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
LevelDbLogReaderTest.java Create an entity record accumulator 2017-09-12 15:51:50 -04:00
LevelDbUtil.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
ListCursorsCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
ListDomainsCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
ListHostsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListObjectsCommandTestCase.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
ListPremiumListsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListRegistrarsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListReservedListsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ListTldsCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
LoadTestCommandTest.java Make name and address fields required on Registrar 2017-05-17 11:44:46 -04:00
LockDomainCommandTest.java Refactor EppToolVerifier to accept chaining verify commands 2017-12-01 22:14:06 -05:00
MutatingCommandTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
PublishDetailReportCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RecordAccumulatorTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
RegistrarContactCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
RegistryToolEnvironmentTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
RegistryToolTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ResaveEntitiesCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ResaveEnvironmentEntitiesCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ResaveEppResourcesCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
RestoreCommitLogsCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
SetupOteCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
UniformRapidSuspensionCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
UnlockDomainCommandTest.java Refactor EppToolVerifier to accept chaining verify commands 2017-12-01 22:14:06 -05:00
UpdateApplicationStatusCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
UpdateClaimsNoticeCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
UpdateCursorsCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
UpdateDomainCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
UpdatePremiumListCommandTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdateRegistrarCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
UpdateReservedListCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
UpdateServerLocksCommandTest.java Refactor EppToolVerifier to accept chaining verify commands 2017-12-01 22:14:06 -05:00
UpdateSmdCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
UpdateTldCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
UploadClaimsListCommandTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ValidateEscrowDepositCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
ValidateLoginCredentialsCommandTest.java Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00
VerifyOteCommandTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00