Exemplo n.º 1
0
 @Test
 public void loggingChannelConfiguration() {
   Riley.getInstance(LoggingChannel.builder().build());
 }
Exemplo n.º 2
0
 @Test
 public void getInstance_loggingChannel() throws Exception {
   Instrumentation instrumentation =
       Riley.getInstance(LoggingChannel.builder().name("test").build());
   runTicks(instrumentation);
 }