|
4 | 4 | import org.audit4j.core.command.CommandProcessorTest;
|
5 | 5 | import org.audit4j.core.dto.AuditBaseTest;
|
6 | 6 | import org.audit4j.core.dto.AuditEventTest;
|
7 |
| -import org.audit4j.core.dto.AuditLevelTest; |
8 | 7 | import org.audit4j.core.dto.EventBuilderTest;
|
9 | 8 | import org.audit4j.core.dto.FieldTest;
|
10 | 9 | import org.audit4j.core.exception.ConfigurationExceptionTest;
|
|
29 | 28 | */
|
30 | 29 | @RunWith(Suite.class)
|
31 | 30 | @SuiteClasses({ ValidationManagerTest.class, EncryptionUtilTest.class, TroubleshootManagerTest.class,
|
32 |
| - ArchiveManagerTest.class, AnnotationTransformerTests.class, SecureLayoutTest.class, SimpleLayoutTest.class, |
33 |
| - EnvUtilTest.class, EncryptionUtilTest.class, StopWatchTest.class, ConfigurationExceptionTest.class, |
34 |
| - HandlerExceptionTest.class, InitializationExceptionTest.class, TroubleshootExceptionTest.class, |
35 |
| - ValidationExceptionTest.class, AuditBaseTest.class, AuditEventTest.class, AuditLevelTest.class, |
36 |
| - EventBuilderTest.class, FieldTest.class, AuditAnnotationAttributesTests.class, CommandProcessorTest.class }) |
| 31 | + ArchiveManagerTest.class, AnnotationTransformerTests.class, SecureLayoutTest.class, SimpleLayoutTest.class, |
| 32 | + EnvUtilTest.class, EncryptionUtilTest.class, StopWatchTest.class, ConfigurationExceptionTest.class, |
| 33 | + HandlerExceptionTest.class, InitializationExceptionTest.class, TroubleshootExceptionTest.class, |
| 34 | + ValidationExceptionTest.class, AuditBaseTest.class, AuditEventTest.class, EventBuilderTest.class, |
| 35 | + FieldTest.class, AuditAnnotationAttributesTests.class, CommandProcessorTest.class }) |
37 | 36 | public class Audit4jCoreUnitTestSuit {
|
38 | 37 |
|
39 | 38 | }
|
0 commit comments