Skip to content

Commit

Permalink
ACS-6309 Try ti run using a TestSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Mar 20, 2024
1 parent 93c701a commit 2af168e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data-model/src/test/java/org/alfresco/AllDataModelTestSuite.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package org.alfresco;

import org.junit.experimental.categories.Categories;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;

@RunWith(Categories.class)
@Suite.SuiteClasses({
org.alfresco.opencmis.dictionary.CMISAbstractDictionaryServiceTest.class
})
public class AllDataModelTestSuite {
}

0 comments on commit 2af168e

Please sign in to comment.