Exemple #1
0
 /** Start class test. */
 @BeforeClass
 public static void startClassTest() {
   TH.setupLogging();
   Logger.getInstance().clearLog();
   Logger.getInstance().info("HYDRA TEST");
 }
 /**
  * Start class test.
  *
  * @throws FileNotFoundException the file not found exception
  */
 @BeforeClass
 public static void startClassTest() throws FileNotFoundException {
   TH.setupLogging();
   Logger.getInstance().info("LOGICAL UNIT COMMANDS TEST");
   UIWriter.setOutStream(new PrintStream(new FileOutputStream(TH.clioFile)));
 }