Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestListenerBuildOperationDecorator (0.5 sec)

  1. subprojects/core/src/testFixtures/groovy/org/gradle/configuration/internal/TestListenerBuildOperationDecorator.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.configuration.internal
    
    import org.gradle.api.Action
    
    class TestListenerBuildOperationDecorator implements ListenerBuildOperationDecorator {
    
        @Override
        <T> Action<T> decorate(String registrationPoint, Action<T> action) {
            action
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 07 07:04:44 UTC 2018
    - 1.2K bytes
    - Viewed (0)
Back to top