Toggle navigation
Home
io.bootique.test.BQTestRuntime to io.bootique.BQRuntime
No. of Instances - 6
No. of Commits - 1
No. of Projects - {'bootique'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Similar)
Collection<BQTestRuntime>
to
Collection<BQRuntime>
Add or Remove Method invocation
runtime.getRuntime().getArgs()
to
runtime.getArgs()
runtime.stop()
to
runtime.shutdown()