MCPcopy Create free account
hub / github.com/cloudfoundry/java-buildpack / makeTestContext

Function makeTestContext

src/java/jres/standard_jres_test.go:204–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202})
203
204func makeTestContext() (*common.Context, func()) {
205 return makeTestContextWithBuffer(os.Stdout)
206}
207
208func makeTestContextWithBuffer(w interface{ Write([]byte) (int, error) }) (*common.Context, func()) {
209 buildDir, err := os.MkdirTemp("", "build")

Callers 1

Calls 1

Tested by

no test coverage detected