Moving file alphabetically behind its dependencies which create the file to import
This commit is contained in:
@@ -36,10 +36,12 @@ import junit.framework.Test;
|
|||||||
import junit.framework.TestSuite;
|
import junit.framework.TestSuite;
|
||||||
|
|
||||||
|
|
||||||
|
/***
|
||||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
* Classname ZF2ZInvoiceImporterTest is alphabetical behind the tests which will create the file
|
||||||
public class ZF2InvoiceImporterTest extends TestCase {
|
* used for this import, testout-ZF2New.pdf
|
||||||
final String TARGET_PDF = "./target/testout-ZF2new.pdf";
|
*/
|
||||||
|
public class ZF2ZInvoiceImporterTest extends TestCase {
|
||||||
|
final String TARGET_PDF = "./target/testout-ZF2New.pdf";
|
||||||
|
|
||||||
public void testInvoiceImport() {
|
public void testInvoiceImport() {
|
||||||
|
|
||||||
Reference in New Issue
Block a user