コード例 #1
0
 public void testThreadLocalCommandContext_toString() throws Exception {
   CommandContext commandContext = new ThreadLocalExtendedCommandContext();
   assertNotNull(commandContext.toString());
 }
コード例 #2
0
 public void testDefaultCommandExecutor_toString() throws Exception {
   CommandContext commandContext = DefaultCommandContext.instance();
   assertNotNull(commandContext.toString());
 }