io.leopard.autounit.config
Class AutoUnitConfigImpl

java.lang.Object
  extended by io.leopard.autounit.config.AutoUnitConfigImpl
All Implemented Interfaces:
AutoUnitConfig

public class AutoUnitConfigImpl
extends java.lang.Object
implements AutoUnitConfig


Constructor Summary
AutoUnitConfigImpl()
           
 
Method Summary
 java.util.List<java.util.Properties> list()
           
 java.util.List<java.lang.String> listIntegrationRunnable()
          获取集成测试时要运行的类.
 java.util.List<java.lang.String> listRule()
           
 java.util.Map<java.lang.String,java.lang.String> mapField()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoUnitConfigImpl

public AutoUnitConfigImpl()
Method Detail

list

public java.util.List<java.util.Properties> list()
                                          throws java.io.IOException
Specified by:
list in interface AutoUnitConfig
Throws:
java.io.IOException

listRule

public java.util.List<java.lang.String> listRule()
                                          throws java.io.IOException
Specified by:
listRule in interface AutoUnitConfig
Throws:
java.io.IOException

mapField

public java.util.Map<java.lang.String,java.lang.String> mapField()
                                                          throws java.io.IOException
Specified by:
mapField in interface AutoUnitConfig
Throws:
java.io.IOException

listIntegrationRunnable

public java.util.List<java.lang.String> listIntegrationRunnable()
                                                         throws java.io.IOException
Description copied from interface: AutoUnitConfig
获取集成测试时要运行的类.

Specified by:
listIntegrationRunnable in interface AutoUnitConfig
Returns:
Throws:
java.io.IOException


Copyright © 2014-2015. All Rights Reserved.