org.apache.maven.plugin.surefire.booterclient
Class BooterDeserializerStartupConfigurationTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.surefire.booterclient.BooterDeserializerStartupConfigurationTest
All Implemented Interfaces:
junit.framework.Test

public class BooterDeserializerStartupConfigurationTest
extends junit.framework.TestCase

Performs roundtrip testing of serialization/deserialization of The StartupConfiguration

Author:
Kristian Rosenvold

Constructor Summary
BooterDeserializerStartupConfigurationTest()
           
 
Method Summary
static ClassLoaderConfiguration getManifestOnlyJarForkConfiguration()
           
static ClassLoaderConfiguration getSystemClassLoaderConfiguration()
           
 void testClassLoaderConfiguration()
           
 void testClassLoaderConfigurationTrues()
           
 void testClassPathConfiguration()
           
 void testProvider()
           
 
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

BooterDeserializerStartupConfigurationTest

public BooterDeserializerStartupConfigurationTest()
Method Detail

testProvider

public void testProvider()
                  throws IOException
Throws:
IOException

testClassPathConfiguration

public void testClassPathConfiguration()
                                throws IOException
Throws:
IOException

testClassLoaderConfiguration

public void testClassLoaderConfiguration()
                                  throws IOException
Throws:
IOException

testClassLoaderConfigurationTrues

public void testClassLoaderConfigurationTrues()
                                       throws IOException
Throws:
IOException

getSystemClassLoaderConfiguration

public static ClassLoaderConfiguration getSystemClassLoaderConfiguration()
                                                                  throws IOException
Throws:
IOException

getManifestOnlyJarForkConfiguration

public static ClassLoaderConfiguration getManifestOnlyJarForkConfiguration()
                                                                    throws IOException
Throws:
IOException


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.