Class ClasspathTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.maven.surefire.booter.ClasspathTest
All Implemented Interfaces:
junit.framework.Test

public class ClasspathTest extends junit.framework.TestCase
Author:
Kristian Rosenvold
  • Constructor Details

    • ClasspathTest

      public ClasspathTest()
  • Method Details

    • testShouldWriteEmptyPropertyForEmptyClasspath

      public void testShouldWriteEmptyPropertyForEmptyClasspath()
    • testShouldWriteSeparatedElementsAsSystemProperty

      public void testShouldWriteSeparatedElementsAsSystemProperty()
    • testShouldAddNoDuplicateElements

      public void testShouldAddNoDuplicateElements()
    • testShouldJoinTwoNullClasspaths

      public void testShouldJoinTwoNullClasspaths()
    • testShouldHaveAllElementsAfterJoiningTwoDifferentClasspaths

      public void testShouldHaveAllElementsAfterJoiningTwoDifferentClasspaths()
    • testShouldNotHaveDuplicatesAfterJoiningTowClasspathsWithEqualElements

      public void testShouldNotHaveDuplicatesAfterJoiningTowClasspathsWithEqualElements()
    • testShouldNotBeAbleToRemoveElement

      public void testShouldNotBeAbleToRemoveElement()
    • testShouldThrowIllegalArgumentExceptionWhenNullIsAddedAsClassPathElementUrl

      public void testShouldThrowIllegalArgumentExceptionWhenNullIsAddedAsClassPathElementUrl()
    • testShouldNotAddNullAsClassPathElementUrl

      public void testShouldNotAddNullAsClassPathElementUrl()
    • testCloneShouldBeEqual

      public void testCloneShouldBeEqual()
    • testIterator

      public void testIterator()
    • testLog

      public void testLog()
    • testCompactLog

      public void testCompactLog()
    • testLoadInNewClassLoader

      public void testLoadInNewClassLoader() throws Exception
      Throws:
      Exception
    • testDontLoadInNewClassLoader

      public void testDontLoadInNewClassLoader() throws SurefireExecutionException
      Throws:
      SurefireExecutionException