小碼哥戀上數(shù)據(jù)結(jié)構(gòu)與算法2
protected void after() {
? ? ? ?try {
? ? ? ? ? ?new ProcessBuilder("docker", "rm", "-f", "test-mysql")
? ? ? ? ? ? ? ? ? ?.inheritIO()
? ? ? ? ? ? ? ? ? ?.start()
? ? ? ? ? ? ? ? ? ?.waitFor();
? ? ? ?} catch (InterruptedException | IOException e) {
? ? ? ? ? ?throw new RuntimeException(e);
? ? ? ?}
? ? ? ?System.out.println("After!");
? ?}
標(biāo)簽: