aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/src/test
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19build 'requesterId' for private-sector SP's based on hashed unique AppIdsThomas Lenz4-3/+201
set 'requesterId' and 'providerName' to static value for any type of SP
2021-01-18Merge branch 'base' into issue6Alexander Marsalek28-512/+2645
# Conflicts: # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/Constants.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/SimpleEidasData.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/ernp/DummyErnpClient.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/ernp/IErnpClient.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/handler/AbstractEidProcessor.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/InitialSearchTask.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/utils/EidasResponseUtils.java # eidas_modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml # eidas_modules/authmodule-eIDAS-v2/src/main/resources/eidas_v2_auth.beans.xml # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/InitialSearchTaskFirstTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml
2021-01-15fix for test102*Alexander Marsalek1-11/+11
2021-01-15fix merge problem in EidasResponseUtils.javaThomas Lenz1-40/+32
refactor broken jUnit test InitialSearchTaskFirstTest.java to new configuration-loader
2021-01-15Rename variables in test for better readabilityChristian Kollmann1-83/+94
2021-01-15Use clear Arrange-Act-Assert structure in testsChristian Kollmann1-57/+31
2021-01-15Use random values in testsChristian Kollmann1-64/+47
2021-01-15Use generic list types in parameters and return typesChristian Kollmann1-38/+17
List instead of ArrayList allows for easier mocking and stubbing
2021-01-15Improve readability of test cases by using modern syntaxChristian Kollmann1-84/+67
2021-01-15Streamline mock creation in testsChristian Kollmann1-46/+7
2021-01-15Resolve merge commentsAlexander Marsalek2-242/+198
2021-01-15constructor based injection, randomized values for testing, added constantsAlexander Marsalek1-174/+115
2021-01-15Review codeChristian Kollmann1-1/+12
2021-01-15country specific testsAlexander Marsalek2-54/+258
2021-01-152 more tests (bean mocking still missing)Alexander Marsalek1-1/+84
2021-01-15Testcase no match found addedAlexander Marsalek1-0/+32
2021-01-15added machting (3-4) + testsAlexander Marsalek1-4/+136
2021-01-15added two testsAlexander Marsalek1-39/+96
2021-01-15added (non working) testAlexander Marsalek2-0/+170
2021-01-15general workflow steps 1-8Alexander Marsalek1-1/+1
2021-01-12Merge branch 'eidas-matching' into issue6Alexander Marsalek2-424/+271
# Conflicts: # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/InitialSearchTask.java
2021-01-12Rename variables in test for better readabilityChristian Kollmann1-83/+94
2021-01-12Use clear Arrange-Act-Assert structure in testsChristian Kollmann1-57/+31
2021-01-12Use random values in testsChristian Kollmann1-64/+47
2021-01-12Use generic list types in parameters and return typesChristian Kollmann1-38/+17
List instead of ArrayList allows for easier mocking and stubbing
2021-01-12Improve readability of test cases by using modern syntaxChristian Kollmann1-84/+67
2021-01-12created tasks and beansAlexander Marsalek1-0/+20
2021-01-12Streamline mock creation in testsChristian Kollmann1-46/+7
2021-01-11fix some minor incompatibilities between AuthHandler and MS-Connector in ↵Thomas Lenz2-15/+66
E-ID mode
2021-01-11Resolve merge commentsAlexander Marsalek2-242/+198
2021-01-08add some jUnit test for SZR communicationThomas Lenz3-10/+66
2021-01-07switch from custom monitoring to Spring-Actuator healthchecksThomas Lenz2-3/+7
2021-01-07update jUnit test that implements communication with real SZR serviceThomas Lenz2-2/+23
2021-01-04constructor based injection, randomized values for testing, added constantsAlexander Marsalek1-174/+115
2021-01-04Review codeChristian Kollmann1-1/+12
2021-01-04country specific testsAlexander Marsalek2-54/+258
2021-01-042 more tests (bean mocking still missing)Alexander Marsalek1-1/+84
2021-01-04Testcase no match found addedAlexander Marsalek1-0/+32
2021-01-04added machting (3-4) + testsAlexander Marsalek1-4/+136
2021-01-04added two testsAlexander Marsalek1-39/+96
2021-01-04added (non working) testAlexander Marsalek2-0/+170
2021-01-04general workflow steps 1-8Alexander Marsalek1-1/+1
2020-12-26fix broken jUnit testsThomas Lenz2-1/+116
2020-12-22add jUnit tests for configuration-operationsThomas Lenz8-11/+11
2020-12-22add jUnit tests improve test coverageThomas Lenz24-371/+2133
2020-12-21switch to eIDAS Ref Impl. v2.5Thomas Lenz4-0/+0
2020-12-11add more jUnit tests for stabilisationThomas Lenz1-15/+37
2020-12-11fix wrong flag in SZR client to get encryptedBaseIdThomas Lenz1-4/+83
extend validation in jUnit test for CreateIdentityLink with E-ID task
2020-12-11update AuthBlock to new formatThomas Lenz1-2/+21
2020-11-27upatate AuthBlock format in case of E-ID like authenticationThomas Lenz1-33/+4