org.apache.maven.profiles.activation
Class JdkPrefixProfileActivatorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.profiles.activation.JdkPrefixProfileActivatorTest
All Implemented Interfaces:
junit.framework.Test

public class JdkPrefixProfileActivatorTest
extends junit.framework.TestCase


Constructor Summary
JdkPrefixProfileActivatorTest()
           
 
Method Summary
 void testActivationWithBadRangeJdkVersion()
           
 void testActivationWithDifferentJdkVersion()
           
 void testActivationWithDifferentNegatedJdkVersion()
           
 void testActivationWithDifferentRangeJdkVersion()
           
 void testActivationWithMatchingJdkVersion()
           
 void testActivationWithMatchingNegatedJdkVersion()
           
 void testActivationWithMatchingRangeJdkVersion()
           
 void testDetectionWithJdkElement()
           
 void testDetectionWithoutActivationElement()
           
 void testDetectionWithoutJdkElement()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdkPrefixProfileActivatorTest

public JdkPrefixProfileActivatorTest()
Method Detail

testDetectionWithoutActivationElement

public void testDetectionWithoutActivationElement()

testDetectionWithoutJdkElement

public void testDetectionWithoutJdkElement()

testDetectionWithJdkElement

public void testDetectionWithJdkElement()

testActivationWithMatchingJdkVersion

public void testActivationWithMatchingJdkVersion()
                                          throws ProfileActivationException
Throws:
ProfileActivationException

testActivationWithDifferentJdkVersion

public void testActivationWithDifferentJdkVersion()
                                           throws ProfileActivationException
Throws:
ProfileActivationException

testActivationWithMatchingNegatedJdkVersion

public void testActivationWithMatchingNegatedJdkVersion()
                                                 throws ProfileActivationException
Throws:
ProfileActivationException

testActivationWithDifferentNegatedJdkVersion

public void testActivationWithDifferentNegatedJdkVersion()
                                                  throws ProfileActivationException
Throws:
ProfileActivationException

testActivationWithMatchingRangeJdkVersion

public void testActivationWithMatchingRangeJdkVersion()
                                               throws ProfileActivationException
Throws:
ProfileActivationException

testActivationWithDifferentRangeJdkVersion

public void testActivationWithDifferentRangeJdkVersion()
                                                throws ProfileActivationException
Throws:
ProfileActivationException

testActivationWithBadRangeJdkVersion

public void testActivationWithBadRangeJdkVersion()
                                          throws ProfileActivationException
Throws:
ProfileActivationException


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.