Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DefaultTestOutputEvent (0.48 sec)

  1. platforms/software/testing-base-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/redirector/TestOutputRedirector.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.internal.tasks.testing.redirector;
    
    import org.gradle.api.internal.tasks.testing.DefaultTestOutputEvent;
    import org.gradle.api.internal.tasks.testing.TestResultProcessor;
    import org.gradle.api.tasks.testing.TestOutputEvent;
    
    public class TestOutputRedirector {
        private final StandardOutputRedirector redirector;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. platforms/software/testing-base-infrastructure/src/test/groovy/org/gradle/api/internal/tasks/testing/redirector/TestOutputRedirectorTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.internal.tasks.testing.redirector
    
    import org.gradle.api.internal.tasks.testing.DefaultTestOutputEvent
    import org.gradle.api.internal.tasks.testing.TestResultProcessor
    import org.gradle.api.tasks.testing.TestOutputEvent
    import spock.lang.Specification
    import spock.lang.Subject
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top