Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 68 for attest (0.09 sec)

  1. plugin/pkg/admission/certificates/ctbattest/admission_test.go

    			},
    			allowed: true,
    		},
    	}
    
    	for _, tc := range tests {
    		t.Run(tc.description, func(t *testing.T) {
    			p := Plugin{
    				authz: fakeAuthorizer{
    					t:           t,
    					verb:        "attest",
    					allowedName: tc.allowedName,
    					decision:    authorizer.DecisionAllow,
    					err:         tc.authzErr,
    				},
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  2. src/math/big/rat_test.go

    		arg = ratBinArg{test.x, test.y, test.prod}
    		testRatBin(t, i, "Mul", (*Rat).Mul, arg)
    
    		arg = ratBinArg{test.y, test.x, test.prod}
    		testRatBin(t, i, "Mul symmetric", (*Rat).Mul, arg)
    
    		if test.x != "0" {
    			arg = ratBinArg{test.prod, test.x, test.y}
    			testRatBin(t, i, "Quo", (*Rat).Quo, arg)
    		}
    
    		if test.y != "0" {
    			arg = ratBinArg{test.prod, test.y, test.x}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 07 00:15:59 UTC 2022
    - 18.9K bytes
    - Viewed (0)
  3. src/context/x_test.go

    				cancel()
    				return ctx
    			},
    			err:   nil,
    			cause: nil,
    		},
    	} {
    		test := test
    		t.Run(test.name, func(t *testing.T) {
    			t.Parallel()
    			ctx := test.ctx()
    			if got, want := ctx.Err(), test.err; want != got {
    				t.Errorf("ctx.Err() = %v want %v", got, want)
    			}
    			if got, want := Cause(ctx), test.cause; want != got {
    				t.Errorf("Cause(ctx) = %v want %v", got, want)
    			}
    		})
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  4. src/crypto/internal/bigmod/nat_test.go

    Filippo Valsorda <******@****.***> 1703689519 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 12 00:56:20 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  5. src/math/big/nat_test.go

    }
    
    func TestSticky(t *testing.T) {
    	for i, test := range stickyTests {
    		x := natFromString(test.x)
    		if got := x.sticky(test.i); got != test.want {
    			t.Errorf("#%d: %s.sticky(%d) = %v; want %v", i, test.x, test.i, got, test.want)
    		}
    		if test.want == 1 {
    			// all subsequent i's should also return 1
    			for d := uint(1); d <= 3; d++ {
    				if got := x.sticky(test.i + d); got != 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 09 15:29:36 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  6. src/test/java/jcifs/tests/PACTest.java

    import org.junit.Assert;
    import org.junit.Test;
    
    import jcifs.pac.PACDecodingException;
    import jcifs.pac.PacMac;
    import jcifs.util.Hexdump;
    
    
    /**
     * @author mbechler
     *
     */
    @SuppressWarnings ( {
        "nls", "javadoc", "restriction"
    } )
    public class PACTest {
    
        @Test
        public void testNFold () {
            // rfc3961 test vectors
            verifyNfold(64, "012345", "be072631276b1955");
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Oct 01 12:01:17 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modfetch/coderepo_test.go

    				altTest.short = remap(altTest.short, m)
    				altTest.rev = remap(altTest.rev, m)
    				altTest.err = remap(altTest.err, m)
    				altTest.gomodErr = remap(altTest.gomodErr, m)
    				altTest.zipErr = remap(altTest.zipErr, m)
    				altTest.zipSum = ""
    				altTest.zipFileHash = ""
    				t.Run(strings.ReplaceAll(altTest.path, "/", "_")+"/"+altTest.rev, f(altTest))
    			}
    		}
    	}
    }
    
    var hgmap = map[string]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 20:10:14 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/mod_all.txt

    stdout '^example.com/q.test$'
    stdout '^example.com/q_test \[example.com/q.test\]$'
    stdout '^example.com/r.test$'
    stdout '^example.com/r_test \[example.com/r.test\]$'
    stdout '^example.com/s.test$'
    stdout '^example.com/s_test \[example.com/s.test\]$'
    stdout '^example.com/t.test$'
    stdout '^example.com/t_test \[example.com/t.test\]$'
    stdout '^example.com/u.test$'
    stdout '^example.com/u_test \[example.com/u.test\]$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 20 18:41:57 UTC 2021
    - 13.1K bytes
    - Viewed (0)
  9. android/guava-testlib/src/com/google/common/collect/testing/TestsForSetsInJavaUtil.java

      }
    
      public Test allTests() {
        TestSuite suite = new TestSuite("java.util Sets");
        suite.addTest(testsForEmptySet());
        suite.addTest(testsForSingletonSet());
        suite.addTest(testsForHashSet());
        suite.addTest(testsForLinkedHashSet());
        suite.addTest(testsForEnumSet());
        suite.addTest(testsForTreeSetNatural());
        suite.addTest(testsForTreeSetWithComparator());
        suite.addTest(testsForCopyOnWriteArraySet());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-death-test.h

    //
    // The Google C++ Testing Framework (Google Test)
    //
    // This header file defines the public API for death tests.  It is
    // #included by gtest.h so a user doesn't need to include this
    // directly.
    
    #ifndef GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_
    #define GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_
    
    #include "gtest/internal/gtest-death-test-internal.h"
    
    namespace testing {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 11.3K bytes
    - Viewed (0)
Back to top