Example #1
0
  @Before
  public void setUp()
      throws NoSuchAlgorithmException, L2pSecurityException, CryptoException, MalformedXMLException,
          IOException {
    LocalNode.reset();

    eve = MockAgentFactory.getEve();
    adam = MockAgentFactory.getAdam();
    abel = MockAgentFactory.getAbel();

    counter = 0;
    testVariable = false;
  }