...

Source file src/github.com/gregjones/httpcache/test/test_test.go

Documentation: github.com/gregjones/httpcache/test

     1  package test_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/gregjones/httpcache"
     7  	"github.com/gregjones/httpcache/test"
     8  )
     9  
    10  func TestMemoryCache(t *testing.T) {
    11  	test.Cache(t, httpcache.NewMemoryCache())
    12  }
    13  

View as plain text