org.universAAL.middleware.bus.junit
Class ManifestTestCase

Package class diagram package ManifestTestCase
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.universAAL.middleware.bus.junit.BusTestCase
              extended by org.universAAL.middleware.bus.junit.ManifestTestCase
All Implemented Interfaces:
junit.framework.Test

public class ManifestTestCase
extends BusTestCase

A test case that is specifically used to create a functional manifest.

Author:
Carsten Stockloew

Field Summary
static int EXTEND_ALL
           
static int EXTEND_CHANGE_EFFECT
           
static int EXTEND_HASVALUE
           
static int EXTEND_NOTHING
           
 
Fields inherited from class org.universAAL.middleware.bus.junit.BusTestCase
mc
 
Constructor Summary
ManifestTestCase()
           
 
Method Summary
protected  void add(String title, String description, ContextEventPattern cep, boolean isPublisher)
           
protected  void add(String title, String description, ServiceProfile profile)
           
protected  ServiceRequest add(String title, String description, ServiceRequest r, boolean extendAll)
           
protected  ServiceRequest add(String title, String description, ServiceRequest r, int options)
           
protected  void add(String title, String description, UIHandlerProfile profile)
           
protected  void add(String title, String description, UIRequest request)
           
protected  void writeManifest()
           
 
Methods inherited from class org.universAAL.middleware.bus.junit.BusTestCase
deserialize, serialize, setUp
 
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXTEND_NOTHING

public static final int EXTEND_NOTHING
See Also:
Constant Field Values

EXTEND_HASVALUE

public static final int EXTEND_HASVALUE
See Also:
Constant Field Values

EXTEND_CHANGE_EFFECT

public static final int EXTEND_CHANGE_EFFECT
See Also:
Constant Field Values

EXTEND_ALL

public static final int EXTEND_ALL
See Also:
Constant Field Values
Constructor Detail

ManifestTestCase

public ManifestTestCase()
Method Detail

writeManifest

protected void writeManifest()

add

protected void add(String title,
                   String description,
                   ContextEventPattern cep,
                   boolean isPublisher)

add

protected void add(String title,
                   String description,
                   UIHandlerProfile profile)

add

protected void add(String title,
                   String description,
                   UIRequest request)

add

protected void add(String title,
                   String description,
                   ServiceProfile profile)

add

protected ServiceRequest add(String title,
                             String description,
                             ServiceRequest r,
                             boolean extendAll)

add

protected ServiceRequest add(String title,
                             String description,
                             ServiceRequest r,
                             int options)


Copyright © 2014 universAAL Consortium. All Rights Reserved.