Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apimachinery/pkg/api/meta/errors_test.go

    limitations under the License.
    */
    
    package meta
    
    import (
    	"errors"
    	"fmt"
    	"testing"
    
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    func TestErrorMatching(t *testing.T) {
    	testCases := []struct {
    		name string
    		// input should contain an error that is _not_ empty, otherwise the naive reflectlite.DeepEqual matching of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 11 22:50:51 UTC 2022
    - 2.4K bytes
    - Viewed (0)
Back to top