Skip to content

Instantly share code, notes, and snippets.

@loddar
Created September 22, 2014 12:48
Show Gist options
  • Save loddar/2cbee5b1504d1cb14f81 to your computer and use it in GitHub Desktop.
Save loddar/2cbee5b1504d1cb14f81 to your computer and use it in GitHub Desktop.
A correct ajUnit test aspect.
package com.company.project.aspects;
import org.failearly.ajunit.aspect.classic.AjUnitBeforeClassicAspect;
public aspect MyAspect extends AjUnitBeforeClassicAspect {
protected pointcut pointcutUnderTest();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment