Class DefaultPunchOutCredentialServiceTest
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.services.impl.DefaultPunchOutCredentialServiceTest
-
@UnitTest public class DefaultPunchOutCredentialServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultPunchOutCredentialServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldRetrieveTheSharedSecret()voidtestGetCustomerForCredential()voidtestGetCustomerForCredentialNotExistentCustomer()voidtestGetPunchOutCredential()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
testGetCustomerForCredentialNotExistentCustomer
public void testGetCustomerForCredentialNotExistentCustomer()
-
testGetCustomerForCredential
public void testGetCustomerForCredential()
-
testGetPunchOutCredential
public void testGetPunchOutCredential()
-
shouldRetrieveTheSharedSecret
public void shouldRetrieveTheSharedSecret()
-
-