Class DefaultPunchOutServiceTest
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.services.impl.DefaultPunchOutServiceTest
-
@UnitTest public class DefaultPunchOutServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultPunchOutServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepare()voidshouldCreateNotAuthorizedResponse()Tests that whenPunchOutService.processPunchOutSetUpRequest(CXML)is invoked and an action throws and exception the result will contain both the error code and the error message.
-
-
-
Method Detail
-
prepare
public void prepare() throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
shouldCreateNotAuthorizedResponse
public void shouldCreateNotAuthorizedResponse()
Tests that whenPunchOutService.processPunchOutSetUpRequest(CXML)is invoked and an action throws and exception the result will contain both the error code and the error message.
-
-