public class EvaluationScopeTest extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
expectedException |
| Constructor and Description |
|---|
EvaluationScopeTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testCreateEvaluationScopeNegativeDurationMeasure() |
void |
testCreateEvaluationScopeNullMeasure() |
void |
testGetFirstMeasurement()
Test adding multiple measurement and pulling them from the EvaluationScope.
|
void |
testGetMeasurementsForProcessingResource() |
void |
testGetSecondMeasurement() |
void |
testIteratorNoSuchElementException() |
void |
testIteratorRemoveUnsupportedOperationException() |
public void testCreateEvaluationScopeNullMeasure()
public void testCreateEvaluationScopeNegativeDurationMeasure()
public void testGetMeasurementsForProcessingResource()
public void testIteratorNoSuchElementException()
public void testIteratorRemoveUnsupportedOperationException()
public void testGetFirstMeasurement()
public void testGetSecondMeasurement()