public void tearDown() throws Exception {}
@Test
public void testGetJPAOuterJoinClauses() {
JPQLJoinSelectContext joinContext = new JPQLJoinSelectContext(false);
JPQLJoinContextBuilder joinContextBuilder = joinContext.new JPQLJoinContextBuilder();
try {
joinContextBuilder.entitySetView = entitySetUriInfo;
joinContextBuilder.build();
} catch (ODataJPAModelException e) {
fail("Should not come here");
} catch (ODataJPARuntimeException e) {
fail("Should not come here");
}