/** * 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; }
/** * 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; }