类 BuildOutput

java.lang.Object
cn.taketoday.test.BuildOutput

public class BuildOutput extends Object
Provides access to build output locations in a build system and IDE agnostic manner.
从以下版本开始:
4.0
作者:
Andy Wilkinson
  • 构造器详细资料

    • BuildOutput

      public BuildOutput(Class<?> testClass)
  • 方法详细资料

    • getTestClassesLocation

      public File getTestClassesLocation()
      Returns the location into which test classes have been built.
      返回:
      test classes location
    • getTestResourcesLocation

      public File getTestResourcesLocation()
      Returns the location into which test resources have been built.
      返回:
      test resources location
    • getRootLocation

      public File getRootLocation()
      Returns the root location into which build output is written.
      返回:
      root location