eu.scape_project.watch.model
Class KBTest

java.lang.Object
  extended by eu.scape_project.watch.model.KBTest

public class KBTest
extends Object

Unit tests of the Knowledge Base persistence and access.

Author:
Luis Faria

Constructor Summary
KBTest()
           
 
Method Summary
static void afterClass()
          Cleanup the data folder.
static void beforeClass()
          Initialize the data folder.
 void testAsyncRequestCRUD()
          Test Entity CRUD operations.
 void testAsyncRequestEquals()
           
 void testEntityCRUD()
          Test Entity CRUD operations.
 void testEntityEquals()
           
 void testEntityListings()
           
 void testEntityTypeCRUD()
          Test Entity Type CRUD operations.
 void testEntityTypeEquals()
           
 void testEntityTypeListeners()
          Test Entity Type CRUD listeners.
 void testPropertyCRUD()
          Test Property CRUD operations.
 void testPropertyEquals()
           
 void testPropertyListings()
           
 void testPropertyValueCRUD()
          Test PropertyValue CRUD operations.
 void testPropertyValueEquals()
           
 void testPropertyValueListings()
           
 void testRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KBTest

public KBTest()
Method Detail

beforeClass

public static void beforeClass()
Initialize the data folder.


afterClass

public static void afterClass()
Cleanup the data folder.


testEntityTypeEquals

public void testEntityTypeEquals()

testEntityTypeCRUD

public void testEntityTypeCRUD()
Test Entity Type CRUD operations.


testEntityTypeListeners

public void testEntityTypeListeners()
Test Entity Type CRUD listeners.


testPropertyEquals

public void testPropertyEquals()

testPropertyCRUD

public void testPropertyCRUD()
Test Property CRUD operations.


testPropertyListings

public void testPropertyListings()

testEntityEquals

public void testEntityEquals()

testEntityCRUD

public void testEntityCRUD()
Test Entity CRUD operations.


testEntityListings

public void testEntityListings()

testPropertyValueEquals

public void testPropertyValueEquals()

testPropertyValueCRUD

public void testPropertyValueCRUD()
Test PropertyValue CRUD operations.


testPropertyValueListings

public void testPropertyValueListings()

testAsyncRequestEquals

public void testAsyncRequestEquals()

testAsyncRequestCRUD

public void testAsyncRequestCRUD()
Test Entity CRUD operations.


testRequest

public void testRequest()


Copyright © 2012. All Rights Reserved.