Skip to content

Commit 0def781

Browse files
committed
move class FactorizerTest to the test scope
1 parent f422f61 commit 0def781

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/de/tilman_neumann/jml/factor/FactorizerTest.java src/test/java/de/tilman_neumann/jml/factor/FactorizerTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
* Main class to compare the performance of factor algorithms.
5151
* @author Tilman Neumann
5252
*/
53+
// TODO Is there a better name for this class? It is no unit test, but no simple performance test either, it also checks correctness...
54+
// Suggenstions: FactorizerPerformanceTest, FactorizerComparator, FactorizerTestRunner, ...
5355
@SuppressWarnings("unused") // suppress warnings on unused imports
5456
public class FactorizerTest {
5557
private static final Logger LOG = LogManager.getLogger(FactorizerTest.class);

0 commit comments

Comments
 (0)