Searched refs:Diff (Results 1 – 5 of 5) sorted by relevance
34 return CommandType::Diff; in getCommandType()57 case CommandType::Diff: in getCommandExecutor()
31 Diff, enumerator
28 public class Diff extends Dicttool.Command { class31 public Diff() { in Diff() method in Diff
24 Dicttool.addCommand("diff", Diff.class); in populate()
29 EXPECT_EQ(CommandUtils::getCommandType("diff"), CommandType::Diff); in TEST()