public class AbstractMonitoredComponentTest extends Object
AbstractMonitoredComponent
Constructor and Description |
---|
AbstractMonitoredComponentTest() |
Modifier and Type | Method and Description |
---|---|
void |
testGetSubFunctions_DedicatedSubFunctions()
Check
AbstractMonitoredComponent.getSubFunctions() against a
dedicated sub-function list set to a valid value. |
void |
testGetSubFunctions_EmptyDedicatedSubFunctions()
Check
AbstractMonitoredComponent.getSubFunctions() against an
empty dedicated sub-function list. |
void |
testGetSubFunctions_NullDedicatedSubFunctions()
Check
AbstractMonitoredComponent.getSubFunctions() against a
dedicated sub-function list set to null . |
public void testGetSubFunctions_NullDedicatedSubFunctions()
Check AbstractMonitoredComponent.getSubFunctions()
against a
dedicated sub-function list set to null
.
Expected result: only the sub-functions provided by the CDK are available.
public void testGetSubFunctions_EmptyDedicatedSubFunctions()
Check AbstractMonitoredComponent.getSubFunctions()
against an
empty dedicated sub-function list.
Expected result: only the sub-functions provided by the CDK are available.
public void testGetSubFunctions_DedicatedSubFunctions()
Check AbstractMonitoredComponent.getSubFunctions()
against a
dedicated sub-function list set to a valid value.
Expected result: the sub-functions is set of both cdk sub-functions and dedicated sub-functions.
Copyright © 2005-2018 Linagora. All Rights Reserved.