Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestClaimInfoIsPrepared (0.28 sec)

  1. pkg/kubelet/cm/dra/claiminfo_test.go

    		},
    	} {
    		t.Run(test.description, func(t *testing.T) {
    			test.claimInfo.setPrepared()
    			assert.Equal(t, test.claimInfo.isPrepared(), true)
    		})
    	}
    }
    
    func TestClaimInfoIsPrepared(t *testing.T) {
    	for _, test := range []struct {
    		description    string
    		claimInfo      *ClaimInfo
    		expectedResult bool
    	}{
    		{
    			description: "claim info is not prepared",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 13:30:31 UTC 2024
    - 21K bytes
    - Viewed (0)
Back to top