paludis.test
Class VersionSpecTest

java.lang.Object
  extended by paludis.test.VersionSpecTest

public class VersionSpecTest
extends Object


Constructor Summary
VersionSpecTest()
           
 
Method Summary
 void testBump()
           
 void testComparison()
           
 void testCreate()
           
 void testEqualStarCompare()
           
 void testIsScm()
           
 void testTildeCompare()
           
 void testTildeGreaterCompare()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionSpecTest

public VersionSpecTest()
Method Detail

testCreate

public void testCreate()

testToString

public void testToString()

testComparison

public void testComparison()

testTildeCompare

public void testTildeCompare()

testTildeGreaterCompare

public void testTildeGreaterCompare()

testEqualStarCompare

public void testEqualStarCompare()

testBump

public void testBump()

testIsScm

public void testIsScm()