mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
Add domain application create history to LrpToken
Also change LrpToken to utilize Builder, and make changes to the registry_tool command to return detailed history on the application, if desired. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=128990117
This commit is contained in:
committed by
Justine Tunney
parent
cf849bc073
commit
60fc27646a
@@ -174,7 +174,7 @@ public abstract class CommandTestCase<C extends Command> {
|
||||
}
|
||||
}
|
||||
|
||||
void assertNotInStdout(String expected) throws Exception {
|
||||
protected void assertNotInStdout(String expected) throws Exception {
|
||||
assertThat(getStdoutAsString()).doesNotContain(expected);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user