Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestContainSubstring (0.14 sec)

  1. pkg/test/util/structpath/instance_test.go

    package structpath_test
    
    import (
    	"testing"
    
    	discovery "github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3"
    
    	"istio.io/istio/pkg/test/util/structpath"
    )
    
    func TestContainSubstring(t *testing.T) {
    	testResponse := &discovery.DiscoveryResponse{
    		VersionInfo: "2019-07-16T10:54:41-07:00/1",
    		TypeUrl:     "some.Random.Type.URL",
    	}
    	validator := structpath.ForProto(testResponse)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 11 16:19:15 UTC 2021
    - 1.7K bytes
    - Viewed (0)
Back to top