google-nomulus/javatests/google/registry/tools/server
mcilwain 038a2679c7 Add per-test output to verify_ote command in --summarize mode
Before this change the output looks like this:

registrar1      - Num actions:   93 - Reqs passed: 16/16 - Overall: PASS
registrar2      - Num actions:   47 - Reqs passed:  6/16 - Overall: FAIL

After this change the output looks like this:

registrar1      - # actions:   93 - Reqs: [----------------] 16/16 - Overall: PASS
registrar2      - # actions:   47 - Reqs: [...--.-...-...--]  6/16 - Overall: FAIL

The status of each test is displayed as a hyphen (passing) or a period (failing),
and the tests are always displayed in the same order so it's easier to get an overall
view of whether registrars are struggling with the same tests.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=190776935
2018-04-02 16:50:42 -04:00
..
testdata Add OT&E verification that a domain was successfully created in sunrise 2018-04-02 16:41:28 -04:00
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
CreateGroupsActionTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
CreatePremiumListActionTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
DeleteEntityActionTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
GenerateZoneFilesActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
KillAllCommitLogsActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
KillAllEppResourcesActionTest.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
ListActionTestCase.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
ListDomainsActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
ListHostsActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
ListPremiumListsActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
ListRegistrarsActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
ListReservedListsActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
ListTldsActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
PollMapreduceActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
RefreshDnsForAllDomainsActionTest.java Add TLDs parameter to refresh DNS action 2017-07-10 11:23:57 -04:00
ResaveAllHistoryEntriesActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ToolsTestData.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
UpdatePremiumListActionTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
VerifyOteActionTest.java Add per-test output to verify_ote command in --summarize mode 2018-04-02 16:50:42 -04:00