HomeSort by relevance Sort by last modified time
    Searched defs:PATHNAME (Results 1 - 2 of 2) sorted by null

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
StatCommandHandlerTest.java 31 private static final String PATHNAME = "dir/file";
36 * Test the handleCommand() method, when no pathname parameter is specified
53 * Test the handleCommand() method, specifying a pathname parameter
61 final Command COMMAND = new Command(CommandNames.STAT, array(PATHNAME));
68 verifyOneDataElement(commandHandler.getInvocation(0), StatCommandHandler.PATHNAME_KEY, PATHNAME);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
StatCommandHandlerTest.java 33 private static final String PATHNAME = "dir/file";
38 * Test the handleCommand() method, when no pathname parameter is specified
55 * Test the handleCommand() method, specifying a pathname parameter
63 final Command COMMAND = new Command(CommandNames.STAT, array(PATHNAME));
70 verifyOneDataElement(commandHandler.getInvocation(0), StatCommandHandler.PATHNAME_KEY, PATHNAME);

Completed in 592 milliseconds