Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for createFilter (0.17 sec)

  1. .cm/plugins/filters/byCodeowner/ignore/index.js

        }
    
        ignores (path) {
            return this._test(path, this._ignoreCache, false).ignored
        }
    
        createFilter () {
            return path => !this.ignores(path)
        }
    
        filter (paths) {
            return makeArray(paths).filter(this.createFilter())
        }
    
        // @returns {TestResult}
        test (path) {
            return this._test(path, this._testCache, true)
        }
    }
    
    JavaScript
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 17.5K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    abstract synchronized class CategoryFilterFactor implements org.junit.runner.FilterFactory { void CategoryFilterFactor(); public org.junit.runner.manipulation.Filter createFilter(org.junit.runner.FilterFactoryParams) throws org.junit.runner.FilterFactory$FilterNotCreatedExce; protected abstract org.junit.runner.manipulation.Filter createFilter(java.util.List); private java.util.List parseCategories(String) throws ClassNotFoundExcepti; } org/junit/experimental/categories/Category.class package org.juni...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
Back to top