ProGAL.proteins.belta.tests
Class SecondaryStructureTest

java.lang.Object
  extended by ProGAL.proteins.belta.tests.SecondaryStructureTest

public class SecondaryStructureTest
extends java.lang.Object


Constructor Summary
SecondaryStructureTest()
           
 
Method Summary
 void testGetCoils()
           
 void testGetHelices()
           
 void testGetStrands()
           
 void testMatches()
           
 void testRespects()
           
 void testSecondaryStructure()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecondaryStructureTest

public SecondaryStructureTest()
Method Detail

testSecondaryStructure

public void testSecondaryStructure()

testGetStrands

public void testGetStrands()

testGetHelices

public void testGetHelices()

testGetCoils

public void testGetCoils()

testMatches

public void testMatches()

testRespects

public void testRespects()