Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGet_Struct (0.55 sec)

  1. pkg/test/framework/scope_test.go

    //  limitations under the License.
    
    package framework
    
    import (
    	"fmt"
    	"testing"
    
    	. "github.com/onsi/gomega"
    
    	"istio.io/istio/pkg/test/framework/resource"
    )
    
    func TestGet_Struct(t *testing.T) {
    	res := &resource.FakeResource{
    		IDValue: "my-fake-resource",
    	}
    
    	tests := map[string]struct {
    		setup    func() *scope
    		expError error
    	}{
    		"exists": {
    			setup: func() *scope {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top