Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 65 for attest (0.18 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/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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. src/cmd/internal/obj/x86/aenum.go

    	AKORQ
    	AKORTESTB
    	AKORTESTD
    	AKORTESTQ
    	AKORTESTW
    	AKORW
    	AKSHIFTLB
    	AKSHIFTLD
    	AKSHIFTLQ
    	AKSHIFTLW
    	AKSHIFTRB
    	AKSHIFTRD
    	AKSHIFTRQ
    	AKSHIFTRW
    	AKTESTB
    	AKTESTD
    	AKTESTQ
    	AKTESTW
    	AKUNPCKBW
    	AKUNPCKDQ
    	AKUNPCKWD
    	AKXNORB
    	AKXNORD
    	AKXNORQ
    	AKXNORW
    	AKXORB
    	AKXORD
    	AKXORQ
    	AKXORW
    	ALAHF
    	ALARL
    	ALARQ
    	ALARW
    	ALDDQU
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  10. guava-testlib/src/com/google/common/collect/testing/TestsForMapsInJavaUtil.java

        suite.addTest(testsForLinkedHashMap());
        suite.addTest(testsForSynchronizedNavigableMap());
        suite.addTest(testsForTreeMapNatural());
        suite.addTest(testsForTreeMapWithComparator());
        suite.addTest(testsForUnmodifiableMap());
        suite.addTest(testsForUnmodifiableNavigableMap());
        suite.addTest(testsForUnmodifiableSortedMap());
        suite.addTest(testsForEnumMap());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 21.6K bytes
    - Viewed (0)
Back to top