Toggle navigation
Home
org.apache.james.webadmin.RandomPort to org.apache.james.webadmin.RandomPortSupplier
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'james-project'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
assertThat(testee.toInt())
to
assertThat(testee.get().getValue())
testee.toInt()
to
testee.get().getValue()