Java 类org.gradle.api.tasks.testing.logging.TestLoggingContainer 实例源码

项目:Reer    文件:Test.java   
/**
 * Allows to set options related to which test events are logged to the console, and on which detail level. For example, to show more information about exceptions use:
 *
 * <pre autoTested=''> apply plugin: 'java'
 *
 * test.testLogging { exceptionFormat "full" } </pre>
 *
 * For further information see {@link TestLoggingContainer}.
 *
 * @return this
 */
@Internal
// TODO:LPTR Should be @Nested with @Console inside
public TestLoggingContainer getTestLogging() {
    return testLogging;
}
项目:Pushjet-Android    文件:Test.java   
/**
 * Allows to set options related to which test events are logged to the console, and on which detail level. For example, to show more information about exceptions use:
 *
 * <pre autoTested=''> apply plugin: 'java'
 *
 * test.testLogging { exceptionFormat "full" } </pre>
 *
 * For further information see {@link TestLoggingContainer}.
 *
 * @return this
 */
public TestLoggingContainer getTestLogging() {
    return testLogging;
}
项目:Pushjet-Android    文件:Test.java   
/**
 * Allows to set options related to which test events are logged to the console, and on which detail level. For example, to show more information about exceptions use:
 *
 * <pre autoTested=''> apply plugin: 'java'
 *
 * test.testLogging { exceptionFormat "full" } </pre>
 *
 * For further information see {@link TestLoggingContainer}.
 *
 * @return this
 */
public TestLoggingContainer getTestLogging() {
    return testLogging;
}