org.springframework.extensions.webscripts
Class TestRemoteStore

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.extensions.webscripts.TestRemoteStore
All Implemented Interfaces:
junit.framework.Test

public class TestRemoteStore
extends junit.framework.TestCase

JUnit test for Remote Store REST API. Requires that an Alfresco repo is running on http://localhost:8080/alfresco and that the default remote store (an AVM store called 'sitestore') exists. Therefore this test is not auto-run during the build process. It is suggested that the TestRemoteClient test is executed before this test - as it requires the RemoteClient to perform the remote calls.

Author:
Kevin Roast

Constructor Summary
TestRemoteStore()
           
 
Method Summary
 void testRemoteStore()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestRemoteStore

public TestRemoteStore()
Method Detail

testRemoteStore

public void testRemoteStore()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.