Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 110 for booltest (0.14 sec)

  1. platforms/software/testing-base/src/integTest/resources/org/gradle/testing/TestExecutionBuildOperationsIntegrationTest/emitsBuildOperationsForTestNgTests/src/test/java/org/gradle/FooTest.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle;
    
    import org.testng.Assert;
    
    public class FooTest {
        @org.testng.annotations.Test public void ok() {
            System.out.println("sys out ok");
            System.err.println("sys err ok");
        }
    
        @org.testng.annotations.Test public void fail() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1005 bytes
    - Viewed (0)
  2. android/guava-testlib/test/com/google/common/testing/AbstractPackageSanityTestsTest.java

            .containsExactly(Foo.class);
        assertThat(findClassesToTest(ImmutableList.of(Foo.class, FooTest.class), "testNotPublic"))
            .containsExactly(Foo.class);
      }
    
      public void testFindClassesToTest_withCorrespondingTestClassAndExplicitlyTested() {
        ImmutableList<Class<?>> classes = ImmutableList.of(Foo.class, FooTest.class);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 21:37:55 UTC 2019
    - 5.3K bytes
    - Viewed (0)
  3. guava-testlib/test/com/google/common/testing/AbstractPackageSanityTestsTest.java

            .containsExactly(Foo.class);
        assertThat(findClassesToTest(ImmutableList.of(Foo.class, FooTest.class), "testNotPublic"))
            .containsExactly(Foo.class);
      }
    
      public void testFindClassesToTest_withCorrespondingTestClassAndExplicitlyTested() {
        ImmutableList<Class<?>> classes = ImmutableList.of(Foo.class, FooTest.class);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 21:37:55 UTC 2019
    - 5.3K bytes
    - Viewed (0)
  4. src/cmd/covdata/tool_test.go

    cui fliter <******@****.***> 1709781377 +0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 20:46:32 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  5. src/runtime/race/testdata/pool_test.go

    Russ Cox <******@****.***> 1638378945 -0500
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 933 bytes
    - Viewed (0)
  6. src/sync/pool_test.go

    Ian Lance Taylor <******@****.***> 1716410320 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 8K bytes
    - Viewed (0)
  7. internal/bpool/bpool_test.go

    Anis Eleuch <******@****.***> 1706642007 +0100
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 30 19:13:27 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  8. src/cmd/internal/test2json/testdata/issue29755.test

                foo_test.go:14: output from sub2 test
        foo_test.go:22: output from root test
        foo_test.go:27: output from root test
        --- PASS: TestOutputWithSubtest/sub_test2 (0.00s)
            foo_test.go:21: output from sub test2
            foo_test.go:23: more output from sub test2
            foo_test.go:28: more output from sub test2
            --- PASS: TestOutputWithSubtest/sub_test2/sub2 (0.00s)
                foo_test.go:26: output from sub2 test
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 01 16:13:47 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/test_shuffle.txt

    # Run tests
    go test -v foo_test.go
    ! stdout '-test.shuffle '
    stdout '(?s)TestOne(.*)TestTwo(.*)TestThree'
    
    go test -v -shuffle=off foo_test.go
    ! stdout '-test.shuffle '
    stdout '(?s)TestOne(.*)TestTwo(.*)TestThree'
    
    go test -v -shuffle=42 foo_test.go
    stdout '^-test.shuffle 42'
    stdout '(?s)TestThree(.*)TestOne(.*)TestTwo'
    
    go test -v -shuffle=0 foo_test.go
    stdout '^-test.shuffle 0'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 20:46:11 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  10. platforms/software/testing-base-infrastructure/src/test/groovy/org/gradle/api/internal/tasks/testing/filter/TestSelectionMatcherTest.groovy

            ["FooTest.test", "FooTest.bar"]     | "FooTest"                 | "bar"                 | true
            ["FooTest.test", "FooTest.bar"]     | "FooTest"                 | "baz"                 | false
            ["FooTest.test", "FooTest.bar"]     | "Footest"                 | "test"                | false
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 20:33:30 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top