ma.glasnost.orika.test.generator
Class TestCompilerStrategyWritingFiles

java.lang.Object
  extended by ma.glasnost.orika.test.generator.TestCompilerStrategyWritingFiles

public class TestCompilerStrategyWritingFiles
extends Object

This provides a test case that verifies that Orika generates source and class files to the locations expected. It is marked to be ignored, because writing to an absolute file location is generally not repeatable in a unit test. The test is provided anyway for verification of the functionality.

Author:
matt.deboer@gmail.com

Constructor Summary
TestCompilerStrategyWritingFiles()
           
 
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

TestCompilerStrategyWritingFiles

public TestCompilerStrategyWritingFiles()
Method Detail

eclipseJdt

public static void eclipseJdt()

tearDown

public static void tearDown()


Copyright © 2012 Glasnost. All Rights Reserved.