Class ViolationSeverityTest
- java.lang.Object
-
- de.hybris.platform.validation.services.ViolationSeverityTest
-
@UnitTest public class ViolationSeverityTest extends java.lang.Object
Standalone test for checking Violation threshold filter logic.
-
-
Constructor Summary
Constructors Constructor Description ViolationSeverityTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprapare()voidtestErrorTreshold()voidtestWarnTreshold()
-
-
-
Method Detail
-
prapare
public void prapare()
-
testWarnTreshold
public void testWarnTreshold() throws java.lang.ClassNotFoundException- Throws:
java.lang.ClassNotFoundException
-
testErrorTreshold
public void testErrorTreshold() throws java.lang.ClassNotFoundException- Throws:
java.lang.ClassNotFoundException
-
-