Class NamedQueryExistsPredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.namedquery.validator.NamedQueryExistsPredicateTest
-
@UnitTest public class NamedQueryExistsPredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NamedQueryExistsPredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldFail()voidshouldPass()
-
-
-
Method Detail
-
setUp
public void setUp() throws InvalidNamedQueryException- Throws:
InvalidNamedQueryException
-
shouldPass
public void shouldPass()
-
shouldFail
public void shouldFail() throws InvalidNamedQueryException- Throws:
InvalidNamedQueryException
-
-