Skip to content

Commit

Permalink
[EAK-527] Registered a new test class
Browse files Browse the repository at this point in the history
  • Loading branch information
smiakchilo committed May 31, 2024
1 parent 250029d commit ddcb325
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/test/java/com/exadel/aem/toolkit/AllTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;

import com.exadel.aem.toolkit.api.annotations.meta.StringTransformationTest;
import com.exadel.aem.toolkit.core.injectors.ChildInjectorTest;
import com.exadel.aem.toolkit.core.injectors.ChildrenInjectorTest;
import com.exadel.aem.toolkit.core.injectors.EToolboxListInjectorTest;
Expand Down Expand Up @@ -45,6 +46,8 @@
*/
@RunWith(Suite.class)
@SuiteClasses({
StringTransformationTest.class,

ListHelperTest.class,
ListPageUtilTest.class,
ListResourceUtilTest.class,
Expand Down

0 comments on commit ddcb325

Please sign in to comment.