public class RootTypeTest
extends TestCase
The following features are tested:
QueueCommandHive ProcessTriggerAdditional Configuration Directory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
protected RootType |
fixture
The fixture for this Root Type test case.
|
| Constructor and Description |
|---|
RootTypeTest(java.lang.String name)
Constructs a new Root Type test case with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
protected RootType |
getFixture()
Returns the fixture for this Root Type test case.
|
static void |
main(java.lang.String[] args) |
protected void |
setFixture(RootType fixture)
Sets the fixture for this Root Type test case.
|
protected void |
setUp() |
protected void |
tearDown() |
void |
testGetAdditionalConfigurationDirectory()
Tests the '
Additional Configuration Directory' feature getter. |
void |
testGetCommand()
Tests the '
Command' feature getter. |
void |
testGetHiveProcess()
Tests the '
Hive Process' feature getter. |
void |
testGetQueue()
Tests the '
Queue' feature getter. |
void |
testGetTrigger()
Tests the '
Trigger' feature getter. |
public static final java.lang.String copyright
protected RootType fixture
public RootTypeTest(java.lang.String name)
public static void main(java.lang.String[] args)
protected void setFixture(RootType fixture)
protected RootType getFixture()
protected void setUp()
throws java.lang.Exception
java.lang.Exceptionjunit.framework.TestCase#setUp()protected void tearDown()
throws java.lang.Exception
java.lang.Exceptionjunit.framework.TestCase#tearDown()public void testGetQueue()
Queue' feature getter.
org.eclipse.scada.da.exec.configuration.RootType#getQueue()public void testGetCommand()
Command' feature getter.
org.eclipse.scada.da.exec.configuration.RootType#getCommand()public void testGetHiveProcess()
Hive Process' feature getter.
org.eclipse.scada.da.exec.configuration.RootType#getHiveProcess()public void testGetTrigger()
Trigger' feature getter.
org.eclipse.scada.da.exec.configuration.RootType#getTrigger()public void testGetAdditionalConfigurationDirectory()
Additional Configuration Directory' feature getter.
org.eclipse.scada.da.exec.configuration.RootType#getAdditionalConfigurationDirectory()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0