HomeSort by relevance Sort by last modified time
    Searched refs:commandInvocation (Results 1 - 3 of 3) sorted by null

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
InvocationRecordTest.java 51 InvocationRecord commandInvocation = new InvocationRecord(COMMAND, DEFAULT_HOST);
53 LOG.info(commandInvocation.toString());
54 assertEquals("Command", COMMAND, commandInvocation.getCommand());
55 assertTrue("time", commandInvocation.getTime().getTime() >= beforeTime
56 && commandInvocation.getTime().getTime() <= afterTime);
57 assertEquals("host", DEFAULT_HOST, commandInvocation.getClientHost());
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
InvocationRecordTest.java 53 InvocationRecord commandInvocation = new InvocationRecord(COMMAND, DEFAULT_HOST);
55 LOG.info(commandInvocation);
56 assertEquals("Command", COMMAND, commandInvocation.getCommand());
57 assertTrue("time", commandInvocation.getTime().getTime() >= beforeTime
58 && commandInvocation.getTime().getTime() <= afterTime);
59 assertEquals("host", DEFAULT_HOST, commandInvocation.getClientHost());
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/
aws-java-sdk-ssm-1.11.18.jar 

Completed in 662 milliseconds