public void testDefaultTSSConstruction() throws ClusterException {
doTest(new DefaultTSSConstructor(),"GGGGGGGGGGGGGGG","TTTTTTTTTTTTTTTTTTTTTTTTT"); //$NON-NLS-1$ //$NON-NLS-2$
}
public void testNoPolarityTSSConstruction() throws ClusterException {
doTest(new NoTSSConstructor(),"",""); //$NON-NLS-1$ //$NON-NLS-2$
}