<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 3/9/15 5:04 PM, Brent Putman wrote:<br>
    </div>
    <blockquote cite="mid:54FE0AE9.2020201@georgetown.edu" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <br>
      The best way to fix is to just have it extend
      OpenSAMLInitBaseTestCase, which is just a simple base class with a
      @BeforeSuite that inits OpenSAML.<br>
      <br>
      This is in general a requirement for any test that needs OpenSAML
      to be initialized before it can run.<br>
    </blockquote>
    <br>
    Note, there are some more specialized test base classes which are
    subclasses of that.<br>
    <br>
    For example, tests which work a lot with XMLObjects could instead
    extend XMLObjectBaseTestCase, which has some other useful methods
    for working with XML and XMLObjects.<br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>