Revision | 489ed54270e5f04a6af1df2c65cef8102c52cbb2 (tree) |
---|---|
Zeit | 2018-01-08 21:12:58 |
Autor | shupeluter@hotmail.com <shupeluter@hotm...> |
Commiter | shupeluter@hotmail.com |
Mainクラスを追加
@@ -48,8 +48,6 @@ public class FileCleanerManagerTest { | ||
48 | 48 | File file = new File("src\\test\\resources"); |
49 | 49 | FileCleanerManager instance = new FileCleanerManager(); |
50 | 50 | instance.clean(file); |
51 | - // TODO review the generated test code and remove the default call to fail. | |
52 | - fail("The test case is a prototype."); | |
53 | 51 | } |
54 | 52 | |
55 | 53 | } |