Toggle navigation
Home
ch.qos.logback.core.read.ListAppender to java.lang.ThreadLocal
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'FluentLenium'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Add or Remove Method invocation
listAppender
to
listAppender.get()
listAppender
to
listAppender.get()
assertThat(getLogsForThread(listAppender)).hasSize(1)
to
assertThat(getLogsForThread(listAppender.get())).hasSize(1)
assertThat(getLogsForThread(listAppender))
to
assertThat(getLogsForThread(listAppender.get()))
assertThat(getLogsForThread(listAppender))
to
assertThat(getLogsForThread(listAppender.get()))
assertThat(getLogsForThread(listAppender))
to
assertThat(getLogsForThread(listAppender.get()))
assertThat(getLogsForThread(listAppender)).hasSize(1)
to
assertThat(getLogsForThread(listAppender.get())).hasSize(1)
assertThat(getLogsForThread(listAppender)).hasSize(1)
to
assertThat(getLogsForThread(listAppender.get())).hasSize(1)