You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long tests for Subunit clustering, quaternary symmetry detection and
quaternary structure alignment with some real structure examples have
been moved to the integrationtest module, so that they can be easily
skipped with a configuration option.
Copy file name to clipboardExpand all lines: biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/align/qsalign/TestQsAlignExamples.java
Copy file name to clipboardExpand all lines: biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/cluster/TestSubunitClustererExamples.java
Copy file name to clipboardExpand all lines: biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/symmetry/TestQuatSymmetryDetectorExamples.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
* http://www.biojava.org/
19
19
*
20
20
*/
21
-
packageorg.biojava.nbio.structure.symmetry.core;
21
+
packageorg.biojava.nbio.structure.test.symmetry;
22
22
23
23
importstaticorg.junit.Assert.*;
24
24
@@ -37,14 +37,14 @@
37
37
importorg.junit.Test;
38
38
39
39
/**
40
-
* Test the algorithm for symmetry detection on a variety of structures with
41
-
* different symmetries.
40
+
* Test the {@link QuatSymmetryDetector} algorithm for symmetry detection on a
41
+
* variety of structures with different symmetries.
42
42
*
43
43
* @author Peter Rose
44
44
* @author Aleix Lafita
45
45
*
46
46
*/
47
-
publicclassTestQuatSymmetryDetector {
47
+
publicclassTestQuatSymmetryDetectorExamples {
48
48
49
49
/**
50
50
* An NMR multi-model entry: 1B4C
@@ -56,12 +56,12 @@ public class TestQuatSymmetryDetector {
0 commit comments