Autopsy  4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
SuiteUtils.java
Go to the documentation of this file.
1 /*
2  * To change this license header, choose License Headers in Project Properties.
3  * To change this template file, choose Tools | Templates
4  * and open the template in the editor.
5  */
6 package org.sleuthkit.autopsy.testutils;
7 
8 
9 //import junit.framework.Test;
10 //import org.netbeans.junit.NbModuleSuite;
11 
16 public final class SuiteUtils {
17 
18  /*
19  public static Test createSuite(Class cls) {
20  NbModuleSuite.Configuration conf = NbModuleSuite.createConfiguration(cls).
21  clusters(".*").
22  enableModules(".*");
23  return conf.suite();
24  }
25  */
26 }

Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.