com.google.code.jetm.reporting.ext
Class PointFactoryTest
java.lang.Object
com.google.code.jetm.reporting.ext.PointFactoryTest
@PrepareForTest(value={com.google.code.jetm.reporting.ext.PointFactory.class,etm.core.configuration.EtmManager.class,com.google.code.jetm.reporting.ext.NoOpEtmPoint.class})
public class PointFactoryTest
- extends Object
Unit tests for PointFactory
.
- Author:
- JH016266
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointFactoryTest
public PointFactoryTest()
testCreateNoOp
public void testCreateNoOp()
throws Exception
- Test the creation of a no-op ETM point.
- Throws:
Exception
- If any errors occur during the test run.
testCreateRealPoint
public void testCreateRealPoint()
throws Exception
- Test the creation of an ETM point from the EtmMonitor.
- Throws:
Exception
- If any errors occur during the test run.
Copyright © 2011. All Rights Reserved.