public class AbcTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbcTest.ABehaviour
Behaviour for an A entity.
|
Constructor and Description |
---|
AbcTest() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanup()
Stop the actor system and shutdown the database.
|
static void |
setup()
Creates the database, initializes the Context and sets the static
behaviour factory for A.
|
void |
testCreateEntityManagerFactoryAndCreateAndSignalEntities()
Demonstrates the major aspects of using entities generated by
xuml-model-compiler including reloading signals not fully processed at
time of last shutdown, creation of entities and asynchronous signalling.
|
void |
testEntitiesAndSignalsArePersisted()
Tests signal persistence.
|
void |
testSignalCannotBePassedANullDelay() |
public void testCreateEntityManagerFactoryAndCreateAndSignalEntities() throws InterruptedException
InterruptedException
public static void setup()
public static void cleanup()
public void testEntitiesAndSignalsArePersisted() throws InterruptedException
InterruptedException
public void testSignalCannotBePassedANullDelay()
Copyright © 2012–2022. All rights reserved.