aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/src/test
AgeCommit message (Collapse)AuthorFilesLines
2021-02-22Rename tasks to clarify functionalityChristian Kollmann2-20/+16
2021-02-19refactoring of ID Austria connection client and add/update of jUnit testsThomas32-1499/+1643
2021-02-12tests working, added IdAustriaClientAuthSignalControllerAlexander Marsalek4-3/+158
2021-02-12compare eiddata with mobile phone signature dataAlexander Marsalek1-3/+75
2021-02-09added mandatory attributes, all except 2 test workAlexander Marsalek2-4/+13
2021-02-09extract qaa & IssueInstantAlexander Marsalek8-91/+45
2021-02-08add Binding Public-Key into technical AuthBlock in case of an ID Austria processThomas1-1/+24
2021-02-08added ReceiveMobilePhoneSignatureResponseAndSearchInRegistersTaskTestAlexander Marsalek15-5/+1292
2021-02-08GenerateMobilePhoneSignatureRequestTaskTestAlexander Marsalek11-0/+1645
2021-02-05added test for ReceiveLoginMethodGuiResponseAlexander Marsalek2-2/+141
2021-02-02more transitions & testsAlexander Marsalek9-29/+458
2021-01-29remove unnecessary classesAlexander Marsalek1-1/+1
2021-01-22processing after mobilephone auth responseAlexander Marsalek1-1/+1
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