...

Source file src/github.com/go-openapi/runtime/internal/testing/data_test.go

Documentation: github.com/go-openapi/runtime/internal/testing

     1  package testing
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/require"
     7  )
     8  
     9  func TestInvalidJSON(t *testing.T) {
    10  	require.NotEmpty(t, InvalidJSONMessage)
    11  }
    12  

View as plain text