Exemplo n.º 1
0
 @Override
 @Before
 public void beforeEach() throws Exception {
   super.beforeEach();
   hybrid = session.getNode("/Cars/Hybrid");
   altima = session.getNode("/Cars/Hybrid/Nissan Altima");
   assertThat(hybrid, is(notNullValue()));
   assertThat(altima, is(notNullValue()));
 }