org.pentaho.di.repository
Class RepositoryImportExporterApiTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.pentaho.di.repository.RepositoryImportExporterApiTest
All Implemented Interfaces:
junit.framework.Test

public class RepositoryImportExporterApiTest
extends junit.framework.TestCase


Constructor Summary
RepositoryImportExporterApiTest()
           
 
Method Summary
 void testExportApi()
          Validate the the repository export api hasn't changed from what we use in example files.
 void testImportApi()
          Validate the the repository import api hasn't changed from what we use in example files.
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryImportExporterApiTest

public RepositoryImportExporterApiTest()
Method Detail

testExportApi

public void testExportApi()
                   throws Exception
Validate the the repository export api hasn't changed from what we use in example files.

Throws:
Exception
See Also:
RepositoryExporter.exportAllObjects(ProgressMonitorListener, String, RepositoryDirectoryInterface, String)

testImportApi

public void testImportApi()
                   throws Exception
Validate the the repository import api hasn't changed from what we use in example files.

Throws:
Exception
See Also:
RepositoryImporter.importAll(RepositoryImportFeedbackInterface, String, String[], RepositoryDirectoryInterface, boolean, boolean, String)