github.com/vmware/transport-go@v1.3.4/examples/simple_stream_test.go (about)

     1  package examples
     2  
     3  import (
     4  	"github.com/stretchr/testify/assert"
     5  	"testing"
     6  )
     7  
     8  func TestSimpleStream(t *testing.T) {
     9  	results := SimpleStream()
    10  	assert.Len(t, results, 10)
    11  }