类 BuildOutput
java.lang.Object
cn.taketoday.test.BuildOutput
Provides access to build output locations in a build system and IDE agnostic manner.
- 从以下版本开始:
- 4.0
- 作者:
- Andy Wilkinson
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the root location into which build output is written.Returns the location into which test classes have been built.Returns the location into which test resources have been built.
-
构造器详细资料
-
BuildOutput
-
-
方法详细资料
-
getTestClassesLocation
Returns the location into which test classes have been built.- 返回:
- test classes location
-
getTestResourcesLocation
Returns the location into which test resources have been built.- 返回:
- test resources location
-
getRootLocation
Returns the root location into which build output is written.- 返回:
- root location
-