com.google.code.jetm.reporting.ext
Class PointFactoryTest

java.lang.Object
  extended by 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

Constructor Summary
PointFactoryTest()
           
 
Method Summary
 void testCreateNoOp()
          Test the creation of a no-op ETM point.
 void testCreateRealPoint()
          Test the creation of an ETM point from the EtmMonitor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointFactoryTest

public PointFactoryTest()
Method Detail

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.