git://source.jalview.org
/
jalview.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
JAL-1270 separated Jmol and Chimera tests to avoid concurrency problems
[jalview.git]
/
test
/
jalview
/
ext
/
rbvi
/
chimera
/
AllTests.java
1
package jalview.ext.rbvi.chimera;
2
3
import org.junit.runner.RunWith;
4
import org.junit.runners.Suite;
5
import org.junit.runners.Suite.SuiteClasses;
6
7
@RunWith(Suite.class)
8
@SuiteClasses(
9
{})
10
public class AllTests
11
{
12
13
}