Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,473 for tent (0.03 sec)

  1. platforms/documentation/docs/src/snippets/ant/useAntType/groovy/libs/test.jar

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
  2. hack/make-rules/test.sh

            kube::test::usage
            exit 1
          fi
          ;;
        i)
          kube::log::usage "'$0': use GOFLAGS='-count <num-iterations>'"
          kube::test::usage
          exit 1
          ;;
        :)
          kube::log::usage "Option -${OPTARG} <value>"
          kube::test::usage
          exit 1
          ;;
        ?)
          kube::test::usage
          exit 1
          ;;
      esac
    done
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  3. testing/performance/src/templates/project-with-source/Test.groovy

    package ${packageName};
    
    
    import static org.junit.Assert.assertEquals
    
    public class ${testClassName} {
        private final ${productionClassName} production = new ${productionClassName}("value");
    
        @org.junit.Test
        public void test() {
            assertEquals(production.getProperty(), "value");
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 305 bytes
    - Viewed (0)
  4. testing/performance/src/templates/with-verbose-testng/Test.java

        @Test
        public void testOne() {
            for (int i = 0; i < 1000; i++) {
                System.out.println("Some test output from ${testClassName}.testOne - " + i);
                System.err.println("Some test error  from ${testClassName}.testOne - " + i);
            }
            assertEquals(production.getProperty(), "value");
        }
    
        @Test
        public void testTwo() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/tasks/testing/Test.java

     *
     *   // set JVM arguments for the test JVM(s)
     *   jvmArgs '-XX:MaxPermSize=256m'
     *
     *   // listen to events in the test execution lifecycle
     *   beforeTest { descriptor -&gt;
     *      logger.lifecycle("Running test: " + descriptor)
     *   }
     *
     *   // fail the 'test' task on the first test failure
     *   failFast = true
     *
     *   // skip an actual test execution
     *   dryRun = true
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 42.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/tests/saved_model/testdata/test.mlir

    Tres Popp <******@****.***> 1648205406 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 11:03:04 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  7. fess-crawler/src/test/resources/extractor/msoffice/test.ppt

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 98.5K bytes
    - Viewed (0)
  8. fess-crawler/src/test/resources/extractor/ooo/test.odp

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 12.2K bytes
    - Viewed (0)
  9. fess-crawler/src/test/resources/extractor/ooo/test.odt

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 9.7K bytes
    - Viewed (0)
  10. fess-crawler/src/test/resources/extractor/program/test.c

    /* Test Code */
    #include <sdtio.h>
    
    
    int main(void)
    {
        printf("ใƒ†ใ‚นใƒˆ");
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 81 bytes
    - Viewed (0)
Back to top