ma.glasnost.orika.test.generator.eclipsejdt
Class TestAlternateCompilerStrategy

java.lang.Object
  extended by ma.glasnost.orika.test.generator.eclipsejdt.TestAlternateCompilerStrategy

public class TestAlternateCompilerStrategy
extends Object

This provides the equivalent of a test suite which will run all the defined test cases (matching ".*TestCase.class") using EclipseJdtCompilerStrategy as the compiler strategy instead of JavassistCompilerStrategy which is the default.

Author:
matt.deboer@gmail.com

Constructor Summary
TestAlternateCompilerStrategy()
           
 
Method Summary
static void eclipseJdt()
           
static void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAlternateCompilerStrategy

public TestAlternateCompilerStrategy()
Method Detail

eclipseJdt

public static void eclipseJdt()

tearDown

public static void tearDown()


Copyright © 2012 Glasnost. All Rights Reserved.