public class PropertyToJavaGenerationTest extends BaseTest
| Constructor and Description | 
|---|
| PropertyToJavaGenerationTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | testPropertyToJavaGeneration()Tests that the property to java generation works. | 
| void | testPropertyToJavaGenerationDebugOutput()Tests that the property to java generation works with debug output
 switched on. | 
| void | testPropertyToJavaRunOnlyOnSchemChangeChecksumChange()Tests that runOnlyOnSchemaChange set true and a different checksum
 results in generating a second time. | 
| void | testPropertyToJavaRunOnlyOnSchemChangeModificationDateChange()Tests that runOnlyOnSchemaChange set true and a different modification
 date results in generating a second time. | 
| void | testPropertyToJavaRunOnlyOnSchemChangeNoChange()Tests that runOnlyOnSchemaChange set true and an unchanged source
 results in not generating a second time. | 
@Test
public void testPropertyToJavaGeneration()
                                         throws Exception
Exception - if the test fails.@Test
public void testPropertyToJavaGenerationDebugOutput()
                                                    throws Exception
Exception - if the test fails.@Test
public void testPropertyToJavaRunOnlyOnSchemChangeNoChange()
                                                           throws Exception
Exception - if the test fails.@Test
public void testPropertyToJavaRunOnlyOnSchemChangeChecksumChange()
                                                                 throws Exception
Exception - if the test fails.@Test
public void testPropertyToJavaRunOnlyOnSchemChangeModificationDateChange()
                                                                         throws Exception
Exception - if the test fails.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.