Class AuthenticationCheckPunchOutProcessingActionTest
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.actions.AuthenticationCheckPunchOutProcessingActionTest
-
@UnitTest public class AuthenticationCheckPunchOutProcessingActionTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationCheckPunchOutProcessingActionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldThrowExceptionSinceWrongCredentials()voidshouldValidateHeaderOnCreation()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
shouldValidateHeaderOnCreation
public void shouldValidateHeaderOnCreation() throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
shouldThrowExceptionSinceWrongCredentials
public void shouldThrowExceptionSinceWrongCredentials()
-
-