From 87f7bd2d68e8acff843c5eac9b7cd4a9f72424f6 Mon Sep 17 00:00:00 2001 From: open-schnick Date: Sun, 1 Nov 2020 20:52:47 +0100 Subject: [PATCH 1/8] added some CommonCucumberSteps --- .run/RestApplication.run.xml | 2 +- .run/Run all Cucumber Tests.run.xml | 2 +- .../business/AccessTokenBusinessService.java | 5 ++ .../data/persistance/AccessTokenEntity.java | 2 + .../user/data/persistance/UserEntitiy.java | 2 + .../rest/cucumber/CommonCucumberSteps.java | 66 ++++++++++++++++++- 6 files changed, 76 insertions(+), 3 deletions(-) create mode 100644 src/main/java/de/filefighter/rest/domain/token/business/AccessTokenBusinessService.java diff --git a/.run/RestApplication.run.xml b/.run/RestApplication.run.xml index ac2a5835..671b2060 100644 --- a/.run/RestApplication.run.xml +++ b/.run/RestApplication.run.xml @@ -1,5 +1,5 @@ - +