Searched refs:isLoggingAllowed (Results 1 – 5 of 5) sorted by relevance
264 assertThat(DYNAMIC_BAREBONE.isLoggingAllowed).isEqualTo(true) in isLoggingAllowed_returnsLoggingAllowedOrThrows()265 assertThat(dynamicAllOptional().isLoggingAllowed).isEqualTo(false) in isLoggingAllowed_returnsLoggingAllowedOrThrows()266 assertThat(DYNAMIC_DISABLED.isLoggingAllowed).isEqualTo(true) in isLoggingAllowed_returnsLoggingAllowedOrThrows()267 assertThat(DYNAMIC_HIDDEN.isLoggingAllowed).isEqualTo(true) in isLoggingAllowed_returnsLoggingAllowedOrThrows()268 assertThat(DYNAMIC_HIDDEN_WITH_SEARCH.isLoggingAllowed).isEqualTo(true) in isLoggingAllowed_returnsLoggingAllowedOrThrows()269 assertThrows(UnsupportedOperationException::class.java) { STATIC_BAREBONE.isLoggingAllowed } in isLoggingAllowed_returnsLoggingAllowedOrThrows()271 STATIC_ALL_OPTIONAL.isLoggingAllowed in isLoggingAllowed_returnsLoggingAllowedOrThrows()273 assertThat(ISSUE_ONLY_BAREBONE.isLoggingAllowed).isEqualTo(true) in isLoggingAllowed_returnsLoggingAllowedOrThrows()274 assertThat(issueOnlyAllOptional().isLoggingAllowed).isEqualTo(false) in isLoggingAllowed_returnsLoggingAllowedOrThrows()
121 return safetySource.isLoggingAllowed(); in isLoggable()
170 isLoggingAllowed in isLoggable()
498 public boolean isLoggingAllowed() { in isLoggingAllowed() method in SafetySource
578 method public boolean isLoggingAllowed();