org.alfresco.util.schemacomp
Class DbObjectXMLTransformerTest

java.lang.Object
  extended by org.alfresco.util.schemacomp.DbObjectXMLTransformerTest

public class DbObjectXMLTransformerTest
extends java.lang.Object

Tests for the DbObjectXMLTransformer class.


Constructor Summary
DbObjectXMLTransformerTest()
           
 
Method Summary
 void setUp()
           
 void transformColumn()
           
 void transformForeignKey()
           
 void transformIndex()
           
 void transformObjectWithValidators()
           
 void transformPrimaryKey()
           
 void transformSchema()
           
 void transformSequence()
           
 void transformTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbObjectXMLTransformerTest

public DbObjectXMLTransformerTest()
Method Detail

setUp

public void setUp()

transformColumn

public void transformColumn()
                     throws java.io.IOException
Throws:
java.io.IOException

transformForeignKey

public void transformForeignKey()
                         throws java.io.IOException
Throws:
java.io.IOException

transformIndex

public void transformIndex()
                    throws java.io.IOException
Throws:
java.io.IOException

transformPrimaryKey

public void transformPrimaryKey()
                         throws java.io.IOException
Throws:
java.io.IOException

transformSchema

public void transformSchema()
                     throws java.io.IOException
Throws:
java.io.IOException

transformSequence

public void transformSequence()
                       throws java.io.IOException
Throws:
java.io.IOException

transformTable

public void transformTable()
                    throws java.io.IOException
Throws:
java.io.IOException

transformObjectWithValidators

public void transformObjectWithValidators()
                                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.