Skip to content

Instantly share code, notes, and snippets.

@loddar
Last active August 29, 2015 14:06
Show Gist options
  • Save loddar/4ae8e534d7647d765b96 to your computer and use it in GitHub Desktop.
Save loddar/4ae8e534d7647d765b96 to your computer and use it in GitHub Desktop.
ajUnit - Step 0 (create an ajUnit test)
package com.company.project.aspects;
import org.failearly.ajunit.AjUnit4Test;
/**
* ajUnit - Initial Step 0 (create an ajUnit test).
*
* Create an JUnit4 Test by creating a test class extending AjUnit4Test.
*
* First error message:
*
* ajUnit - Setup Error: Missing setup.
* - Please override setup(AjUnitSetup).
*
*/
public class MyAjUnit0Test extends AjUnit4Test {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment