Esempio n. 1
0
 @Test
 public void testPipelinesNoAppAccess() throws Exception {
   try {
     janvil.downstreams("java");
     fail();
   } catch (JanvilRuntimeException e) {
     assertEquals(e.getMessage(), "No access to app java");
   }
 }