Example #1
0
func TestAppSummary(t *testing.T) {
	s := prepStore(t)
	sharedtest.USTestAppSummary(s, t)
}
Example #2
0
func TestAppSummary(t *testing.T) {
	s := NewMemoryStore()
	sharedtest.USTestAppSummary(s, t)
}