public class RootTypeTest
extends junit.framework.TestCase
The following features are tested:
| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
protected RootType |
fixture
The fixture for this Root Type test case.
|
| Constructor and Description |
|---|
RootTypeTest(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(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. |
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, toStringpublic static final String copyright
protected RootType fixture
public RootTypeTest(String name)
public static void main(String[] args)
protected void setFixture(RootType fixture)
protected RootType getFixture()
protected void setUp()
throws Exception
setUp in class junit.framework.TestCaseExceptionTestCase.setUp()protected void tearDown()
throws Exception
tearDown in class junit.framework.TestCaseExceptionTestCase.tearDown()public void testGetQueue()
Queue' feature getter.
RootType.getQueue()public void testGetCommand()
Command' feature getter.
RootType.getCommand()public void testGetHiveProcess()
Hive Process' feature getter.
RootType.getHiveProcess()public void testGetTrigger()
Trigger' feature getter.
RootType.getTrigger()public void testGetAdditionalConfigurationDirectory()
Additional Configuration Directory' feature getter.
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.