Spring for Apache Hadoop

org.springframework.yarn.boot.test.junit
Class AbstractBootYarnClusterTests.EmptyConfig

java.lang.Object
  extended by org.springframework.yarn.boot.test.junit.AbstractBootYarnClusterTests.EmptyConfig
Enclosing class:
AbstractBootYarnClusterTests

@Configuration
public static class AbstractBootYarnClusterTests.EmptyConfig
extends java.lang.Object

Empty Spring @Configuration class which can be referenced from tests solely using JavaConfig. If tests are based on Spring test support, at minimum a dummy empty class needs to be provided if xml configs are not present.


Constructor Summary
AbstractBootYarnClusterTests.EmptyConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBootYarnClusterTests.EmptyConfig

public AbstractBootYarnClusterTests.EmptyConfig()

Spring for Apache Hadoop