站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

ConsumerTestRunner.Blah - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.wsrp.v1.consumer
Class ConsumerTestRunner.Blah

java.lang.Object
  extended byorg.jboss.portal.test.wsrp.v1.consumer.ConsumerTestRunner.Blah
All Implemented Interfaces:
TestBuilder.TestCaseFactory
Enclosing class:
ConsumerTestRunner

private static class ConsumerTestRunner.Blah
extends java.lang.Object
implements TestBuilder.TestCaseFactory


Field Summary
private  java.lang.Class clazz
           
 
Constructor Summary
ConsumerTestRunner.Blah(java.lang.Class clazz)
           
 
Method Summary
 junit.framework.TestCase createTestCase(java.util.Map parametrization, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clazz

private java.lang.Class clazz
Constructor Detail

ConsumerTestRunner.Blah

public ConsumerTestRunner.Blah(java.lang.Class clazz)
Method Detail

createTestCase

public junit.framework.TestCase createTestCase(java.util.Map parametrization,
                                               java.lang.String name)
                                        throws java.lang.Exception
Specified by:
createTestCase in interface TestBuilder.TestCaseFactory
Throws:
java.lang.Exception