org.nuiton.wikitty.conform
Class StorageTest

java.lang.Object
  extended by org.nuiton.wikitty.conform.AbstractTestConformance
      extended by org.nuiton.wikitty.conform.StorageTest

public abstract class StorageTest
extends AbstractTestConformance


Field Summary
 
Fields inherited from class org.nuiton.wikitty.conform.AbstractTestConformance
EXT_REQUIRED, EXT_REQUIRES, EXT_TEST, EXTNAME, EXTREQUIRED, EXTREQUIRES, proxy
 
Constructor Summary
StorageTest()
           
 
Method Summary
protected  void assign(org.nuiton.wikitty.entities.Wikitty wikitty, org.nuiton.wikitty.entities.WikittyTreeNodeImpl root, String path)
           
 void testBinaryFieldStorage()
           
 void testCast()
          Test de la methode cast du proxy.
 void testExtensionMethod()
           
 void testExtensionRequires()
           
 void testFieldConstraint()
           
 void testStoragePreviouslyDeleted()
          Test qu'une sauvegarde de wikitty précédemment supprimé fonctionne.
 void testStorageVersionForce()
          Test les differents cas du forage de version lors du store.
 void testStoreAndClassification()
           
 void testStoreAndLabel()
          Test ignored because WikittyServiceInMemory don't support labels.
 void testStoreFindAll()
           
 void testStoreFindAllFacet()
          Test ignored because WikittyServiceInMemory don't support facets.
 void testStoreFindDelete()
           
 void testStoreRestoreBasics()
           
 void testStoreRestoreLists()
           
 void testStoreRestoreNullEmpty()
           
 void testStoreUnmodifiedEntity()
           
 void testWikittyUtilNewInstanceWithWikitty()
          Test la creation d'une entité business par introspection avec un wikitty.
 
Methods inherited from class org.nuiton.wikitty.conform.AbstractTestConformance
createBasicWikitty, createExtension, createSampleWikitty, createType, createWikitty, createWikitty, format, getConfig, getKeyPairs, getProxy, getWikittyService, parse, setWikittyService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageTest

public StorageTest()
Method Detail

testStoreRestoreBasics

public void testStoreRestoreBasics()
                            throws Exception
Throws:
Exception

testExtensionMethod

public void testExtensionMethod()
                         throws Exception
Throws:
Exception

testExtensionRequires

public void testExtensionRequires()
                           throws Exception
Throws:
Exception

testStoreRestoreLists

public void testStoreRestoreLists()
                           throws Exception
Throws:
Exception

testStoreRestoreNullEmpty

public void testStoreRestoreNullEmpty()
                               throws Exception
Throws:
Exception

testFieldConstraint

public void testFieldConstraint()
                         throws Exception
Throws:
Exception

testStoreFindAll

public void testStoreFindAll()
                      throws Exception
Throws:
Exception

testStoreFindAllFacet

public void testStoreFindAllFacet()
                           throws Exception
Test ignored because WikittyServiceInMemory don't support facets.

Throws:
Exception

testStoreFindDelete

public void testStoreFindDelete()
                         throws Exception
Throws:
Exception

testStoreAndLabel

public void testStoreAndLabel()
                       throws Exception
Test ignored because WikittyServiceInMemory don't support labels.

Throws:
Exception

testStoreAndClassification

public void testStoreAndClassification()
                                throws Exception
Throws:
Exception

assign

protected void assign(org.nuiton.wikitty.entities.Wikitty wikitty,
                      org.nuiton.wikitty.entities.WikittyTreeNodeImpl root,
                      String path)

testWikittyUtilNewInstanceWithWikitty

public void testWikittyUtilNewInstanceWithWikitty()
Test la creation d'une entité business par introspection avec un wikitty.


testCast

public void testCast()
Test de la methode cast du proxy.


testStorageVersionForce

public void testStorageVersionForce()
Test les differents cas du forage de version lors du store.


testStoragePreviouslyDeleted

public void testStoragePreviouslyDeleted()
Test qu'une sauvegarde de wikitty précédemment supprimé fonctionne.


testBinaryFieldStorage

public void testBinaryFieldStorage()

testStoreUnmodifiedEntity

public void testStoreUnmodifiedEntity()


Copyright © 2009-2011 CodeLutin. All Rights Reserved.