Please follow the following naming conventions when committing new pattern tests:
| Rule | Example |
|---|---|
Generic aspects are named AbstractXxxTestAspect.java |
AbstractSopTestAspect.java |
Sample aspects that implements a generic aspects are
named XxxTestAspect.java |
SopTestAspect.java |
The sample java class that verifies the
AbstractXxxTestAspect aspect is named
Xxx.java. If more than one class is needed
they should of the form XxxYyy.java where
Yyy is a qualifier
|
Sop.java |