Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 185 for test_Get (0.13 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/test_kit.adoc

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    [[test_kit]]
    = Testing Build Logic with TestKit
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/test_vet.txt

    Zvonimir Pavlinovic <******@****.***> 1632437422 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 27 20:14:44 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/collect/CountTest.java

    import junit.framework.TestCase;
    
    /**
     * Tests for {@code Count}.
     *
     * @author Louis Wasserman
     */
    @GwtCompatible
    @ElementTypesAreNonnullByDefault
    public class CountTest extends TestCase {
      public void testGet() {
        assertEquals(20, new Count(20).get());
      }
    
      public void testGetAndAdd() {
        Count holder = new Count(20);
        assertEquals(20, holder.get());
        holder.add(1);
        assertEquals(21, holder.get());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 19 20:34:55 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/core/lang/FieldUtilTest.java

        /** */
        public static final int INT_DATA = 987654321;
    
        /** */
        public static final String STRING_DATA = "Hello World!";
    
        /**
         * @throws Exception
         */
        @Test
        public void testGet() throws Exception {
            final Field field = getClass().getField("objectField");
            final Integer testData = new Integer(123);
            FieldUtil.set(field, this, testData);
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. src/cmd/internal/test2json/testdata/vet.test

    === PAUSE TestVet/1
    === RUN   TestVet/2
    === PAUSE TestVet/2
    === RUN   TestVet/3
    === PAUSE TestVet/3
    === RUN   TestVet/4
    === RUN   TestTags/x_testtag_y
    === PAUSE TestVet/4
    === RUN   TestVet/5
    === PAUSE TestVet/5
    === PAUSE TestTags/x_testtag_y
    === RUN   TestVet/6
    === RUN   TestTags/x,testtag,y
    === PAUSE TestTags/x,testtag,y
    === RUN   TestVetDirs/testingpkg
    === PAUSE TestVet/6
    === CONT  TestTags/x,testtag,y
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 01 16:13:47 UTC 2020
    - 3.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/composite_op_round_trip.mlir

        // CHECK-ROUNDTRIP:  %0 = stablehlo.composite "stablehlo.add_n" %arg0 {composite_attributes = {test_bool = false, test_int = 2 : i64, test_string = "test"}, decomposition = @add_n.impl} : (tensor<i64>) -> tensor<i64>
        %0 = stablehlo.composite "stablehlo.add_n" %arg0 { composite_attributes = { test_int = 2 : i64, test_bool = 0 : i1, test_string = "test"}, decomposition = @add_n.impl } : (tensor<i64>) -> tensor<i64>
        return %0 : tensor<i64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 03:40:50 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/test_empty.txt

    package p
    -- empty/pkgtest/test_test.go --
    package p
    -- empty/pkgtestxtest/pkg.go --
    package p
    -- empty/pkgtestxtest/test_test.go --
    package p
    -- empty/pkgtestxtest/xtest_test.go --
    package p_test
    -- empty/pkgxtest/pkg.go --
    package p
    -- empty/pkgxtest/xtest_test.go --
    package p_test
    -- empty/test/test_test.go --
    package p
    -- empty/testxtest/test_test.go --
    package p
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 17 13:25:29 UTC 2020
    - 1K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/build_no_go.txt

    ! go build ./exclude/ignore
    stderr 'no Go files in '
    
    ! go build ./exclude/empty
    stderr 'no Go files in '
    
    -- go.mod --
    module m
    
    go 1.16
    -- empty/test/test_test.go --
    package p
    -- empty/testxtest/test_test.go --
    package p
    -- empty/testxtest/xtest_test.go --
    package p_test
    -- empty/xtest/xtest_test.go --
    package p_test
    -- exclude/empty/x.txt --
    -- exclude/ignore/_x.go --
    package x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 17 13:25:29 UTC 2020
    - 748 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/test_json.txt

    package p
    -- empty/pkgtest/test_test.go --
    package p
    -- empty/pkgtestxtest/pkg.go --
    package p
    -- empty/pkgtestxtest/test_test.go --
    package p
    -- empty/pkgtestxtest/xtest_test.go --
    package p_test
    -- empty/pkgxtest/pkg.go --
    package p
    -- empty/pkgxtest/xtest_test.go --
    package p_test
    -- empty/test/test_test.go --
    package p
    -- empty/testxtest/test_test.go --
    package p
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/test_env_term.txt

    # Tests golang.org/issue/12096
    
    env TERM=''
    go test test_test.go
    ! stdout '^ok.*\[no tests to run\]'
    stdout '^ok'
    
    -- test_test.go --
    package main
    import ("os"; "testing")
    func TestEnv(t *testing.T) {
    	if os.Getenv("TERM") != "" {
    		t.Fatal("TERM is set")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 19 21:18:17 UTC 2020
    - 260 bytes
    - Viewed (0)
Back to top