Skip to content

Commit

Permalink
try @OrderWith
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Jun 10, 2021
1 parent 9554bb7 commit 5e89736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -377,7 +377,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.2</version>
</dependency>
</dependencies>

Expand Down
Expand Up @@ -25,11 +25,11 @@
import org.appng.application.manager.form.PropertyForm;
import org.appng.core.domain.ApplicationImpl;
import org.appng.core.domain.PropertyImpl;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
import org.junit.runner.OrderWith;
import org.junit.runner.manipulation.Alphanumeric;

@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@OrderWith(Alphanumeric.class)
public class ApplicationPropertiesTest extends AbstractTest {

private static final String PROPERTY_EVENT = "propertyEvent";
Expand Down

0 comments on commit 5e89736

Please sign in to comment.