We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53c365 commit fc9d857Copy full SHA for fc9d857
libraries/rib-base/src/test/java/com/badoo/ribs/routing/state/RoutingStatePoolTest.kt
@@ -34,6 +34,7 @@ import org.mockito.ArgumentMatchers.anyList
34
35
// FIXME rework test suite -- many of the responsibilities has been moved out to other classes
36
// TODO test only remaining responsibilities without assumptions on view detach / attach etc.
37
+@SuppressWarnings("LargeClass")
38
class RoutingStatePoolTest {
39
40
sealed class Configuration : Parcelable {
0 commit comments