Searched defs:should (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/security/tools/keytool/
H A DKeyToolTest.java15 * You should have received a copy of the GNU General Public License version
169 * Call this method if you expect test(input, cmd) should go OK
181 * Call this method if you expect test(input, cmd) should fail and throw
203 * Call this method if you expect test(input, cmd) should go OK
215 * Call this method if you expect test(input, cmd) should fail and throw
247 void afterFail(String input, String cmd, String should) { argument
252 System.err.println("The command result should be " + should +

Completed in 34 milliseconds