org.codehaus.modello.model
Class VersionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.modello.model.VersionTest
All Implemented Interfaces:
junit.framework.Test

public class VersionTest
extends junit.framework.TestCase

Author:
Trygve Laugstøl

Constructor Summary
VersionTest()
           
 
Method Summary
 void testGreaterThanWhenFooIsEqualBar()
           
 void testGreaterThanWhenFooIsGreaterThanBar()
           
 void testGreaterThanWhenFooIsLessThanBar()
           
 void testVersionParsing()
           
 void testVersionRange()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionTest

public VersionTest()
Method Detail

testVersionParsing

public void testVersionParsing()

testVersionRange

public void testVersionRange()

testGreaterThanWhenFooIsLessThanBar

public void testGreaterThanWhenFooIsLessThanBar()

testGreaterThanWhenFooIsEqualBar

public void testGreaterThanWhenFooIsEqualBar()

testGreaterThanWhenFooIsGreaterThanBar

public void testGreaterThanWhenFooIsGreaterThanBar()


Copyright © 2001-2013 Codehaus. All Rights Reserved.