mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Make getStdoutAsLines() protected for testing
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135963935
This commit is contained in:
parent
4e0b6d36c4
commit
a01f238565
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ public abstract class CommandTestCase<C extends Command> {
|
|||
return new String(stdout.toByteArray(), UTF_8);
|
||||
}
|
||||
|
||||
List<String> getStdoutAsLines() {
|
||||
protected List<String> getStdoutAsLines() {
|
||||
return Splitter.on('\n').omitEmptyStrings().trimResults().splitToList(getStdoutAsString());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue