Class DefaultOAuthTokenDaoTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalTest
-
- de.hybris.platform.webservicescommons.oauth2.token.dao.impl.DefaultOAuthTokenDaoTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultOAuthTokenDaoTest extends ServicelayerTransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultOAuthTokenDaoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfindAccessTokenByIdTest()voidfindAccessTokenByRefreshTokenIdTest()voidfindAccessTokenForNotExistingAuthenticationTest()voidfindAccessTokenForNotExistingRefreshTokenTest()voidfindAccessTokenListByRefreshTokenIdTest()voidfindAccessTokenListForClientAndNotExistingUserTest()voidfindAccessTokenListForClientAndUserTest()voidfindAccessTokenListForClientTest()voidfindAccessTokenListForNotExistingClientAndNotExistingUserTest()voidfindAccessTokenListForNotExistingClientAndUserTest()voidfindAccessTokenListForNotExistingClientTest()voidfindAccessTokenListForNotExistingRefreshTokenTest()voidfindAccessTokenListForNotExistingUserNameTest()voidfindAccessTokenListForUserTest()voidfindMultipleAccessTokenByRefreshTokenIdTest()voidfindNotExistingAccessTokenTest()voidfindNotExistingRefreshTokenTest()voidfindRefreshTokenByIdTest()voidsetUp()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp()
-
findAccessTokenByIdTest
public void findAccessTokenByIdTest()
-
findNotExistingAccessTokenTest
public void findNotExistingAccessTokenTest()
-
findRefreshTokenByIdTest
public void findRefreshTokenByIdTest()
-
findNotExistingRefreshTokenTest
public void findNotExistingRefreshTokenTest()
-
findAccessTokenByRefreshTokenIdTest
public void findAccessTokenByRefreshTokenIdTest()
-
findAccessTokenForNotExistingRefreshTokenTest
public void findAccessTokenForNotExistingRefreshTokenTest()
-
findMultipleAccessTokenByRefreshTokenIdTest
public void findMultipleAccessTokenByRefreshTokenIdTest()
-
findAccessTokenListByRefreshTokenIdTest
public void findAccessTokenListByRefreshTokenIdTest()
-
findAccessTokenListForNotExistingRefreshTokenTest
public void findAccessTokenListForNotExistingRefreshTokenTest()
-
findAccessTokenForNotExistingAuthenticationTest
public void findAccessTokenForNotExistingAuthenticationTest()
-
findAccessTokenListForClientTest
public void findAccessTokenListForClientTest()
-
findAccessTokenListForNotExistingClientTest
public void findAccessTokenListForNotExistingClientTest()
-
findAccessTokenListForUserTest
public void findAccessTokenListForUserTest()
-
findAccessTokenListForNotExistingUserNameTest
public void findAccessTokenListForNotExistingUserNameTest()
-
findAccessTokenListForClientAndUserTest
public void findAccessTokenListForClientAndUserTest()
-
findAccessTokenListForNotExistingClientAndUserTest
public void findAccessTokenListForNotExistingClientAndUserTest()
-
findAccessTokenListForClientAndNotExistingUserTest
public void findAccessTokenListForClientAndNotExistingUserTest()
-
findAccessTokenListForNotExistingClientAndNotExistingUserTest
public void findAccessTokenListForNotExistingClientAndNotExistingUserTest()
-
-