public class DocumentRootTest
extends TestCase
The following features are tested:
Root| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
protected DocumentRoot |
fixture
The fixture for this Document Root test case.
|
| Constructor and Description |
|---|
DocumentRootTest(java.lang.String name)
Constructs a new Document Root test case with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
protected DocumentRoot |
getFixture()
Returns the fixture for this Document Root test case.
|
static void |
main(java.lang.String[] args) |
protected void |
setFixture(DocumentRoot fixture)
Sets the fixture for this Document Root test case.
|
protected void |
setUp() |
protected void |
tearDown() |
void |
testGetRoot()
Tests the '
Root' feature getter. |
void |
testSetRoot()
Tests the '
Root' feature setter. |
public static final java.lang.String copyright
protected DocumentRoot fixture
public DocumentRootTest(java.lang.String name)
public static void main(java.lang.String[] args)
protected void setFixture(DocumentRoot fixture)
protected DocumentRoot 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 testGetRoot()
Root' feature getter.
org.eclipse.scada.da.exec.configuration.DocumentRoot#getRoot()public void testSetRoot()
Root' feature setter.
org.eclipse.scada.da.exec.configuration.DocumentRoot#setRoot(org.eclipse.scada.da.exec.configuration.RootType)
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