Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for testCases (0.2 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    // Most tests will call this.
    func helpTestCreateUpdateDelete(t *testing.T, testCases []cudTestCase) {
    	t.Helper()
    	helpTestCreateUpdateDeleteWithFamilies(t, testCases, []api.IPFamily{api.IPv4Protocol, api.IPv6Protocol})
    }
    
    func helpTestCreateUpdateDeleteWithFamilies(t *testing.T, testCases []cudTestCase, ipFamilies []api.IPFamily) {
    	// NOTE: do not call t.Helper() here.  It's more useful for errors to be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    			},
    		},
    	}
    
    	for _, testcase := range testcases {
    		t.Run(testcase.name, func(t *testing.T) {
    			ipt := iptablestest.NewFake()
    			fp := NewFakeProxier(ipt)
    			fp.OnServiceSynced()
    			fp.OnEndpointSlicesSynced()
    
    			fp.OnServiceAdd(service)
    
    			fp.OnEndpointSliceAdd(testcase.endpointslice)
    			fp.syncProxyRules()
    			runPacketFlowTests(t, testcase.line, ipt, testNodeIPs, testcase.flowTests)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

    - This contains the modified windows kubeproxy testcases with mock implementation ([#120105](https://github.com/kubernetes/kubernetes/pull/120105), [@princepereira](https://github.com/princepereira)) [SIG Network and Windows]
    
    ### Bug or Regression
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    synchronized class TestResult$1 implements Protectable { void TestResult$1(TestResult, TestCase); public void protect() throws Throwable; } junit/framework/TestSuite$1.class package junit.framework; final synchronized class TestSuite$1 extends TestCase { void TestSuite$1(String, String); protected void runTest(); } junit/framework/TestCase.class package junit.framework; public abstract synchronized class TestCase extends Assert implements Test { private String fName; public void TestCase(); public...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
Back to top